home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rex22emx.zip / README.22 < prev    next >
Text File  |  2000-09-17  |  2KB  |  46 lines

  1.                          Regina 2.2
  2.                       14 September 2000
  3.  
  4. Changes in this release (from 2.1)
  5. ----------------------------------
  6.  
  7. o Added multiple, named queues designed to be compatible with OS/2
  8.   Rexx, but also provides cross machine/platform capabilities. ie
  9.   you can push lines on a named queue on say Linux, and pull them
  10.   off that queue from a Rexx program running under Windows.
  11.   Provides the BIF rxqueue(), the external stack server; rxstack, and
  12.   the external client application; rxqueue. rxstack is designed to run
  13.   as a daemon process on Unix platforms, and an NT Service under NT/2k.
  14.   Other platforms can run rxstack as a normal foreground program.
  15. o Updated documentation to version 2.2, to include changes from
  16.   0.08e up to 2.2. Base documentation now in StarWriter 5.2 format
  17.   rather than MS Word.
  18. o Fixed bug with input/output redirection on non-Unix platforms.
  19.   ie '>LIFO sort >FIFO' now works correctly.
  20. o Changes to rexxsaa.h to allow MingW32 compiler to link with VC++ built
  21.   regina.lib
  22. o Addition of SAA API calls; RexxCreateQueue(), RexxDeleteQueue(),
  23.   RexxAddQueue(), RexxPullQueue() and RexxQueryQueue().
  24. o Addition of Rexx Macro Space functions. These are stubs at the moment.
  25. o To comply with the File Hierachy Standard (FHS), Regina program
  26.   files are installed, by default on Unix systems, in /usr directory, 
  27.   rather than /usr/local.
  28.   eg. /usr/bin/regina rather than /usr/local/bin/regina
  29.   To achieve the same behaviour as previous releases, 
  30.      configure --prefix=/usr/local
  31. o Removed UNION_EXIT #define in rexxsaa.h. This was baggage from old
  32.   versions of Regina, and is now not supported.
  33. o Win32 port now packaged as self-extracting InstallShield package.
  34. o Change to RexxStart() API function. When specifying a default environment
  35.   that is an internal environment, don't add a new one, but use the details
  36.   of the existing internal environment. This allows OS commands to be run
  37.   correctly.
  38.  
  39. Cheers, Mark.
  40. ------------------------------------------------------------------------
  41. * Mark Hessling,  M.Hessling@qut.edu.au  http://www.lightlink.com/hessling/
  42. * Author of THE, a Free XEDIT/KEDIT editor and, Rexx/SQL
  43. * Maintainer of PDCurses: Public Domain Curses and, Regina Rexx interpreter
  44. * Use Rexx ? join the Rexx Language Association: http://www.rexxla.org
  45. ------------------------------------------------------------------------
  46.