home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / unix / xbinold.sha / README next >
Text File  |  1985-03-28  |  927b  |  28 lines

  1. This version of "xbin" can handle all three BinHex formats
  2. (so far).  Thanks to Darin Adler at TMQ Software for providing
  3. the code to compute and check the CRC values for all three formats.
  4.  
  5. Other new features include "list" and "verbose" modes, the
  6. ability to convert several binhex files at one time, the ability
  7. to read standard input, somewhat better error handling, and a
  8. manual page.  
  9.  
  10. Any extraneous mail or news headers are ignored, but xbin relies
  11. on finding a line which starts with "(This file" to know when
  12. the header ends and the good stuff begins.  You can add one
  13. of these by hand if it's been lost.
  14.  
  15. To compile it on USG systems, type:
  16.     cc -o xbin xbin.c 
  17.  
  18. or on Berkeley systems:
  19.     cc -o xbin xbin.c -DBSD
  20.  
  21. As usual, please report any problems, suggestions, or
  22. improvements to me.  
  23.  
  24.     Dave Johnson
  25.     Brown University Computer Science
  26.     ddj%brown@csnet-relay.ARPA
  27.     {ihnp4,decvax,allegra,ulysses,linus}!brunix!ddj
  28.