home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / GAWK.ZIP / README < prev   
Encoding:
Text File  |  1988-04-09  |  1.6 KB  |  36 lines

  1. This is the Beta-test distribution of gawk.  (Probably around version 1.01
  2. or so.)
  3.  
  4. Please send all
  5. bug-reports, comments, cries for help, etc, to hack@prep.ai.mit.edu
  6. AKA mit-eddie!prep!hack  During odd hours I can sometimes be reached at
  7. (617) 253-8975, which is an MIT phone in the middle of the corridor, so don't
  8. be suprised if someone wierd answers, or if the person on the other end has
  9. never heard of me.  (Direct them to the microvax about 10feet to their left.)
  10.  
  11. Gawk requires some berkeleyisms, like alloca(), bcopy(), index(), etc.  I
  12. believe we have a portable version of alloca() (part of GNUemacs), and
  13. probably the other stuff as well.  Send me mail if you need anything.
  14.  
  15. For real speed, you should change the Makefile to compile -O -DFAST and
  16. disable the debugger.  (-DFAST replaces some function calls with macros, and
  17. disables a lot of debugging stuff.)
  18.  
  19. If you don't have bison, modify the makefile to call yacc instead
  20. (The proper commands should be already in the makefile; just un-comment them.)
  21. If you have neither bison nor yacc, use the awk.tab.c file here.  It was
  22. generated with bison, and should have no AT+T code in it.  (Note that
  23. modifying awk.y without bison or yacc will be difficult, at best.  You might
  24. want to get a copy of bison from us too.)
  25.  
  26. PORTING NOTES:
  27. Ported to MSDOS using MSC 5.0 with my own pseudo BSD library and other
  28. goodies scarfed off the net!
  29.  
  30. Joe Applegate - Personal Computing Specialist
  31. Colorado School of Mines Computing Center
  32. {hplabs, seismo}!hao!isis!csm9a!japplega
  33.  
  34. /**** UNIX is a philosophy, NOT an operating system ****/
  35. But it is registered trademark of AT&T so get off my back
  36.