diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-08 23:11:41 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-08 23:11:41 +0200 |
commit | dea1c3c59c07731803669ecdc1fbf318b2d88380 (patch) | |
tree | e479ac3419059832fd4a1771c896d24ed514e59e | |
parent | 8444d69c736b76678d96a993f27853173a9e0e77 (diff) | |
parent | 4c6da6a47c9663b6cca1a4de13090d803a497038 (diff) | |
download | egawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.tar.gz egawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.tar.bz2 egawk-dea1c3c59c07731803669ecdc1fbf318b2d88380.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 8 | ||||
-rw-r--r-- | doc/gawk.info | 634 | ||||
-rw-r--r-- | doc/gawk.texi | 6 | ||||
-rw-r--r-- | doc/gawktexi.in | 6 | ||||
-rw-r--r-- | doc/wordlist | 1 |
5 files changed, 331 insertions, 324 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a5d8cc47..26286875 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2016-11-08 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in, wordlist: Typo fix. ECBDIC --> EBCDIC. + Thanks to Sergey Tselikh <stselikh@gmail.com> for the report. + (bitwise-ops): Put table in @verbatim instead of @display. + Works better for Info, text, and HTML. Thanks to + Marco Curreli <marcocurreli@tiscali.it> for the report. + 2016-11-04 Arnold D. Robbins <arnold@skeeve.com> * gawktexi.in: Fix a spelling error. diff --git a/doc/gawk.info b/doc/gawk.info index fca83585..06c2bf73 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -13425,13 +13425,13 @@ successive pair of bits in the operands. Three common operations are bitwise AND, OR, and XOR. The operations are described in *note Table 9.6: table-bitwise-ops. - Bit operator - | AND | OR | XOR - |--+--+--+--+--+-- - Operands | 0 | 1 | 0 | 1 | 0 | 1 - -------+--+--+--+--+--+-- - 0 | 0 0 | 0 1 | 0 1 - 1 | 0 1 | 1 1 | 1 0 + Bit operator + | AND | OR | XOR + |---+---+---+---+---+--- +Operands | 0 | 1 | 0 | 1 | 0 | 1 +----------+---+---+---+---+---+--- + 0 | 0 0 | 0 1 | 0 1 + 1 | 0 1 | 1 1 | 1 0 Table 9.6: Bitwise operations @@ -30256,7 +30256,7 @@ Bracket Expression set of characters, like '[:digit:]'. The form of bracket expression enclosed between ':' is independent of the underlying representation of the character themselves, which could utilize the - ASCII, ECBDIC, or Unicode codesets, depending on the architecture + ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also "Regular Expression." @@ -35468,314 +35468,314 @@ Ref: Time Functions-Footnote-5569085 Ref: Time Functions-Footnote-6569312 Node: Bitwise Functions569578 Ref: table-bitwise-ops570172 -Ref: Bitwise Functions-Footnote-1576218 -Ref: Bitwise Functions-Footnote-2576391 -Node: Type Functions576582 -Node: I18N Functions579114 -Node: User-defined580765 -Node: Definition Syntax581570 -Ref: Definition Syntax-Footnote-1587257 -Node: Function Example587328 -Ref: Function Example-Footnote-1590250 -Node: Function Caveats590272 -Node: Calling A Function590790 -Node: Variable Scope591748 -Node: Pass By Value/Reference594742 -Node: Return Statement598241 -Node: Dynamic Typing601220 -Node: Indirect Calls602150 -Ref: Indirect Calls-Footnote-1612401 -Node: Functions Summary612529 -Node: Library Functions615234 -Ref: Library Functions-Footnote-1618841 -Ref: Library Functions-Footnote-2618984 -Node: Library Names619155 -Ref: Library Names-Footnote-1622615 -Ref: Library Names-Footnote-2622838 -Node: General Functions622924 -Node: Strtonum Function624027 -Node: Assert Function627049 -Node: Round Function630375 -Node: Cliff Random Function631916 -Node: Ordinal Functions632932 -Ref: Ordinal Functions-Footnote-1635995 -Ref: Ordinal Functions-Footnote-2636247 -Node: Join Function636457 -Ref: Join Function-Footnote-1638227 -Node: Getlocaltime Function638427 -Node: Readfile Function642169 -Node: Shell Quoting644141 -Node: Data File Management645542 -Node: Filetrans Function646174 -Node: Rewind Function650270 -Node: File Checking652176 -Ref: File Checking-Footnote-1653510 -Node: Empty Files653711 -Node: Ignoring Assigns655690 -Node: Getopt Function657240 -Ref: Getopt Function-Footnote-1668709 -Node: Passwd Functions668909 -Ref: Passwd Functions-Footnote-1677748 -Node: Group Functions677836 -Ref: Group Functions-Footnote-1685734 -Node: Walking Arrays685941 -Node: Library Functions Summary688949 -Node: Library Exercises690355 -Node: Sample Programs690820 -Node: Running Examples691590 -Node: Clones692318 -Node: Cut Program693542 -Node: Egrep Program703471 -Ref: Egrep Program-Footnote-1710983 -Node: Id Program711093 -Node: Split Program714773 -Ref: Split Program-Footnote-1718232 -Node: Tee Program718361 -Node: Uniq Program721151 -Node: Wc Program728577 -Ref: Wc Program-Footnote-1732832 -Node: Miscellaneous Programs732926 -Node: Dupword Program734139 -Node: Alarm Program736169 -Node: Translate Program741024 -Ref: Translate Program-Footnote-1745589 -Node: Labels Program745859 -Ref: Labels Program-Footnote-1749210 -Node: Word Sorting749294 -Node: History Sorting753366 -Node: Extract Program755201 -Node: Simple Sed762730 -Node: Igawk Program765804 -Ref: Igawk Program-Footnote-1780135 -Ref: Igawk Program-Footnote-2780337 -Ref: Igawk Program-Footnote-3780459 -Node: Anagram Program780574 -Node: Signature Program783636 -Node: Programs Summary784883 -Node: Programs Exercises786097 -Ref: Programs Exercises-Footnote-1790226 -Node: Advanced Features790317 -Node: Nondecimal Data792307 -Node: Array Sorting793898 -Node: Controlling Array Traversal794598 -Ref: Controlling Array Traversal-Footnote-1802965 -Node: Array Sorting Functions803083 -Ref: Array Sorting Functions-Footnote-1808174 -Node: Two-way I/O808370 -Ref: Two-way I/O-Footnote-1814920 -Ref: Two-way I/O-Footnote-2815107 -Node: TCP/IP Networking815189 -Node: Profiling818307 -Ref: Profiling-Footnote-1826800 -Node: Advanced Features Summary827123 -Node: Internationalization828967 -Node: I18N and L10N830447 -Node: Explaining gettext831134 -Ref: Explaining gettext-Footnote-1837026 -Ref: Explaining gettext-Footnote-2837211 -Node: Programmer i18n837376 -Ref: Programmer i18n-Footnote-1842231 -Node: Translator i18n842280 -Node: String Extraction843074 -Ref: String Extraction-Footnote-1844206 -Node: Printf Ordering844292 -Ref: Printf Ordering-Footnote-1847078 -Node: I18N Portability847142 -Ref: I18N Portability-Footnote-1849598 -Node: I18N Example849661 -Ref: I18N Example-Footnote-1852467 -Node: Gawk I18N852540 -Node: I18N Summary853185 -Node: Debugger854526 -Node: Debugging855548 -Node: Debugging Concepts855989 -Node: Debugging Terms857798 -Node: Awk Debugging860373 -Node: Sample Debugging Session861279 -Node: Debugger Invocation861813 -Node: Finding The Bug863199 -Node: List of Debugger Commands869677 -Node: Breakpoint Control871010 -Node: Debugger Execution Control874704 -Node: Viewing And Changing Data878066 -Node: Execution Stack881440 -Node: Debugger Info883077 -Node: Miscellaneous Debugger Commands887148 -Node: Readline Support892236 -Node: Limitations893132 -Ref: Limitations-Footnote-1897363 -Node: Debugging Summary897414 -Node: Arbitrary Precision Arithmetic898693 -Node: Computer Arithmetic900109 -Ref: table-numeric-ranges903700 -Ref: Computer Arithmetic-Footnote-1904422 -Node: Math Definitions904479 -Ref: table-ieee-formats907793 -Ref: Math Definitions-Footnote-1908396 -Node: MPFR features908501 -Node: FP Math Caution910218 -Ref: FP Math Caution-Footnote-1911290 -Node: Inexactness of computations911659 -Node: Inexact representation912619 -Node: Comparing FP Values913979 -Node: Errors accumulate915061 -Node: Getting Accuracy916494 -Node: Try To Round919204 -Node: Setting precision920103 -Ref: table-predefined-precision-strings920800 -Node: Setting the rounding mode922630 -Ref: table-gawk-rounding-modes923004 -Ref: Setting the rounding mode-Footnote-1926412 -Node: Arbitrary Precision Integers926591 -Ref: Arbitrary Precision Integers-Footnote-1931508 -Node: POSIX Floating Point Problems931657 -Ref: POSIX Floating Point Problems-Footnote-1935539 -Node: Floating point summary935577 -Node: Dynamic Extensions937767 -Node: Extension Intro939320 -Node: Plugin License940586 -Node: Extension Mechanism Outline941383 -Ref: figure-load-extension941822 -Ref: figure-register-new-function943387 -Ref: figure-call-new-function944479 -Node: Extension API Description946541 -Node: Extension API Functions Introduction948073 -Node: General Data Types952932 -Ref: General Data Types-Footnote-1958887 -Node: Memory Allocation Functions959186 -Ref: Memory Allocation Functions-Footnote-1962031 -Node: Constructor Functions962130 -Node: Registration Functions963875 -Node: Extension Functions964560 -Node: Exit Callback Functions967183 -Node: Extension Version String968433 -Node: Input Parsers969096 -Node: Output Wrappers978978 -Node: Two-way processors983490 -Node: Printing Messages985755 -Ref: Printing Messages-Footnote-1986926 -Node: Updating ERRNO987079 -Node: Requesting Values987818 -Ref: table-value-types-returned988555 -Node: Accessing Parameters989438 -Node: Symbol Table Access990673 -Node: Symbol table by name991185 -Node: Symbol table by cookie993206 -Ref: Symbol table by cookie-Footnote-1997358 -Node: Cached values997422 -Ref: Cached values-Footnote-11000929 -Node: Array Manipulation1001020 -Ref: Array Manipulation-Footnote-11002111 -Node: Array Data Types1002148 -Ref: Array Data Types-Footnote-11004806 -Node: Array Functions1004898 -Node: Flattening Arrays1008756 -Node: Creating Arrays1015664 -Node: Redirection API1020433 -Node: Extension API Variables1023264 -Node: Extension Versioning1023897 -Ref: gawk-api-version1024334 -Node: Extension API Informational Variables1026090 -Node: Extension API Boilerplate1027154 -Node: Finding Extensions1030968 -Node: Extension Example1031527 -Node: Internal File Description1032325 -Node: Internal File Ops1036405 -Ref: Internal File Ops-Footnote-11048167 -Node: Using Internal File Ops1048307 -Ref: Using Internal File Ops-Footnote-11050690 -Node: Extension Samples1050964 -Node: Extension Sample File Functions1052493 -Node: Extension Sample Fnmatch1060142 -Node: Extension Sample Fork1061629 -Node: Extension Sample Inplace1062847 -Node: Extension Sample Ord1066057 -Node: Extension Sample Readdir1066893 -Ref: table-readdir-file-types1067782 -Node: Extension Sample Revout1068587 -Node: Extension Sample Rev2way1069176 -Node: Extension Sample Read write array1069916 -Node: Extension Sample Readfile1071858 -Node: Extension Sample Time1072953 -Node: Extension Sample API Tests1074301 -Node: gawkextlib1074793 -Node: Extension summary1077240 -Node: Extension Exercises1080942 -Node: Language History1082440 -Node: V7/SVR3.11084096 -Node: SVR41086248 -Node: POSIX1087682 -Node: BTL1089061 -Node: POSIX/GNU1089790 -Node: Feature History1095652 -Node: Common Extensions1110022 -Node: Ranges and Locales1111305 -Ref: Ranges and Locales-Footnote-11115921 -Ref: Ranges and Locales-Footnote-21115948 -Ref: Ranges and Locales-Footnote-31116183 -Node: Contributors1116404 -Node: History summary1121964 -Node: Installation1123344 -Node: Gawk Distribution1124288 -Node: Getting1124772 -Node: Extracting1125733 -Node: Distribution contents1127371 -Node: Unix Installation1133456 -Node: Quick Installation1134138 -Node: Shell Startup Files1136552 -Node: Additional Configuration Options1137630 -Node: Configuration Philosophy1139435 -Node: Non-Unix Installation1141804 -Node: PC Installation1142264 -Node: PC Binary Installation1143102 -Node: PC Compiling1143537 -Node: PC Using1144654 -Node: Cygwin1147699 -Node: MSYS1148469 -Node: VMS Installation1148970 -Node: VMS Compilation1149761 -Ref: VMS Compilation-Footnote-11150990 -Node: VMS Dynamic Extensions1151048 -Node: VMS Installation Details1152733 -Node: VMS Running1154986 -Node: VMS GNV1159265 -Node: VMS Old Gawk1160000 -Node: Bugs1160471 -Node: Bug address1161134 -Node: Usenet1163531 -Node: Maintainers1164306 -Node: Other Versions1165682 -Node: Installation summary1172266 -Node: Notes1173301 -Node: Compatibility Mode1174166 -Node: Additions1174948 -Node: Accessing The Source1175873 -Node: Adding Code1177308 -Node: New Ports1183527 -Node: Derived Files1188015 -Ref: Derived Files-Footnote-11193500 -Ref: Derived Files-Footnote-21193535 -Ref: Derived Files-Footnote-31194133 -Node: Future Extensions1194247 -Node: Implementation Limitations1194905 -Node: Extension Design1196088 -Node: Old Extension Problems1197242 -Ref: Old Extension Problems-Footnote-11198760 -Node: Extension New Mechanism Goals1198817 -Ref: Extension New Mechanism Goals-Footnote-11202181 -Node: Extension Other Design Decisions1202370 -Node: Extension Future Growth1204483 -Node: Old Extension Mechanism1205319 -Node: Notes summary1207082 -Node: Basic Concepts1208264 -Node: Basic High Level1208945 -Ref: figure-general-flow1209227 -Ref: figure-process-flow1209912 -Ref: Basic High Level-Footnote-11213213 -Node: Basic Data Typing1213398 -Node: Glossary1216726 -Node: Copying1248673 -Node: GNU Free Documentation License1286212 -Node: Index1311330 +Ref: Bitwise Functions-Footnote-1576198 +Ref: Bitwise Functions-Footnote-2576371 +Node: Type Functions576562 +Node: I18N Functions579094 +Node: User-defined580745 +Node: Definition Syntax581550 +Ref: Definition Syntax-Footnote-1587237 +Node: Function Example587308 +Ref: Function Example-Footnote-1590230 +Node: Function Caveats590252 +Node: Calling A Function590770 +Node: Variable Scope591728 +Node: Pass By Value/Reference594722 +Node: Return Statement598221 +Node: Dynamic Typing601200 +Node: Indirect Calls602130 +Ref: Indirect Calls-Footnote-1612381 +Node: Functions Summary612509 +Node: Library Functions615214 +Ref: Library Functions-Footnote-1618821 +Ref: Library Functions-Footnote-2618964 +Node: Library Names619135 +Ref: Library Names-Footnote-1622595 +Ref: Library Names-Footnote-2622818 +Node: General Functions622904 +Node: Strtonum Function624007 +Node: Assert Function627029 +Node: Round Function630355 +Node: Cliff Random Function631896 +Node: Ordinal Functions632912 +Ref: Ordinal Functions-Footnote-1635975 +Ref: Ordinal Functions-Footnote-2636227 +Node: Join Function636437 +Ref: Join Function-Footnote-1638207 +Node: Getlocaltime Function638407 +Node: Readfile Function642149 +Node: Shell Quoting644121 +Node: Data File Management645522 +Node: Filetrans Function646154 +Node: Rewind Function650250 +Node: File Checking652156 +Ref: File Checking-Footnote-1653490 +Node: Empty Files653691 +Node: Ignoring Assigns655670 +Node: Getopt Function657220 +Ref: Getopt Function-Footnote-1668689 +Node: Passwd Functions668889 +Ref: Passwd Functions-Footnote-1677728 +Node: Group Functions677816 +Ref: Group Functions-Footnote-1685714 +Node: Walking Arrays685921 +Node: Library Functions Summary688929 +Node: Library Exercises690335 +Node: Sample Programs690800 +Node: Running Examples691570 +Node: Clones692298 +Node: Cut Program693522 +Node: Egrep Program703451 +Ref: Egrep Program-Footnote-1710963 +Node: Id Program711073 +Node: Split Program714753 +Ref: Split Program-Footnote-1718212 +Node: Tee Program718341 +Node: Uniq Program721131 +Node: Wc Program728557 +Ref: Wc Program-Footnote-1732812 +Node: Miscellaneous Programs732906 +Node: Dupword Program734119 +Node: Alarm Program736149 +Node: Translate Program741004 +Ref: Translate Program-Footnote-1745569 +Node: Labels Program745839 +Ref: Labels Program-Footnote-1749190 +Node: Word Sorting749274 +Node: History Sorting753346 +Node: Extract Program755181 +Node: Simple Sed762710 +Node: Igawk Program765784 +Ref: Igawk Program-Footnote-1780115 +Ref: Igawk Program-Footnote-2780317 +Ref: Igawk Program-Footnote-3780439 +Node: Anagram Program780554 +Node: Signature Program783616 +Node: Programs Summary784863 +Node: Programs Exercises786077 +Ref: Programs Exercises-Footnote-1790206 +Node: Advanced Features790297 +Node: Nondecimal Data792287 +Node: Array Sorting793878 +Node: Controlling Array Traversal794578 +Ref: Controlling Array Traversal-Footnote-1802945 +Node: Array Sorting Functions803063 +Ref: Array Sorting Functions-Footnote-1808154 +Node: Two-way I/O808350 +Ref: Two-way I/O-Footnote-1814900 +Ref: Two-way I/O-Footnote-2815087 +Node: TCP/IP Networking815169 +Node: Profiling818287 +Ref: Profiling-Footnote-1826780 +Node: Advanced Features Summary827103 +Node: Internationalization828947 +Node: I18N and L10N830427 +Node: Explaining gettext831114 +Ref: Explaining gettext-Footnote-1837006 +Ref: Explaining gettext-Footnote-2837191 +Node: Programmer i18n837356 +Ref: Programmer i18n-Footnote-1842211 +Node: Translator i18n842260 +Node: String Extraction843054 +Ref: String Extraction-Footnote-1844186 +Node: Printf Ordering844272 +Ref: Printf Ordering-Footnote-1847058 +Node: I18N Portability847122 +Ref: I18N Portability-Footnote-1849578 +Node: I18N Example849641 +Ref: I18N Example-Footnote-1852447 +Node: Gawk I18N852520 +Node: I18N Summary853165 +Node: Debugger854506 +Node: Debugging855528 +Node: Debugging Concepts855969 +Node: Debugging Terms857778 +Node: Awk Debugging860353 +Node: Sample Debugging Session861259 +Node: Debugger Invocation861793 +Node: Finding The Bug863179 +Node: List of Debugger Commands869657 +Node: Breakpoint Control870990 +Node: Debugger Execution Control874684 +Node: Viewing And Changing Data878046 +Node: Execution Stack881420 +Node: Debugger Info883057 +Node: Miscellaneous Debugger Commands887128 +Node: Readline Support892216 +Node: Limitations893112 +Ref: Limitations-Footnote-1897343 +Node: Debugging Summary897394 +Node: Arbitrary Precision Arithmetic898673 +Node: Computer Arithmetic900089 +Ref: table-numeric-ranges903680 +Ref: Computer Arithmetic-Footnote-1904402 +Node: Math Definitions904459 +Ref: table-ieee-formats907773 +Ref: Math Definitions-Footnote-1908376 +Node: MPFR features908481 +Node: FP Math Caution910198 +Ref: FP Math Caution-Footnote-1911270 +Node: Inexactness of computations911639 +Node: Inexact representation912599 +Node: Comparing FP Values913959 +Node: Errors accumulate915041 +Node: Getting Accuracy916474 +Node: Try To Round919184 +Node: Setting precision920083 +Ref: table-predefined-precision-strings920780 +Node: Setting the rounding mode922610 +Ref: table-gawk-rounding-modes922984 +Ref: Setting the rounding mode-Footnote-1926392 +Node: Arbitrary Precision Integers926571 +Ref: Arbitrary Precision Integers-Footnote-1931488 +Node: POSIX Floating Point Problems931637 +Ref: POSIX Floating Point Problems-Footnote-1935519 +Node: Floating point summary935557 +Node: Dynamic Extensions937747 +Node: Extension Intro939300 +Node: Plugin License940566 +Node: Extension Mechanism Outline941363 +Ref: figure-load-extension941802 +Ref: figure-register-new-function943367 +Ref: figure-call-new-function944459 +Node: Extension API Description946521 +Node: Extension API Functions Introduction948053 +Node: General Data Types952912 +Ref: General Data Types-Footnote-1958867 +Node: Memory Allocation Functions959166 +Ref: Memory Allocation Functions-Footnote-1962011 +Node: Constructor Functions962110 +Node: Registration Functions963855 +Node: Extension Functions964540 +Node: Exit Callback Functions967163 +Node: Extension Version String968413 +Node: Input Parsers969076 +Node: Output Wrappers978958 +Node: Two-way processors983470 +Node: Printing Messages985735 +Ref: Printing Messages-Footnote-1986906 +Node: Updating ERRNO987059 +Node: Requesting Values987798 +Ref: table-value-types-returned988535 +Node: Accessing Parameters989418 +Node: Symbol Table Access990653 +Node: Symbol table by name991165 +Node: Symbol table by cookie993186 +Ref: Symbol table by cookie-Footnote-1997338 +Node: Cached values997402 +Ref: Cached values-Footnote-11000909 +Node: Array Manipulation1001000 +Ref: Array Manipulation-Footnote-11002091 +Node: Array Data Types1002128 +Ref: Array Data Types-Footnote-11004786 +Node: Array Functions1004878 +Node: Flattening Arrays1008736 +Node: Creating Arrays1015644 +Node: Redirection API1020413 +Node: Extension API Variables1023244 +Node: Extension Versioning1023877 +Ref: gawk-api-version1024314 +Node: Extension API Informational Variables1026070 +Node: Extension API Boilerplate1027134 +Node: Finding Extensions1030948 +Node: Extension Example1031507 +Node: Internal File Description1032305 +Node: Internal File Ops1036385 +Ref: Internal File Ops-Footnote-11048147 +Node: Using Internal File Ops1048287 +Ref: Using Internal File Ops-Footnote-11050670 +Node: Extension Samples1050944 +Node: Extension Sample File Functions1052473 +Node: Extension Sample Fnmatch1060122 +Node: Extension Sample Fork1061609 +Node: Extension Sample Inplace1062827 +Node: Extension Sample Ord1066037 +Node: Extension Sample Readdir1066873 +Ref: table-readdir-file-types1067762 +Node: Extension Sample Revout1068567 +Node: Extension Sample Rev2way1069156 +Node: Extension Sample Read write array1069896 +Node: Extension Sample Readfile1071838 +Node: Extension Sample Time1072933 +Node: Extension Sample API Tests1074281 +Node: gawkextlib1074773 +Node: Extension summary1077220 +Node: Extension Exercises1080922 +Node: Language History1082420 +Node: V7/SVR3.11084076 +Node: SVR41086228 +Node: POSIX1087662 +Node: BTL1089041 +Node: POSIX/GNU1089770 +Node: Feature History1095632 +Node: Common Extensions1110002 +Node: Ranges and Locales1111285 +Ref: Ranges and Locales-Footnote-11115901 +Ref: Ranges and Locales-Footnote-21115928 +Ref: Ranges and Locales-Footnote-31116163 +Node: Contributors1116384 +Node: History summary1121944 +Node: Installation1123324 +Node: Gawk Distribution1124268 +Node: Getting1124752 +Node: Extracting1125713 +Node: Distribution contents1127351 +Node: Unix Installation1133436 +Node: Quick Installation1134118 +Node: Shell Startup Files1136532 +Node: Additional Configuration Options1137610 +Node: Configuration Philosophy1139415 +Node: Non-Unix Installation1141784 +Node: PC Installation1142244 +Node: PC Binary Installation1143082 +Node: PC Compiling1143517 +Node: PC Using1144634 +Node: Cygwin1147679 +Node: MSYS1148449 +Node: VMS Installation1148950 +Node: VMS Compilation1149741 +Ref: VMS Compilation-Footnote-11150970 +Node: VMS Dynamic Extensions1151028 +Node: VMS Installation Details1152713 +Node: VMS Running1154966 +Node: VMS GNV1159245 +Node: VMS Old Gawk1159980 +Node: Bugs1160451 +Node: Bug address1161114 +Node: Usenet1163511 +Node: Maintainers1164286 +Node: Other Versions1165662 +Node: Installation summary1172246 +Node: Notes1173281 +Node: Compatibility Mode1174146 +Node: Additions1174928 +Node: Accessing The Source1175853 +Node: Adding Code1177288 +Node: New Ports1183507 +Node: Derived Files1187995 +Ref: Derived Files-Footnote-11193480 +Ref: Derived Files-Footnote-21193515 +Ref: Derived Files-Footnote-31194113 +Node: Future Extensions1194227 +Node: Implementation Limitations1194885 +Node: Extension Design1196068 +Node: Old Extension Problems1197222 +Ref: Old Extension Problems-Footnote-11198740 +Node: Extension New Mechanism Goals1198797 +Ref: Extension New Mechanism Goals-Footnote-11202161 +Node: Extension Other Design Decisions1202350 +Node: Extension Future Growth1204463 +Node: Old Extension Mechanism1205299 +Node: Notes summary1207062 +Node: Basic Concepts1208244 +Node: Basic High Level1208925 +Ref: figure-general-flow1209207 +Ref: figure-process-flow1209892 +Ref: Basic High Level-Footnote-11213193 +Node: Basic Data Typing1213378 +Node: Glossary1216706 +Node: Copying1248653 +Node: GNU Free Documentation License1286192 +Node: Index1311310 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 9015d5f4..2be335bd 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -19215,7 +19215,7 @@ The operations are described in @ref{table-bitwise-ops}. @caption{Bitwise operations} @ifnottex @ifnotdocbook -@display +@verbatim Bit operator | AND | OR | XOR |---+---+---+---+---+--- @@ -19223,7 +19223,7 @@ Operands | 0 | 1 | 0 | 1 | 0 | 1 ----------+---+---+---+---+---+--- 0 | 0 0 | 0 1 | 0 1 1 | 0 1 | 1 1 | 1 0 -@end display +@end verbatim @end ifnotdocbook @end ifnottex @tex @@ -40740,7 +40740,7 @@ or more characters, like @samp{[abc]}, a range of characters, like @samp{[A-Z]}, or a name, delimited by @samp{:}, that designates a known set of characters, like @samp{[:digit:]}. The form of bracket expression enclosed between @samp{:} is independent of the underlying representation -of the character themselves, which could utilize the ASCII, ECBDIC, or +of the character themselves, which could utilize the ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also ``Regular Expression.'' diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 3e33d75d..a2f6b3b3 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -18327,7 +18327,7 @@ The operations are described in @ref{table-bitwise-ops}. @caption{Bitwise operations} @ifnottex @ifnotdocbook -@display +@verbatim Bit operator | AND | OR | XOR |---+---+---+---+---+--- @@ -18335,7 +18335,7 @@ Operands | 0 | 1 | 0 | 1 | 0 | 1 ----------+---+---+---+---+---+--- 0 | 0 0 | 0 1 | 0 1 1 | 0 1 | 1 1 | 1 0 -@end display +@end verbatim @end ifnotdocbook @end ifnottex @tex @@ -39754,7 +39754,7 @@ or more characters, like @samp{[abc]}, a range of characters, like @samp{[A-Z]}, or a name, delimited by @samp{:}, that designates a known set of characters, like @samp{[:digit:]}. The form of bracket expression enclosed between @samp{:} is independent of the underlying representation -of the character themselves, which could utilize the ASCII, ECBDIC, or +of the character themselves, which could utilize the ASCII, EBCDIC, or Unicode codesets, depending on the architecture of the computer system, and on localization. See also ``Regular Expression.'' diff --git a/doc/wordlist b/doc/wordlist index 759afc87..8c74d9d5 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -130,7 +130,6 @@ Dupword EAGAIN EBCDIC EC -ECBDIC EINTR EMISTERED EMRED |