[3076] | 1 | README:
|
---|
| 2 |
|
---|
| 3 | This is GNU Awk 3.1.5. It is upwardly compatible with the Bell Labs
|
---|
| 4 | research version of awk. It is almost completely compliant with the
|
---|
| 5 | 1993 POSIX 1003.2 standard for awk. (See the note below about POSIX.)
|
---|
| 6 |
|
---|
| 7 | This is a bug fix release. See NEWS and ChangeLog for details.
|
---|
| 8 |
|
---|
| 9 | Work to be done is described briefly in the FUTURES file. Changes in this
|
---|
| 10 | version are summarized in the NEWS file. Please read the LIMITATIONS file.
|
---|
| 11 |
|
---|
| 12 | Read the file POSIX.STD for a discussion of how the standard says
|
---|
| 13 | comparisons should be done vs. how they really should be done and how
|
---|
| 14 | gawk does them.
|
---|
| 15 |
|
---|
| 16 | To format the documentation with TeX, use at least version 2000-10-27.17
|
---|
| 17 | of texinfo.tex. There is a usable copy of texinfo.tex in the doc directory.
|
---|
| 18 |
|
---|
| 19 | INSTALLATION:
|
---|
| 20 |
|
---|
| 21 | Check whether there is a system-specific README file for your system under
|
---|
| 22 | the `README_d' directory. If there's something there that you should
|
---|
| 23 | have read and didn't, and you bug me about it, I'm going to yell at you.
|
---|
| 24 |
|
---|
| 25 | See the file INSTALL for installation instructions.
|
---|
| 26 |
|
---|
| 27 | If you have neither bison nor yacc, use the awkgram.c file here. It was
|
---|
| 28 | generated with bison, and has no proprietary code in it. (Note that
|
---|
| 29 | modifying awkgram.y without bison or yacc will be difficult, at best.
|
---|
| 30 | You might want to get a copy of bison from the FSF too.)
|
---|
| 31 |
|
---|
| 32 | If you have a Windows32, MS-DOS or OS/2 system, use the stuff in the `pc'
|
---|
| 33 | directory. Similarly, there is a separate directory for VMS.
|
---|
| 34 |
|
---|
| 35 | Ports for the Atari and Tandem are supplied, but they are unsupported.
|
---|
| 36 | Thus, their code appears in the `unsupported' directory.
|
---|
| 37 |
|
---|
| 38 | Appendix B of ``GAWK: Effective Awk Programming'' discusses configuration
|
---|
| 39 | in detail. The configuration process is based on GNU Autoconf and
|
---|
| 40 | Automake.
|
---|
| 41 |
|
---|
| 42 | After successful compilation, do `make check' to run the test suite.
|
---|
| 43 | There should be no output from the `cmp' invocations except in the
|
---|
| 44 | cases where there are small differences in floating point values, and
|
---|
| 45 | possibly in the case of strftime. Several of the tests ignore errors
|
---|
| 46 | on purpose; those are not a problem. If there are other differences,
|
---|
| 47 | please investigate and report the problem.
|
---|
| 48 |
|
---|
| 49 | PRINTING THE MANUAL
|
---|
| 50 |
|
---|
| 51 | The `doc' directory contains a recent version of texinfo.tex, which will
|
---|
| 52 | be necessary for printing the manual. Use `make dvi' to get a DVI file
|
---|
| 53 | from the manual. In the `doc' directory, use `make postscript' to get
|
---|
| 54 | PostScript versions of the manual, the man page, and the reference card.
|
---|
| 55 |
|
---|
| 56 | BUG REPORTS AND FIXES (Un*x systems):
|
---|
| 57 |
|
---|
| 58 | Please coordinate changes through Arnold Robbins. In particular, see
|
---|
| 59 | the section in the manual on reporting bugs. Note that comp.lang.awk
|
---|
| 60 | is about the worst place to post a gawk bug report. Please, use the
|
---|
| 61 | mechanisms outlined in the manual.
|
---|
| 62 |
|
---|
| 63 | Email should be sent to bug-gawk@gnu.org. This address sends mail to
|
---|
| 64 | Arnold Robbins and the general GNU utilities bug list. The advantage
|
---|
| 65 | to using this address is that bug reports are archived at GNU Central.
|
---|
| 66 |
|
---|
| 67 | Arnold Robbins
|
---|
| 68 |
|
---|
| 69 | BUG REPORTS AND FIXES, non-Unix systems:
|
---|
| 70 |
|
---|
| 71 | Amiga:
|
---|
| 72 | Fred Fish
|
---|
| 73 | fnf@ninemoons.com
|
---|
| 74 |
|
---|
| 75 | Alpha/Linux:
|
---|
| 76 | Michal Jaegermann
|
---|
| 77 | michal@gortel.phys.ualberta.ca
|
---|
| 78 |
|
---|
| 79 | BeOS:
|
---|
| 80 | Martin Brown
|
---|
| 81 | mc@whoever.com
|
---|
| 82 |
|
---|
| 83 | MS-DOS:
|
---|
| 84 | Scott Deifik
|
---|
| 85 | scottd@amgen.com
|
---|
| 86 |
|
---|
| 87 | Darrel Hankerson
|
---|
| 88 | hankedr@mail.auburn.edu
|
---|
| 89 |
|
---|
| 90 | MS-Windows:
|
---|
| 91 | Juan Grigera
|
---|
| 92 | juan@biophnet.unlp.edu.ar
|
---|
| 93 |
|
---|
| 94 | OS/2:
|
---|
| 95 | andreas.buening@@nexgo.de
|
---|
| 96 |
|
---|
| 97 | Tandem:
|
---|
| 98 | Stephen Davies
|
---|
| 99 | scldad@sdc.com.au
|
---|
| 100 |
|
---|
| 101 | VMS:
|
---|
| 102 | Pat Rankin
|
---|
| 103 | rankin@pactechdata.com
|
---|