diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 148 |
1 files changed, 82 insertions, 66 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 74773fcb..13f5ea77 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -25937,6 +25937,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 @@ -31301,12 +31304,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) @@ -31531,6 +31534,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) @@ -31547,6 +31556,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) @@ -31564,7 +31574,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) @@ -31652,9 +31662,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) @@ -31800,10 +31810,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) @@ -32200,10 +32215,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) @@ -32340,7 +32355,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) @@ -32381,7 +32396,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) @@ -32516,6 +32531,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) @@ -32816,7 +32832,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) @@ -33317,62 +33333,62 @@ Ref: Ranges and Locales-Footnote-11034931 Ref: Ranges and Locales-Footnote-21034958 Ref: Ranges and Locales-Footnote-31035192 Node: Contributors1035413 -Node: Installation1040558 -Node: Gawk Distribution1041452 -Node: Getting1041936 -Node: Extracting1042762 -Node: Distribution contents1044454 -Node: Unix Installation1050159 -Node: Quick Installation1050776 -Node: Additional Configuration Options1053222 -Node: Configuration Philosophy1054958 -Node: Non-Unix Installation1057312 -Node: PC Installation1057770 -Node: PC Binary Installation1059069 -Node: PC Compiling1060917 -Node: PC Testing1063861 -Node: PC Using1065037 -Node: Cygwin1069205 -Node: MSYS1070014 -Node: VMS Installation1070528 -Node: VMS Compilation1071292 -Ref: VMS Compilation-Footnote-11072544 -Node: VMS Dynamic Extensions1072602 -Node: VMS Installation Details1073975 -Node: VMS Running1076226 -Node: VMS GNV1079060 -Node: VMS Old Gawk1079783 -Node: Bugs1080253 -Node: Other Versions1084171 -Node: Notes1090255 -Node: Compatibility Mode1091055 -Node: Additions1091838 -Node: Accessing The Source1092765 -Node: Adding Code1094205 -Node: New Ports1100250 -Node: Derived Files1104385 -Ref: Derived Files-Footnote-11109706 -Ref: Derived Files-Footnote-21109740 -Ref: Derived Files-Footnote-31110340 -Node: Future Extensions1110438 -Node: Implementation Limitations1111021 -Node: Extension Design1112273 -Node: Old Extension Problems1113427 -Ref: Old Extension Problems-Footnote-11114935 -Node: Extension New Mechanism Goals1114992 -Ref: Extension New Mechanism Goals-Footnote-11118357 -Node: Extension Other Design Decisions1118543 -Node: Extension Future Growth1120649 -Node: Old Extension Mechanism1121485 -Node: Basic Concepts1123225 -Node: Basic High Level1123906 -Ref: figure-general-flow1124177 -Ref: figure-process-flow1124776 -Ref: Basic High Level-Footnote-11128005 -Node: Basic Data Typing1128190 -Node: Glossary1131545 -Node: Copying1157007 -Node: GNU Free Documentation License1194564 -Node: Index1219701 +Node: Installation1040640 +Node: Gawk Distribution1041534 +Node: Getting1042018 +Node: Extracting1042844 +Node: Distribution contents1044536 +Node: Unix Installation1050241 +Node: Quick Installation1050858 +Node: Additional Configuration Options1053304 +Node: Configuration Philosophy1055040 +Node: Non-Unix Installation1057394 +Node: PC Installation1057852 +Node: PC Binary Installation1059151 +Node: PC Compiling1060999 +Node: PC Testing1063943 +Node: PC Using1065119 +Node: Cygwin1069287 +Node: MSYS1070096 +Node: VMS Installation1070610 +Node: VMS Compilation1071374 +Ref: VMS Compilation-Footnote-11072626 +Node: VMS Dynamic Extensions1072684 +Node: VMS Installation Details1074057 +Node: VMS Running1076308 +Node: VMS GNV1079142 +Node: VMS Old Gawk1079865 +Node: Bugs1080335 +Node: Other Versions1084253 +Node: Notes1090337 +Node: Compatibility Mode1091137 +Node: Additions1091920 +Node: Accessing The Source1092847 +Node: Adding Code1094287 +Node: New Ports1100332 +Node: Derived Files1104467 +Ref: Derived Files-Footnote-11109788 +Ref: Derived Files-Footnote-21109822 +Ref: Derived Files-Footnote-31110422 +Node: Future Extensions1110520 +Node: Implementation Limitations1111103 +Node: Extension Design1112355 +Node: Old Extension Problems1113509 +Ref: Old Extension Problems-Footnote-11115017 +Node: Extension New Mechanism Goals1115074 +Ref: Extension New Mechanism Goals-Footnote-11118439 +Node: Extension Other Design Decisions1118625 +Node: Extension Future Growth1120731 +Node: Old Extension Mechanism1121567 +Node: Basic Concepts1123307 +Node: Basic High Level1123988 +Ref: figure-general-flow1124259 +Ref: figure-process-flow1124858 +Ref: Basic High Level-Footnote-11128087 +Node: Basic Data Typing1128272 +Node: Glossary1131627 +Node: Copying1157089 +Node: GNU Free Documentation License1194646 +Node: Index1219783 End Tag Table |