home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / DOC / README.hexbin < prev    next >
Text File  |  1995-09-18  |  1KB  |  32 lines

  1. The comment for the predecessor of hexbin.
  2.  
  3. /*
  4.  * xbin -- unpack BinHex format file into suitable
  5.  * format for downloading with macput
  6.  * Dave Johnson, Brown University Computer Science
  7.  *
  8.  * (c) 1984 Brown University
  9.  * may be used but not sold without permission
  10.  *
  11.  * created ddj 12/16/84
  12.  * revised ddj 03/10/85 -- version 4.0 compatibility, other minor mods
  13.  * revised ddj 03/11/85 -- strip LOCKED bit from m_flags
  14.  * revised ahm 03/12/85 -- System V compatibility
  15.  * revised dba 03/16/85 -- (Darin Adler, TMQ Software)  4.0 EOF fixed,
  16.  *               4.0 checksum added
  17.  * revised ddj 03/17/85 -- extend new features to older formats: -l, stdin
  18.  * revised ddj 03/24/85 -- check for filename truncation, allow multiple files
  19.  * revised ddj 03/26/85 -- fixed USG botches, many problems w/multiple files
  20.  * revised jcb 03/30/85 -- (Jim Budler, amdcad!jimb), revised for compatibility
  21.  *               with 16-bit int machines
  22.  * revised dl  06/16/85 -- (Dan LaLiberte, liberte@uiucdcs) character
  23.  *               translation speedup
  24.  * revised ddj 09/30/85 -- fixed problem with run of RUNCHAR
  25.  * revised gvr 11/15/86 -- speed-up: rewrote .hqx decoding (mcvax!guido)
  26.  * revised jwm 04/26/88 -- now recognizes "(Convert with" as a starting line
  27.  *              -- the widely-used Stuffit uses this as a header
  28.  * revised dtw ../../89 -- hqx format will skip garbage lines; undoes some of
  29.  *            -- gvr's work.  will now also recognize .dl format.
  30.  */
  31.  
  32.