home *** CD-ROM | disk | FTP | other *** search
/ ftp.uni-stuttgart.de/pub/systems/acorn/ / Acorn.tar / Acorn / acornet / dev / gawk.spk / gawk-2154 / README < prev   
Text File  |  1993-12-29  |  4KB  |  127 lines

  1. README:
  2.  
  3. This is GNU Awk 2.15. It should be upwardly compatible with the
  4. System V Release 4 awk.  It is almost completely compliant with draft 11.3
  5. of POSIX 1003.2.
  6.  
  7. This release adds new features -- see NEWS for details.
  8.  
  9. See the installation instructions, below.
  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, you must use texinfo.tex 2.53
  20. or later.  Otherwise footnotes look unacceptable.
  21.  
  22. If you wish to remake the Info files, you should use makeinfo. The 2.15 
  23. version of makeinfo works with no errors.
  24.  
  25. The man page is up to date.
  26.  
  27. INSTALLATION:
  28.  
  29. Check whether there is a system-specific README file for your system.
  30.  
  31. A quick overview of the installation process is in the file INSTALLATION.
  32.  
  33. Makefile.in may need some tailoring.  The only changes necessary should
  34. be to change installation targets or to change compiler flags.
  35. The changes to make in Makefile.in are commented and should be obvious.
  36.  
  37. All other changes should be made in a config file.  Samples for
  38. various systems are included in the config directory.  Starting with
  39. 2.11, our intent has been to make the code conform to standards (ANSI,
  40. POSIX, SVID, in that order) whenever possible, and to not penalize
  41. standard conforming systems.  We have included substitute versions of
  42. routines not universally available.  Simply add the appropriate define
  43. for the missing feature(s) on your system.
  44.  
  45. If you have neither bison nor yacc, use the awktab.c file here.  It was
  46. generated with bison, and should have no AT&T code in it.  (Note that
  47. modifying awk.y without bison or yacc will be difficult, at best.  You might
  48. want to get a copy of bison from the FSF too.)
  49.  
  50. If no config file is included for your system,  start by copying one
  51. for a similar system.  One way of determining the defines needed is to
  52. try to load gawk with nothing defined and see what routines are
  53. unresolved by the loader.  This should give you a good idea of how to
  54. proceed.
  55.  
  56. The next release will use the FSF autoconfig program, so we are no longer 
  57. soliciting new config files.
  58.  
  59. If you have an MS-DOS or OS/2 system, use the stuff in the pc directory.
  60. For an Atari there is an atari directory and similarly one for VMS.
  61.  
  62. Chapter 16 of The GAWK Manual discusses configuration in detail.
  63. (However, it does not discuss OS/2 configuration, see README.pc for
  64. the details. The manual is being massively revised for 2.16.)
  65.  
  66. After successful compilation, do 'make test' to run a small test
  67. suite.  There should be no output from the 'cmp' invocations except in
  68. the cases where there are small differences in floating point values.
  69. If there are other differences, please investigate and report the
  70. problem.
  71.  
  72. PRINTING THE MANUAL
  73.  
  74. The 'support' directory contains texinfo.tex 2.115, which will be necessary
  75. for printing the manual, and the texindex.c program from the texinfo
  76. distribution which is also necessary.  See the makefile for the steps needed
  77. to get a DVI file from the manual.
  78.  
  79. CAVEATS
  80.  
  81. The existence of a patchlevel.h file does *N*O*T* imply a commitment on
  82. our part to issue bug fixes or patches.  It is there in case we should
  83. decide to do so.
  84.  
  85. BUG REPORTS AND FIXES (Un*x systems):
  86.  
  87. Please coordinate changes through David Trueman and/or Arnold Robbins.
  88.  
  89. David Trueman
  90. Department of Mathematics, Statistics and Computing Science,
  91. Dalhousie University, Halifax, Nova Scotia, Canada
  92.  
  93. UUCP:        {uunet utai watmath}!dalcs!david
  94. INTERNET:    david@cs.dal.ca
  95.  
  96. Arnold Robbins
  97. 1736 Reindeer Drive
  98. Atlanta, GA, 30329-3528, USA
  99.  
  100. INTERNET:    arnold@skeeve.atl.ga.us
  101. UUCP:        { gatech, emory, emoryu1 }!skeeve!arnold
  102.  
  103. BUG REPORTS AND FIXES (non-Unix ports):
  104.  
  105. MS-DOS:
  106.     Scott Deifik
  107.     AMGEN Inc.
  108.     Amgen Center, Bldg.17-Dept.393
  109.     Thousand Oaks, CA  91320-1789
  110.     Tel-805-499-5725  ext.4677
  111.     Fax-805-498-0358
  112.     scottd@amgen.com
  113.  
  114. VMS:
  115.     Pat Rankin
  116.     rankin@eql.caltech.edu (e-mail only)
  117.  
  118. Atari ST:
  119.     Michal Jaegermann
  120.     michal@gortel.phys.ualberta.ca (e-mail only)
  121.  
  122. OS/2:
  123.     Kai Uwe Rommel
  124.     rommel@ars.muc.de (e-mail only)
  125.     Darrel Hankerson
  126.     hankedr@mail.auburn.edu (e-mail only)
  127.