diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 418 |
1 files changed, 209 insertions, 209 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 19be939f..bca05d11 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21680,8 +21680,8 @@ File: gawk.info, Node: Gawk I18N, Next: I18N Summary, Prev: I18N Example, Up 'gawk' itself has been internationalized using the GNU 'gettext' package. (GNU 'gettext' is described in complete detail in *note (GNU 'gettext' utilities, gettext, GNU 'gettext' utilities)Top::.) As of -this writing, the latest version of GNU 'gettext' is version 0.19.4 -(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.4.tar.gz). +this writing, the latest version of GNU 'gettext' is version 0.19.8.1 +(ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.8.1.tar.gz). If a translation of 'gawk''s messages exists, then 'gawk' produces usage messages, warnings, and fatal errors in the local language. @@ -37257,212 +37257,212 @@ Node: I18N Example875940 Ref: I18N Example-Footnote-1879215 Ref: I18N Example-Footnote-2879288 Node: Gawk I18N879397 -Node: I18N Summary880042 -Node: Debugger881383 -Node: Debugging882383 -Node: Debugging Concepts882824 -Node: Debugging Terms884633 -Node: Awk Debugging887208 -Ref: Awk Debugging-Footnote-1888153 -Node: Sample Debugging Session888285 -Node: Debugger Invocation888819 -Node: Finding The Bug890205 -Node: List of Debugger Commands896679 -Node: Breakpoint Control898012 -Node: Debugger Execution Control901706 -Node: Viewing And Changing Data905068 -Node: Execution Stack908609 -Node: Debugger Info910246 -Node: Miscellaneous Debugger Commands914317 -Node: Readline Support919379 -Node: Limitations920275 -Node: Debugging Summary922384 -Node: Namespaces923663 -Node: Global Namespace924742 -Node: Qualified Names926140 -Node: Default Namespace927139 -Node: Changing The Namespace927880 -Node: Naming Rules929494 -Node: Internal Name Management931342 -Node: Namespace Example932384 -Node: Namespace And Features934946 -Node: Namespace Summary936381 -Node: Arbitrary Precision Arithmetic937858 -Node: Computer Arithmetic939345 -Ref: table-numeric-ranges943111 -Ref: table-floating-point-ranges943604 -Ref: Computer Arithmetic-Footnote-1944262 -Node: Math Definitions944319 -Ref: table-ieee-formats947635 -Ref: Math Definitions-Footnote-1948238 -Node: MPFR features948343 -Node: FP Math Caution950061 -Ref: FP Math Caution-Footnote-1951133 -Node: Inexactness of computations951502 -Node: Inexact representation952462 -Node: Comparing FP Values953822 -Node: Errors accumulate955063 -Node: Getting Accuracy956496 -Node: Try To Round959206 -Node: Setting precision960105 -Ref: table-predefined-precision-strings960802 -Node: Setting the rounding mode962632 -Ref: table-gawk-rounding-modes963006 -Ref: Setting the rounding mode-Footnote-1966937 -Node: Arbitrary Precision Integers967116 -Ref: Arbitrary Precision Integers-Footnote-1970291 -Node: Checking for MPFR970440 -Node: POSIX Floating Point Problems971914 -Ref: POSIX Floating Point Problems-Footnote-1976199 -Node: Floating point summary976237 -Node: Dynamic Extensions978427 -Node: Extension Intro979980 -Node: Plugin License981246 -Node: Extension Mechanism Outline982043 -Ref: figure-load-extension982482 -Ref: figure-register-new-function984047 -Ref: figure-call-new-function985139 -Node: Extension API Description987201 -Node: Extension API Functions Introduction988843 -Ref: table-api-std-headers990679 -Node: General Data Types994544 -Ref: General Data Types-Footnote-11002905 -Node: Memory Allocation Functions1003204 -Ref: Memory Allocation Functions-Footnote-11007414 -Node: Constructor Functions1007513 -Node: Registration Functions1011099 -Node: Extension Functions1011784 -Node: Exit Callback Functions1017106 -Node: Extension Version String1018356 -Node: Input Parsers1019019 -Node: Output Wrappers1031740 -Node: Two-way processors1036252 -Node: Printing Messages1038517 -Ref: Printing Messages-Footnote-11039688 -Node: Updating ERRNO1039841 -Node: Requesting Values1040580 -Ref: table-value-types-returned1041317 -Node: Accessing Parameters1042253 -Node: Symbol Table Access1043488 -Node: Symbol table by name1044000 -Ref: Symbol table by name-Footnote-11047024 -Node: Symbol table by cookie1047152 -Ref: Symbol table by cookie-Footnote-11051337 -Node: Cached values1051401 -Ref: Cached values-Footnote-11054937 -Node: Array Manipulation1055090 -Ref: Array Manipulation-Footnote-11056181 -Node: Array Data Types1056218 -Ref: Array Data Types-Footnote-11058876 -Node: Array Functions1058968 -Node: Flattening Arrays1063466 -Node: Creating Arrays1070442 -Node: Redirection API1075209 -Node: Extension API Variables1078042 -Node: Extension Versioning1078753 -Ref: gawk-api-version1079182 -Node: Extension GMP/MPFR Versioning1080913 -Node: Extension API Informational Variables1082541 -Node: Extension API Boilerplate1083614 -Node: Changes from API V11087588 -Node: Finding Extensions1089160 -Node: Extension Example1089719 -Node: Internal File Description1090517 -Node: Internal File Ops1094597 -Ref: Internal File Ops-Footnote-11105947 -Node: Using Internal File Ops1106087 -Ref: Using Internal File Ops-Footnote-11108470 -Node: Extension Samples1108744 -Node: Extension Sample File Functions1110273 -Node: Extension Sample Fnmatch1117922 -Node: Extension Sample Fork1119409 -Node: Extension Sample Inplace1120627 -Node: Extension Sample Ord1123931 -Node: Extension Sample Readdir1124767 -Ref: table-readdir-file-types1125656 -Node: Extension Sample Revout1126461 -Node: Extension Sample Rev2way1127050 -Node: Extension Sample Read write array1127790 -Node: Extension Sample Readfile1129732 -Node: Extension Sample Time1130827 -Node: Extension Sample API Tests1132175 -Node: gawkextlib1132667 -Node: Extension summary1135585 -Node: Extension Exercises1139287 -Node: Language History1140529 -Node: V7/SVR3.11142185 -Node: SVR41144337 -Node: POSIX1145771 -Node: BTL1147151 -Node: POSIX/GNU1147880 -Node: Feature History1153658 -Node: Common Extensions1169704 -Node: Ranges and Locales1170987 -Ref: Ranges and Locales-Footnote-11175603 -Ref: Ranges and Locales-Footnote-21175630 -Ref: Ranges and Locales-Footnote-31175865 -Node: Contributors1176086 -Node: History summary1182031 -Node: Installation1183411 -Node: Gawk Distribution1184355 -Node: Getting1184839 -Node: Extracting1185802 -Node: Distribution contents1187440 -Node: Unix Installation1193920 -Node: Quick Installation1194602 -Node: Shell Startup Files1197016 -Node: Additional Configuration Options1198105 -Node: Configuration Philosophy1200270 -Node: Non-Unix Installation1202639 -Node: PC Installation1203099 -Node: PC Binary Installation1203937 -Node: PC Compiling1204372 -Node: PC Using1205489 -Node: Cygwin1209042 -Node: MSYS1210141 -Node: VMS Installation1210642 -Node: VMS Compilation1211433 -Ref: VMS Compilation-Footnote-11212662 -Node: VMS Dynamic Extensions1212720 -Node: VMS Installation Details1214405 -Node: VMS Running1216658 -Node: VMS GNV1220937 -Node: VMS Old Gawk1221672 -Node: Bugs1222143 -Node: Bug address1222806 -Node: Usenet1225788 -Node: Maintainers1226792 -Node: Other Versions1228053 -Node: Installation summary1234967 -Node: Notes1236169 -Node: Compatibility Mode1236963 -Node: Additions1237745 -Node: Accessing The Source1238670 -Node: Adding Code1240107 -Node: New Ports1246326 -Node: Derived Files1250701 -Ref: Derived Files-Footnote-11256361 -Ref: Derived Files-Footnote-21256396 -Ref: Derived Files-Footnote-31256994 -Node: Future Extensions1257108 -Node: Implementation Limitations1257766 -Node: Extension Design1258949 -Node: Old Extension Problems1260093 -Ref: Old Extension Problems-Footnote-11261611 -Node: Extension New Mechanism Goals1261668 -Ref: Extension New Mechanism Goals-Footnote-11265032 -Node: Extension Other Design Decisions1265221 -Node: Extension Future Growth1267334 -Node: Notes summary1268170 -Node: Basic Concepts1269328 -Node: Basic High Level1270009 -Ref: figure-general-flow1270291 -Ref: figure-process-flow1270976 -Ref: Basic High Level-Footnote-11274277 -Node: Basic Data Typing1274462 -Node: Glossary1277790 -Node: Copying1309628 -Node: GNU Free Documentation License1347171 -Node: Index1372291 +Node: I18N Summary880046 +Node: Debugger881387 +Node: Debugging882387 +Node: Debugging Concepts882828 +Node: Debugging Terms884637 +Node: Awk Debugging887212 +Ref: Awk Debugging-Footnote-1888157 +Node: Sample Debugging Session888289 +Node: Debugger Invocation888823 +Node: Finding The Bug890209 +Node: List of Debugger Commands896683 +Node: Breakpoint Control898016 +Node: Debugger Execution Control901710 +Node: Viewing And Changing Data905072 +Node: Execution Stack908613 +Node: Debugger Info910250 +Node: Miscellaneous Debugger Commands914321 +Node: Readline Support919383 +Node: Limitations920279 +Node: Debugging Summary922388 +Node: Namespaces923667 +Node: Global Namespace924746 +Node: Qualified Names926144 +Node: Default Namespace927143 +Node: Changing The Namespace927884 +Node: Naming Rules929498 +Node: Internal Name Management931346 +Node: Namespace Example932388 +Node: Namespace And Features934950 +Node: Namespace Summary936385 +Node: Arbitrary Precision Arithmetic937862 +Node: Computer Arithmetic939349 +Ref: table-numeric-ranges943115 +Ref: table-floating-point-ranges943608 +Ref: Computer Arithmetic-Footnote-1944266 +Node: Math Definitions944323 +Ref: table-ieee-formats947639 +Ref: Math Definitions-Footnote-1948242 +Node: MPFR features948347 +Node: FP Math Caution950065 +Ref: FP Math Caution-Footnote-1951137 +Node: Inexactness of computations951506 +Node: Inexact representation952466 +Node: Comparing FP Values953826 +Node: Errors accumulate955067 +Node: Getting Accuracy956500 +Node: Try To Round959210 +Node: Setting precision960109 +Ref: table-predefined-precision-strings960806 +Node: Setting the rounding mode962636 +Ref: table-gawk-rounding-modes963010 +Ref: Setting the rounding mode-Footnote-1966941 +Node: Arbitrary Precision Integers967120 +Ref: Arbitrary Precision Integers-Footnote-1970295 +Node: Checking for MPFR970444 +Node: POSIX Floating Point Problems971918 +Ref: POSIX Floating Point Problems-Footnote-1976203 +Node: Floating point summary976241 +Node: Dynamic Extensions978431 +Node: Extension Intro979984 +Node: Plugin License981250 +Node: Extension Mechanism Outline982047 +Ref: figure-load-extension982486 +Ref: figure-register-new-function984051 +Ref: figure-call-new-function985143 +Node: Extension API Description987205 +Node: Extension API Functions Introduction988847 +Ref: table-api-std-headers990683 +Node: General Data Types994548 +Ref: General Data Types-Footnote-11002909 +Node: Memory Allocation Functions1003208 +Ref: Memory Allocation Functions-Footnote-11007418 +Node: Constructor Functions1007517 +Node: Registration Functions1011103 +Node: Extension Functions1011788 +Node: Exit Callback Functions1017110 +Node: Extension Version String1018360 +Node: Input Parsers1019023 +Node: Output Wrappers1031744 +Node: Two-way processors1036256 +Node: Printing Messages1038521 +Ref: Printing Messages-Footnote-11039692 +Node: Updating ERRNO1039845 +Node: Requesting Values1040584 +Ref: table-value-types-returned1041321 +Node: Accessing Parameters1042257 +Node: Symbol Table Access1043492 +Node: Symbol table by name1044004 +Ref: Symbol table by name-Footnote-11047028 +Node: Symbol table by cookie1047156 +Ref: Symbol table by cookie-Footnote-11051341 +Node: Cached values1051405 +Ref: Cached values-Footnote-11054941 +Node: Array Manipulation1055094 +Ref: Array Manipulation-Footnote-11056185 +Node: Array Data Types1056222 +Ref: Array Data Types-Footnote-11058880 +Node: Array Functions1058972 +Node: Flattening Arrays1063470 +Node: Creating Arrays1070446 +Node: Redirection API1075213 +Node: Extension API Variables1078046 +Node: Extension Versioning1078757 +Ref: gawk-api-version1079186 +Node: Extension GMP/MPFR Versioning1080917 +Node: Extension API Informational Variables1082545 +Node: Extension API Boilerplate1083618 +Node: Changes from API V11087592 +Node: Finding Extensions1089164 +Node: Extension Example1089723 +Node: Internal File Description1090521 +Node: Internal File Ops1094601 +Ref: Internal File Ops-Footnote-11105951 +Node: Using Internal File Ops1106091 +Ref: Using Internal File Ops-Footnote-11108474 +Node: Extension Samples1108748 +Node: Extension Sample File Functions1110277 +Node: Extension Sample Fnmatch1117926 +Node: Extension Sample Fork1119413 +Node: Extension Sample Inplace1120631 +Node: Extension Sample Ord1123935 +Node: Extension Sample Readdir1124771 +Ref: table-readdir-file-types1125660 +Node: Extension Sample Revout1126465 +Node: Extension Sample Rev2way1127054 +Node: Extension Sample Read write array1127794 +Node: Extension Sample Readfile1129736 +Node: Extension Sample Time1130831 +Node: Extension Sample API Tests1132179 +Node: gawkextlib1132671 +Node: Extension summary1135589 +Node: Extension Exercises1139291 +Node: Language History1140533 +Node: V7/SVR3.11142189 +Node: SVR41144341 +Node: POSIX1145775 +Node: BTL1147155 +Node: POSIX/GNU1147884 +Node: Feature History1153662 +Node: Common Extensions1169708 +Node: Ranges and Locales1170991 +Ref: Ranges and Locales-Footnote-11175607 +Ref: Ranges and Locales-Footnote-21175634 +Ref: Ranges and Locales-Footnote-31175869 +Node: Contributors1176090 +Node: History summary1182035 +Node: Installation1183415 +Node: Gawk Distribution1184359 +Node: Getting1184843 +Node: Extracting1185806 +Node: Distribution contents1187444 +Node: Unix Installation1193924 +Node: Quick Installation1194606 +Node: Shell Startup Files1197020 +Node: Additional Configuration Options1198109 +Node: Configuration Philosophy1200274 +Node: Non-Unix Installation1202643 +Node: PC Installation1203103 +Node: PC Binary Installation1203941 +Node: PC Compiling1204376 +Node: PC Using1205493 +Node: Cygwin1209046 +Node: MSYS1210145 +Node: VMS Installation1210646 +Node: VMS Compilation1211437 +Ref: VMS Compilation-Footnote-11212666 +Node: VMS Dynamic Extensions1212724 +Node: VMS Installation Details1214409 +Node: VMS Running1216662 +Node: VMS GNV1220941 +Node: VMS Old Gawk1221676 +Node: Bugs1222147 +Node: Bug address1222810 +Node: Usenet1225792 +Node: Maintainers1226796 +Node: Other Versions1228057 +Node: Installation summary1234971 +Node: Notes1236173 +Node: Compatibility Mode1236967 +Node: Additions1237749 +Node: Accessing The Source1238674 +Node: Adding Code1240111 +Node: New Ports1246330 +Node: Derived Files1250705 +Ref: Derived Files-Footnote-11256365 +Ref: Derived Files-Footnote-21256400 +Ref: Derived Files-Footnote-31256998 +Node: Future Extensions1257112 +Node: Implementation Limitations1257770 +Node: Extension Design1258953 +Node: Old Extension Problems1260097 +Ref: Old Extension Problems-Footnote-11261615 +Node: Extension New Mechanism Goals1261672 +Ref: Extension New Mechanism Goals-Footnote-11265036 +Node: Extension Other Design Decisions1265225 +Node: Extension Future Growth1267338 +Node: Notes summary1268174 +Node: Basic Concepts1269332 +Node: Basic High Level1270013 +Ref: figure-general-flow1270295 +Ref: figure-process-flow1270980 +Ref: Basic High Level-Footnote-11274281 +Node: Basic Data Typing1274466 +Node: Glossary1277794 +Node: Copying1309632 +Node: GNU Free Documentation License1347175 +Node: Index1372295 End Tag Table |