home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / gawk2.0.t.Z / gawk2.0.t / README.1.01 < prev    next >
Text File  |  1988-12-31  |  1KB  |  26 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.