diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 142 |
1 files changed, 72 insertions, 70 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 26fe69dd..c2edd29f 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -25614,6 +25614,13 @@ to different non-Unix operating systems: Various `.c', `.y', and `.h' files The actual `gawk' source code. +`ABOUT-NLS' + Information about GNU `gettext' and translations. + +`AUTHORS' + A file with some information about the authorship of `gawk'. It + exists only to satisfy the pedants at the Free Software Foundation. + `README' `README_d/README.*' Descriptive files: `README' for `gawk' under Unix and the rest for @@ -25639,16 +25646,6 @@ Various `.c', `.y', and `.h' files `COPYING' The GNU General Public License. -`FUTURES' - A brief list of features and changes being contemplated for future - releases, with some indication of the time frame for the feature, - based on its difficulty. - -`LIMITATIONS' - A list of those factors that limit `gawk''s performance. Most of - these depend on the hardware or operating system software and are - not limits in `gawk' itself. - `POSIX.STD' A description of behaviors in the POSIX standard for `awk' which are left undefined, or where `gawk' may not comply fully, as well @@ -25683,11 +25680,11 @@ Various `.c', `.y', and `.h' files `doc/gawktexi.in' `doc/sidebar.awk' The Texinfo source file for this Info file. It should be - processed by `doc/sidebar.awk' before processing with TeX It - should be processed with to produce a printed document, and with - `makeinfo' to produce an Info or HTML file. The `Makefile' takes - care of this processing and produces printable output via - `texi2dvi' or `texi2pdf'. + processed by `doc/sidebar.awk' before processing with `texi2dvi' + or `texi2pdf' to produce a printed document, and with `makeinfo' + to produce an Info or HTML file. The `Makefile' takes care of + this processing and produces printable output via `texi2dvi' or + `texi2pdf'. `doc/gawk.texi' The file produced after processing `gawktexi.in' with @@ -25721,16 +25718,21 @@ Various `.c', `.y', and `.h' files `Makefile.in' `aclocal.m4' +`bisonfix.awk' `config.guess' `configh.in' `configure.ac' `configure' `custom.h' +`depcomp' +`install-sh' `missing_d/*' +`mkinstalldirs' `m4/*' - These files and subdirectories are used when configuring `gawk' - for various Unix systems. They are explained in *note Unix - Installation::. + These files and subdirectories are used when configuring and + compiling `gawk' for various Unix systems. Most of them are + explained in *note Unix Installation::. The rest are there to + support the main infrastructure. `po/*' The `po' library contains message translations. @@ -29754,7 +29756,7 @@ Index * arrays, subscripts, uninitialized variables as: Uninitialized Subscripts. (line 6) * artificial intelligence, gawk and: Distribution contents. - (line 55) + (line 52) * ASCII <1>: Glossary. (line 141) * ASCII: Ordinal Functions. (line 45) * asort() function (gawk) <1>: Array Sorting Functions. @@ -31960,7 +31962,7 @@ Index (line 6) * Texinfo <1>: Adding Code. (line 99) * Texinfo <2>: Distribution contents. - (line 80) + (line 77) * Texinfo <3>: Extract Program. (line 12) * Texinfo <4>: Dupword Program. (line 17) * Texinfo <5>: Library Functions. (line 33) @@ -32664,55 +32666,55 @@ Node: Gawk Distribution1025551 Node: Getting1026035 Node: Extracting1026861 Node: Distribution contents1028553 -Node: Unix Installation1034097 -Node: Quick Installation1034714 -Node: Additional Configuration Options1037158 -Node: Configuration Philosophy1038635 -Node: Non-Unix Installation1040989 -Node: PC Installation1041447 -Node: PC Binary Installation1042746 -Node: PC Compiling1044594 -Node: PC Testing1047538 -Node: PC Using1048714 -Node: Cygwin1052899 -Node: MSYS1053899 -Node: VMS Installation1054413 -Node: VMS Compilation1055016 -Ref: VMS Compilation-Footnote-11056023 -Node: VMS Installation Details1056081 -Node: VMS Running1057716 -Node: VMS Old Gawk1059323 -Node: Bugs1059797 -Node: Other Versions1063649 -Node: Notes1069730 -Node: Compatibility Mode1070530 -Node: Additions1071313 -Node: Accessing The Source1072240 -Node: Adding Code1073680 -Node: New Ports1079725 -Node: Derived Files1083860 -Ref: Derived Files-Footnote-11089181 -Ref: Derived Files-Footnote-21089215 -Ref: Derived Files-Footnote-31089815 -Node: Future Extensions1089913 -Node: Implementation Limitations1090494 -Node: Extension Design1091746 -Node: Old Extension Problems1092900 -Ref: Old Extension Problems-Footnote-11094408 -Node: Extension New Mechanism Goals1094465 -Ref: Extension New Mechanism Goals-Footnote-11097830 -Node: Extension Other Design Decisions1098016 -Node: Extension Future Growth1100122 -Node: Old Extension Mechanism1100958 -Node: Basic Concepts1102698 -Node: Basic High Level1103379 -Ref: figure-general-flow1103650 -Ref: figure-process-flow1104249 -Ref: Basic High Level-Footnote-11107478 -Node: Basic Data Typing1107663 -Node: Glossary1111018 -Node: Copying1136480 -Node: GNU Free Documentation License1174037 -Node: Index1199174 +Node: Unix Installation1034073 +Node: Quick Installation1034690 +Node: Additional Configuration Options1037134 +Node: Configuration Philosophy1038611 +Node: Non-Unix Installation1040965 +Node: PC Installation1041423 +Node: PC Binary Installation1042722 +Node: PC Compiling1044570 +Node: PC Testing1047514 +Node: PC Using1048690 +Node: Cygwin1052875 +Node: MSYS1053875 +Node: VMS Installation1054389 +Node: VMS Compilation1054992 +Ref: VMS Compilation-Footnote-11055999 +Node: VMS Installation Details1056057 +Node: VMS Running1057692 +Node: VMS Old Gawk1059299 +Node: Bugs1059773 +Node: Other Versions1063625 +Node: Notes1069706 +Node: Compatibility Mode1070506 +Node: Additions1071289 +Node: Accessing The Source1072216 +Node: Adding Code1073656 +Node: New Ports1079701 +Node: Derived Files1083836 +Ref: Derived Files-Footnote-11089157 +Ref: Derived Files-Footnote-21089191 +Ref: Derived Files-Footnote-31089791 +Node: Future Extensions1089889 +Node: Implementation Limitations1090470 +Node: Extension Design1091722 +Node: Old Extension Problems1092876 +Ref: Old Extension Problems-Footnote-11094384 +Node: Extension New Mechanism Goals1094441 +Ref: Extension New Mechanism Goals-Footnote-11097806 +Node: Extension Other Design Decisions1097992 +Node: Extension Future Growth1100098 +Node: Old Extension Mechanism1100934 +Node: Basic Concepts1102674 +Node: Basic High Level1103355 +Ref: figure-general-flow1103626 +Ref: figure-process-flow1104225 +Ref: Basic High Level-Footnote-11107454 +Node: Basic Data Typing1107639 +Node: Glossary1110994 +Node: Copying1136456 +Node: GNU Free Documentation License1174013 +Node: Index1199150 End Tag Table |