diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 164 |
1 files changed, 83 insertions, 81 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 99716d85..f6f107b1 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -5,7 +5,7 @@ Free Software Foundation, Inc. This is Edition 4.1 of 'GAWK: Effective AWK Programming: A User's -Guide for GNU Awk', for the 4.1.2 (or later) version of the GNU +Guide for GNU Awk', for the 4.1.3 (or later) version of the GNU implementation of AWK. Permission is granted to copy, distribute and/or modify this document @@ -42,7 +42,7 @@ Free Software Foundation, Inc. This is Edition 4.1 of 'GAWK: Effective AWK Programming: A User's -Guide for GNU Awk', for the 4.1.2 (or later) version of the GNU +Guide for GNU Awk', for the 4.1.3 (or later) version of the GNU implementation of AWK. Permission is granted to copy, distribute and/or modify this document @@ -26788,6 +26788,8 @@ POSIX 'awk', in the order they were added to 'gawk'. * The 'where' command was added to the debugger (*note Execution Stack::). + * Support for Ultrix was removed. + File: gawk.info, Node: Common Extensions, Next: Ranges and Locales, Prev: Feature History, Up: Language History @@ -27154,7 +27156,7 @@ There are two ways to get GNU software: supported. If you have the 'wget' program, you can use a command like the following: - wget http://ftp.gnu.org/gnu/gawk/gawk-4.1.2.tar.gz + wget http://ftp.gnu.org/gnu/gawk/gawk-4.1.3.tar.gz The GNU software archive is mirrored around the world. The up-to-date list of mirror sites is available from the main FSF website @@ -27173,25 +27175,25 @@ compression programs: 'gzip', 'bzip2', and 'xz'. For simplicity, the rest of these instructions assume you are using the one compressed with the GNU Gzip program ('gzip'). - Once you have the distribution (e.g., 'gawk-4.1.2.tar.gz'), use + Once you have the distribution (e.g., 'gawk-4.1.3.tar.gz'), use 'gzip' to expand the file and then use 'tar' to extract it. You can use the following pipeline to produce the 'gawk' distribution: - gzip -d -c gawk-4.1.2.tar.gz | tar -xvpf - + gzip -d -c gawk-4.1.3.tar.gz | tar -xvpf - On a system with GNU 'tar', you can let 'tar' do the decompression for you: - tar -xvpzf gawk-4.1.2.tar.gz + tar -xvpzf gawk-4.1.3.tar.gz -Extracting the archive creates a directory named 'gawk-4.1.2' in the +Extracting the archive creates a directory named 'gawk-4.1.3' in the current directory. The distribution file name is of the form 'gawk-V.R.P.tar.gz'. The V represents the major version of 'gawk', the R represents the current release of version V, and the P represents a "patch level", meaning that minor bugs have been fixed in the release. The current patch level is -2, but when retrieving distributions, you should get the version with +3, but when retrieving distributions, you should get the version with the highest version, release, and patch level. (Note, however, that patch levels greater than or equal to 70 denote "beta" or nonproduction software; you might not want to retrieve such a version unless you don't @@ -27400,7 +27402,7 @@ Unix-derived systems, GNU/Linux, BSD-based systems, and the Cygwin environment for MS-Windows. After you have extracted the 'gawk' distribution, 'cd' to -'gawk-4.1.2'. As with most GNU software, you configure 'gawk' for your +'gawk-4.1.3'. As with most GNU software, you configure 'gawk' for your system by running the 'configure' program. This program is a Bourne shell script that is generated automatically using GNU Autoconf. (The Autoconf software is described fully starting with *note (Autoconf, @@ -27826,8 +27828,8 @@ environment provides an excellent simulation of GNU/Linux, using Bash, GCC, GNU Make, and other GNU programs. Compilation and installation for Cygwin is the same as for a Unix system: - tar -xvpzf gawk-4.1.2.tar.gz - cd gawk-4.1.2 + tar -xvpzf gawk-4.1.3.tar.gz + cd gawk-4.1.3 ./configure make && make check @@ -28365,9 +28367,9 @@ B.6 Summary * The 'gawk' distribution is available from the GNU Project's main distribution site, 'ftp.gnu.org'. The canonical build recipe is: - wget http://ftp.gnu.org/gnu/gawk/gawk-4.1.2.tar.gz - tar -xvpzf gawk-4.1.2.tar.gz - cd gawk-4.1.2 + wget http://ftp.gnu.org/gnu/gawk/gawk-4.1.3.tar.gz + tar -xvpzf gawk-4.1.3.tar.gz + cd gawk-4.1.3 ./configure && make && make check * 'gawk' may be built on non-POSIX systems as well. The currently @@ -35000,72 +35002,72 @@ Node: POSIX1058707 Node: BTL1060087 Node: POSIX/GNU1060817 Node: Feature History1066338 -Node: Common Extensions1079630 -Node: Ranges and Locales1080913 -Ref: Ranges and Locales-Footnote-11085529 -Ref: Ranges and Locales-Footnote-21085556 -Ref: Ranges and Locales-Footnote-31085791 -Node: Contributors1086012 -Node: History summary1091581 -Node: Installation1092961 -Node: Gawk Distribution1093906 -Node: Getting1094390 -Node: Extracting1095213 -Node: Distribution contents1096851 -Node: Unix Installation1102604 -Node: Quick Installation1103220 -Node: Additional Configuration Options1105647 -Node: Configuration Philosophy1107451 -Node: Non-Unix Installation1109821 -Node: PC Installation1110279 -Node: PC Binary Installation1111599 -Node: PC Compiling1113451 -Ref: PC Compiling-Footnote-11116475 -Node: PC Testing1116584 -Node: PC Using1117764 -Node: Cygwin1121878 -Node: MSYS1122648 -Node: VMS Installation1123149 -Node: VMS Compilation1123940 -Ref: VMS Compilation-Footnote-11125170 -Node: VMS Dynamic Extensions1125228 -Node: VMS Installation Details1126913 -Node: VMS Running1129166 -Node: VMS GNV1132007 -Node: VMS Old Gawk1132742 -Node: Bugs1133213 -Node: Other Versions1137327 -Node: Installation summary1143801 -Node: Notes1144859 -Node: Compatibility Mode1145724 -Node: Additions1146506 -Node: Accessing The Source1147431 -Node: Adding Code1148867 -Node: New Ports1155022 -Node: Derived Files1159510 -Ref: Derived Files-Footnote-11164995 -Ref: Derived Files-Footnote-21165030 -Ref: Derived Files-Footnote-31165628 -Node: Future Extensions1165742 -Node: Implementation Limitations1166400 -Node: Extension Design1167583 -Node: Old Extension Problems1168737 -Ref: Old Extension Problems-Footnote-11170255 -Node: Extension New Mechanism Goals1170312 -Ref: Extension New Mechanism Goals-Footnote-11173676 -Node: Extension Other Design Decisions1173865 -Node: Extension Future Growth1175978 -Node: Old Extension Mechanism1176814 -Node: Notes summary1178577 -Node: Basic Concepts1179759 -Node: Basic High Level1180440 -Ref: figure-general-flow1180722 -Ref: figure-process-flow1181407 -Ref: Basic High Level-Footnote-11184708 -Node: Basic Data Typing1184893 -Node: Glossary1188221 -Node: Copying1220167 -Node: GNU Free Documentation License1257706 -Node: Index1282824 +Node: Common Extensions1079668 +Node: Ranges and Locales1080951 +Ref: Ranges and Locales-Footnote-11085567 +Ref: Ranges and Locales-Footnote-21085594 +Ref: Ranges and Locales-Footnote-31085829 +Node: Contributors1086050 +Node: History summary1091619 +Node: Installation1092999 +Node: Gawk Distribution1093944 +Node: Getting1094428 +Node: Extracting1095251 +Node: Distribution contents1096889 +Node: Unix Installation1102642 +Node: Quick Installation1103258 +Node: Additional Configuration Options1105685 +Node: Configuration Philosophy1107489 +Node: Non-Unix Installation1109859 +Node: PC Installation1110317 +Node: PC Binary Installation1111637 +Node: PC Compiling1113489 +Ref: PC Compiling-Footnote-11116513 +Node: PC Testing1116622 +Node: PC Using1117802 +Node: Cygwin1121916 +Node: MSYS1122686 +Node: VMS Installation1123187 +Node: VMS Compilation1123978 +Ref: VMS Compilation-Footnote-11125208 +Node: VMS Dynamic Extensions1125266 +Node: VMS Installation Details1126951 +Node: VMS Running1129204 +Node: VMS GNV1132045 +Node: VMS Old Gawk1132780 +Node: Bugs1133251 +Node: Other Versions1137365 +Node: Installation summary1143839 +Node: Notes1144897 +Node: Compatibility Mode1145762 +Node: Additions1146544 +Node: Accessing The Source1147469 +Node: Adding Code1148905 +Node: New Ports1155060 +Node: Derived Files1159548 +Ref: Derived Files-Footnote-11165033 +Ref: Derived Files-Footnote-21165068 +Ref: Derived Files-Footnote-31165666 +Node: Future Extensions1165780 +Node: Implementation Limitations1166438 +Node: Extension Design1167621 +Node: Old Extension Problems1168775 +Ref: Old Extension Problems-Footnote-11170293 +Node: Extension New Mechanism Goals1170350 +Ref: Extension New Mechanism Goals-Footnote-11173714 +Node: Extension Other Design Decisions1173903 +Node: Extension Future Growth1176016 +Node: Old Extension Mechanism1176852 +Node: Notes summary1178615 +Node: Basic Concepts1179797 +Node: Basic High Level1180478 +Ref: figure-general-flow1180760 +Ref: figure-process-flow1181445 +Ref: Basic High Level-Footnote-11184746 +Node: Basic Data Typing1184931 +Node: Glossary1188259 +Node: Copying1220205 +Node: GNU Free Documentation License1257744 +Node: Index1282862 End Tag Table |