home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.20f < prev    next >
Text File  |  1990-03-28  |  873b  |  18 lines

  1.  * 03/28/90 v2.0f
  2.  * - Using a REAL complicated Makefile that sets makerules for all sorts
  3.  *   of different systems.
  4.  *   See Makefile to see if this'll compile on your system.
  5.  * - Added Allan Bjorklund's patch to enable EBCDIC/EOL conversion
  6.  *   during output to stdout.
  7.  * - Changed the typedef "word" to UWORD throughout.  (Known conflict on
  8.  *   Crays.)
  9.  * - Changed "memcpy()" and "memset()" throughout to "zmemcpy()" and
  10.  *   "zmemset()".  This is for the situation where some systems' library
  11.  *   memcpy() and/or memset() don't work properly .. or don't exist at all.
  12.  *   A compile define ("-DZMEM") enables use of our own functions
  13.  *   (in zmemcpy.c and zmemset.c).  Members suggested we not use the
  14.  *   ANSI-defined function names in that case.
  15.  *   If you have NOT used the "-DZMEM", no problem .. the library's
  16.  *   memcpy() and memset() will be used.
  17.  *
  18.