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

  1. The REXX/imc distribution contains the following files, as well as all the
  2. README* files:
  3.  
  4. calc.c, rexx.c, rxfn.c,             These comprise the source for REXX/imc
  5. rxmathfn.c, rxque.c, rxstack.c,     and may be compiled with the "Make"
  6. shell.c, util.c, globals.c,         program (see README.make for details).
  7. main.c, interface.c, rexxsaa.h
  8. const.h, globals.h, functions.h
  9.  
  10. rexx.1.in, rxstack.1, rxque.1       Unix manual pages
  11.  
  12. THE-2.7-rexximc.patch               a patch which may be applied to THE-2.7
  13.                                     to make it register the functions in
  14.                                     upper case.
  15.  
  16. Make                                a shell script containing to invoke the
  17.                                     Makefile with the correct options
  18. Makefile.REXXimc                    ehe Makefile
  19.  
  20. lintfilter                          a shell script to process lint messages
  21.                                     (used if you type "./Make lint"; not
  22.                                     guaranteed to work)
  23.  
  24. rexx.ref                            These are the documentation files. (See
  25. rexx.summary                        README.docs for more information)
  26. rexx.tech
  27. rexx.info
  28.  
  29. rexxtest.rexx                       A selection of various test for REXX/imc
  30.  
  31. rexxcps.rexx                        A speed tester by Mike Cowlishaw
  32.  
  33. rxmathfn.rexx                       A Rexx implementation of the math library
  34.  
  35. rxmathfn.rxlib                      The math library dictionary
  36.  
  37. box                                 A sample Rexx program which puts the
  38.                                     output from a command in a box
  39.  
  40. shell.rexx                          A sample Rexx program which implements a
  41.                                     simple shell.  You can observe the
  42.                                     difference between the COMMAND and UNIX
  43.                                     environments by executing this shell and
  44.                                     typing "; address unix" and
  45.                                     "; address command" at the prompt as well
  46.                                     as ordinary Unix commands.
  47.  
  48. wishlist                            Obsolete (used to be a list of possible
  49.                                     improvements).
  50.  
  51. HISTORY                             A list of versions of REXX/imc with
  52.                                     descriptions of the changes made.
  53.