home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rximc175.zip / README.news < prev    next >
Text File  |  2002-08-06  |  2KB  |  38 lines

  1. REXX/imc 1.7 News
  2.  
  3. Version 1.7 has several minor features added and some bugs fixed.  See the
  4. HISTORY file for a detailed list of changes.  There are a few important
  5. changes which affect the way in which the interpreter is invoked:
  6.  
  7.  - The default file extension has been changed to ".rexx" because ".exec"
  8.    is an anomalous leftover from CMS and not really relevant to the Unix
  9.    environment.  If you have Rexx programs ending in ".exec" and do not wish
  10.    to rename them then set the environment variable REXXEXT to the value
  11.    ".exec".  The default extension could also be changed at compile time
  12.    to avoid having to set the environment variable.
  13.  
  14.  - The "-x" flag is no longer necessary merely to avoid the ".rexx" being
  15.    added to the program name you supply.  The interpreter will now find the
  16.    program without the extension if it is not present with the extension.
  17.  
  18.  - When REXX/imc is installed, the Rexx function package is no longer placed
  19.    in the binary directory, but in the library directory (or any other
  20.    directory that you specify).  The path which REXX/imc searches for
  21.    function packages is compiled in (but may still be overridden with the
  22.    REXXLIB environment variable).  If there are pre-compiled binaries then
  23.    it is possible that they retain the old behaviour of looking in the
  24.    binary directory, in order to avoid having a specific path compiled
  25.    in.
  26.  
  27. Other new features in version 1.7 include:
  28.  
  29.  - Limited date conversion and time conversion by passing three arguments
  30.    to the DATE and TIME functions (see the Rexx Reference for details).
  31.    The DATE function is also now Year 2000 compatible.
  32.  - New stream commands, including most of the QUERY commands from OS/2 Rexx.
  33.  - RxFuncAdd, RxFuncDrop and RxFuncQuery functions which allow a Rexx
  34.    program to load an external function package.
  35.  - RexxRegisterFunctionDll has been added to the API.
  36.  - The package now includes Unix manual pages.
  37.  
  38.