From 295bee08215e33ec82e34978cecc593b698c9ad9 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 10 Mar 2014 22:32:14 +0200 Subject: Indexing improvements. --- doc/gawk.info | 148 ++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 66 deletions(-) (limited to 'doc/gawk.info') diff --git a/doc/gawk.info b/doc/gawk.info index 9a569829..a275d9c2 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -25928,6 +25928,9 @@ Info file, in approximate chronological order: * Anders Wallin helped keep the VMS port going for several years. + * Assaf Gordon contributed the code to implement the `--sandbox' + option. + * John Haque made the following contributions: - The modifications to convert `gawk' into a byte-code @@ -31292,12 +31295,12 @@ Index * for statement, looping over arrays: Scanning an Array. (line 20) * fork() extension function: Extension Sample Fork. (line 11) +* format specifiers: Basic Printf. (line 15) * format specifiers, mixing regular with positional specifiers: Printf Ordering. (line 57) * format specifiers, printf statement: Control Letters. (line 6) * format specifiers, strftime() function (gawk): Time Functions. (line 88) -* format strings: Basic Printf. (line 15) * formats, numeric output: OFMT. (line 6) * formatting output: Printf. (line 6) * forward slash (/): Regexp. (line 10) @@ -31522,6 +31525,12 @@ Index * gettext() function (C library): Explaining gettext. (line 62) * gettimeofday() extension function: Extension Sample Time. (line 13) +* git utility <1>: Adding Code. (line 111) +* git utility <2>: Accessing The Source. + (line 10) +* git utility <3>: Other Versions. (line 29) +* git utility: gawkextlib. (line 29) +* git, use of for gawk source code: Derived Files. (line 6) * GMP: Arbitrary Precision Arithmetic. (line 6) * GNITS mailing list: Acknowledgments. (line 52) @@ -31538,6 +31547,7 @@ Index * GNU/Linux <1>: Glossary. (line 624) * GNU/Linux <2>: I18N Example. (line 55) * GNU/Linux: Manual History. (line 28) +* Gordon, Assaf: Contributors. (line 105) * GPL (General Public License) <1>: Glossary. (line 314) * GPL (General Public License): Manual History. (line 11) * GPL (General Public License), printing: Options. (line 88) @@ -31555,7 +31565,7 @@ Index (line 66) * Hankerson, Darrel <1>: Contributors. (line 60) * Hankerson, Darrel: Acknowledgments. (line 60) -* Haque, John: Contributors. (line 105) +* Haque, John: Contributors. (line 108) * Hartholz, Elaine: Acknowledgments. (line 38) * Hartholz, Marshall: Acknowledgments. (line 38) * Hasegawa, Isamu: Contributors. (line 94) @@ -31643,9 +31653,9 @@ Index * installing gawk: Installation. (line 6) * INT signal (MS-Windows): Profiling. (line 214) * int() function: Numeric Functions. (line 23) -* integer, arbitrary precision: Arbitrary Precision Integers. - (line 6) * integers: General Arithmetic. (line 6) +* integers, arbitrary precision: Arbitrary Precision Integers. + (line 6) * integers, unsigned: General Arithmetic. (line 15) * interacting with other programs: I/O Functions. (line 72) * internationalization <1>: I18N and L10N. (line 6) @@ -31791,10 +31801,15 @@ Index * login information: Passwd Functions. (line 16) * long options: Command Line. (line 13) * loops: While Statement. (line 6) +* loops, break statement and: Break Statement. (line 6) * loops, continue statements and: For Statement. (line 64) * loops, count for header: Profiling. (line 131) +* loops, do-while: Do Statement. (line 6) * loops, exiting: Break Statement. (line 6) +* loops, for, array scanning: Scanning an Array. (line 6) +* loops, for, iterative: For Statement. (line 6) * loops, See Also while statement: While Statement. (line 6) +* loops, while: While Statement. (line 6) * ls utility: More Complex. (line 15) * lshift() function (gawk): Bitwise Functions. (line 46) * lvalues/rvalues: Assignment Ops. (line 32) @@ -32191,10 +32206,10 @@ Index * programming conventions, private variable names: Library Names. (line 23) * programming language, recipe for: History. (line 6) -* Programming languages, Ada: Glossary. (line 20) +* programming languages, Ada: Glossary. (line 20) * programming languages, data-driven vs. procedural: Getting Started. (line 12) -* Programming languages, Java: Glossary. (line 388) +* programming languages, Java: Glossary. (line 388) * programming, basic steps: Basic High Level. (line 20) * programming, concepts: Basic Concepts. (line 6) * pwcat program: Passwd Functions. (line 23) @@ -32331,7 +32346,7 @@ Index * RLENGTH variable, match() function and: String Functions. (line 220) * Robbins, Arnold <1>: Future Extensions. (line 6) * Robbins, Arnold <2>: Bugs. (line 32) -* Robbins, Arnold <3>: Contributors. (line 132) +* Robbins, Arnold <3>: Contributors. (line 135) * Robbins, Arnold <4>: General Data Types. (line 6) * Robbins, Arnold <5>: Alarm Program. (line 6) * Robbins, Arnold <6>: Passwd Functions. (line 90) @@ -32372,7 +32387,7 @@ Index (line 68) * sandbox mode: Options. (line 279) * scalar values: Basic Data Typing. (line 13) -* Schorr, Andrew <1>: Contributors. (line 128) +* Schorr, Andrew <1>: Contributors. (line 131) * Schorr, Andrew: Acknowledgments. (line 60) * Schreiber, Bert: Acknowledgments. (line 38) * Schreiber, Rita: Acknowledgments. (line 38) @@ -32507,6 +32522,7 @@ Index * source code, mawk: Other Versions. (line 44) * source code, mixing: Options. (line 117) * source code, pawk: Other Versions. (line 78) +* source code, pawk (Python version): Other Versions. (line 124) * source code, QSE Awk: Other Versions. (line 130) * source code, QuikTrim Awk: Other Versions. (line 134) * source code, Solaris awk: Other Versions. (line 96) @@ -32807,7 +32823,7 @@ Index * xgettext utility: String Extraction. (line 13) * XOR bitwise operation: Bitwise Functions. (line 6) * xor() function (gawk): Bitwise Functions. (line 55) -* Yawitz, Efraim: Contributors. (line 126) +* Yawitz, Efraim: Contributors. (line 129) * Zaretskii, Eli <1>: Bugs. (line 70) * Zaretskii, Eli <2>: Contributors. (line 55) * Zaretskii, Eli: Acknowledgments. (line 60) @@ -33308,62 +33324,62 @@ Ref: Ranges and Locales-Footnote-11034539 Ref: Ranges and Locales-Footnote-21034566 Ref: Ranges and Locales-Footnote-31034800 Node: Contributors1035021 -Node: Installation1040166 -Node: Gawk Distribution1041060 -Node: Getting1041544 -Node: Extracting1042370 -Node: Distribution contents1044062 -Node: Unix Installation1049767 -Node: Quick Installation1050384 -Node: Additional Configuration Options1052830 -Node: Configuration Philosophy1054566 -Node: Non-Unix Installation1056920 -Node: PC Installation1057378 -Node: PC Binary Installation1058677 -Node: PC Compiling1060525 -Node: PC Testing1063469 -Node: PC Using1064645 -Node: Cygwin1068813 -Node: MSYS1069622 -Node: VMS Installation1070136 -Node: VMS Compilation1070900 -Ref: VMS Compilation-Footnote-11072152 -Node: VMS Dynamic Extensions1072210 -Node: VMS Installation Details1073583 -Node: VMS Running1075834 -Node: VMS GNV1078668 -Node: VMS Old Gawk1079391 -Node: Bugs1079861 -Node: Other Versions1083779 -Node: Notes1089863 -Node: Compatibility Mode1090663 -Node: Additions1091446 -Node: Accessing The Source1092373 -Node: Adding Code1093813 -Node: New Ports1099858 -Node: Derived Files1103993 -Ref: Derived Files-Footnote-11109314 -Ref: Derived Files-Footnote-21109348 -Ref: Derived Files-Footnote-31109948 -Node: Future Extensions1110046 -Node: Implementation Limitations1110629 -Node: Extension Design1111881 -Node: Old Extension Problems1113035 -Ref: Old Extension Problems-Footnote-11114543 -Node: Extension New Mechanism Goals1114600 -Ref: Extension New Mechanism Goals-Footnote-11117965 -Node: Extension Other Design Decisions1118151 -Node: Extension Future Growth1120257 -Node: Old Extension Mechanism1121093 -Node: Basic Concepts1122833 -Node: Basic High Level1123514 -Ref: figure-general-flow1123785 -Ref: figure-process-flow1124384 -Ref: Basic High Level-Footnote-11127613 -Node: Basic Data Typing1127798 -Node: Glossary1131153 -Node: Copying1156615 -Node: GNU Free Documentation License1194172 -Node: Index1219309 +Node: Installation1040248 +Node: Gawk Distribution1041142 +Node: Getting1041626 +Node: Extracting1042452 +Node: Distribution contents1044144 +Node: Unix Installation1049849 +Node: Quick Installation1050466 +Node: Additional Configuration Options1052912 +Node: Configuration Philosophy1054648 +Node: Non-Unix Installation1057002 +Node: PC Installation1057460 +Node: PC Binary Installation1058759 +Node: PC Compiling1060607 +Node: PC Testing1063551 +Node: PC Using1064727 +Node: Cygwin1068895 +Node: MSYS1069704 +Node: VMS Installation1070218 +Node: VMS Compilation1070982 +Ref: VMS Compilation-Footnote-11072234 +Node: VMS Dynamic Extensions1072292 +Node: VMS Installation Details1073665 +Node: VMS Running1075916 +Node: VMS GNV1078750 +Node: VMS Old Gawk1079473 +Node: Bugs1079943 +Node: Other Versions1083861 +Node: Notes1089945 +Node: Compatibility Mode1090745 +Node: Additions1091528 +Node: Accessing The Source1092455 +Node: Adding Code1093895 +Node: New Ports1099940 +Node: Derived Files1104075 +Ref: Derived Files-Footnote-11109396 +Ref: Derived Files-Footnote-21109430 +Ref: Derived Files-Footnote-31110030 +Node: Future Extensions1110128 +Node: Implementation Limitations1110711 +Node: Extension Design1111963 +Node: Old Extension Problems1113117 +Ref: Old Extension Problems-Footnote-11114625 +Node: Extension New Mechanism Goals1114682 +Ref: Extension New Mechanism Goals-Footnote-11118047 +Node: Extension Other Design Decisions1118233 +Node: Extension Future Growth1120339 +Node: Old Extension Mechanism1121175 +Node: Basic Concepts1122915 +Node: Basic High Level1123596 +Ref: figure-general-flow1123867 +Ref: figure-process-flow1124466 +Ref: Basic High Level-Footnote-11127695 +Node: Basic Data Typing1127880 +Node: Glossary1131235 +Node: Copying1156697 +Node: GNU Free Documentation License1194254 +Node: Index1219391  End Tag Table -- cgit v1.2.3