home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume15 / hash8 / README < prev    next >
Text File  |  1988-06-05  |  873b  |  19 lines

  1.  
  2.     An Improved Version of Arch Robison's "hash8"
  3.  
  4. Some time ago, Arch Robison kindly provided me with a copy of his
  5. "hash8" program, which gives long-id capabilities to all C compilers.
  6. Briefly, hash8 replaces all long identifiers in a program with a
  7. numerically-based identifier of 6 characters.  Options allow things
  8. like using debuggers with the original long names.
  9.  
  10. I have extended Arch's program with a shell script, "lcc.sh", which
  11. does exactly what "cc" does, but compiles long-name programs.  Unfortunately,
  12. the script is quite system-specific, and I have an odd configuration
  13. (68000 running UniSoft System V.0 with V7 compilers), so you will
  14. almost certainly have to edit it before it is completely compatible
  15. with your own "cc".  Nevertheless, for those with older compilers,
  16. this is a life-saver.
  17.  
  18.     Geoff Kuenning   geoff@ITcorp.com   {uunet,trwrb}!desint!geoff
  19.