home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / text / gawk-3.0 / gawk-3 / gawk-3.0.0.bin / readme.gnu / README < prev   
Encoding:
Text File  |  1996-01-15  |  2.9 KB  |  93 lines

  1. README:
  2.  
  3. This is GNU Awk 3.0. It should be upwardly compatible with the Bell
  4. Labs research version of awk.  It is almost completely compliant with
  5. the 1993 POSIX 1003.2 standard for awk.
  6.  
  7. This release adds new features -- see NEWS for details.
  8.  
  9. See the file INSTALL for installation instructions.
  10.  
  11. Known problems are given in the PROBLEMS file.  Work to be done is
  12. described briefly in the FUTURES file.  Verified ports are listed in
  13. the PORTS file.  Changes in this version are summarized in the NEWS file.
  14. Please read the LIMITATIONS and ACKNOWLEDGMENT files.
  15.  
  16. Read the file POSIX for a discussion of how the standard says comparisons
  17. should be done vs. how they really should be done and how gawk does them.
  18.   
  19. To format the documentation with TeX, use at least version 2.151 of
  20. texinfo.tex. There is a usable copy of texinfo.tex in the doc directory.
  21.  
  22. The Info file now comes with the distribution.
  23.  
  24. The man page is up to date.
  25.  
  26. INSTALLATION:
  27.  
  28. Check whether there is a system-specific README file for your system under
  29. the `README_d' directory.
  30.  
  31. See the file INSTALL.
  32.  
  33. If you have neither bison nor yacc, use the awktab.c file here.  It was
  34. generated with bison, and has no AT&T code in it.  (Note that modifying
  35. awk.y without bison or yacc will be difficult, at best.  You might want
  36. to get a copy of bison from the FSF too.)
  37.   
  38. If you have an MS-DOS or OS/2 system, use the stuff in the `pc' directory.
  39. Similarly, there are separate directories for Ataris, Amigas, and VMS.
  40.  
  41. Appendix B of The GAWK Manual discusses configuration in detail. The
  42. configuration process is now based on Autoconf, so the whole business
  43. should be considerably simpler than it was in gawk 2.X.Y.
  44.  
  45. After successful compilation, do 'make check' to run a small test
  46. suite.  There should be no output from the 'cmp' invocations except in
  47. the cases where there are small differences in floating point values,
  48. and possibly in the case of strftime. Several of the tests ignore
  49. errors on purpose; those are not a problem.  If there are other
  50. differences, please investigate and report the problem.
  51.  
  52. PRINTING THE MANUAL
  53.  
  54. The 'doc' directory contains a recent version of texinfo.tex, which will be
  55. necessary for printing the manual.  Use `make dvi' to get a DVI file from
  56. the manual. In the `doc' directory, use `make postscript' to get a PostScript
  57. version of the manual.
  58.  
  59. BUG REPORTS AND FIXES (Un*x systems):
  60.  
  61. Please coordinate changes through Arnold Robbins. In particular, see
  62. the section in the manual on reporting bugs. Note that comp.lang.awk is
  63. about the worst place to post a gawk bug report. Please, use the mechanisms
  64. outlined in the manual.
  65.  
  66. Arnold Robbins
  67. INTERNET:    arnold@gnu.ai.mit.edu
  68.  
  69. BUG REPORTS AND FIXES (non-Unix ports):
  70.  
  71. MS-DOS:
  72.     Scott Deifik
  73.     scottd@amgen.com
  74.  
  75.     Darrel Hankerson
  76.     hankedr@mail.auburn.edu
  77.  
  78. VMS:
  79.     Pat Rankin
  80.     rankin@eql.caltech.edu
  81.  
  82. Atari ST:
  83.     Michal Jaegermann
  84.     michal@gortel.phys.ualberta.ca
  85.  
  86. OS/2:
  87.     Kai Uwe Rommel
  88.     rommel@ars.de
  89.  
  90. Amiga:
  91.     Fred Fish
  92.     fnf@amigalib.com
  93.