diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 14:30:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-11-16 14:30:25 +0200 |
commit | 7d76cb815e02b1ef7bfa640975395935fccb71f8 (patch) | |
tree | a9abaa888e7c53b4eb503c665afedafbc3c495a6 | |
parent | 961a62acfb893969e2c19917f31bedcdfa717e5a (diff) | |
download | egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.gz egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.tar.bz2 egawk-7d76cb815e02b1ef7bfa640975395935fccb71f8.zip |
More doc changes.
-rw-r--r-- | doc/gawk.info | 330 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
3 files changed, 167 insertions, 167 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index ebae71b7..5b0e5dfc 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -24470,7 +24470,7 @@ input and converts them to the proper floating-point values internally. If you want to dive more deeply into this topic, you can find test programs in C, 'awk' and Python in the directory 'awklib/eg/test-programs' in the 'gawk' distribution. These programs -enable comparison among programming languages as to how they hanle NaN +enable comparison among programming languages as to how they handle NaN and infinity values. ---------- Footnotes ---------- @@ -38414,170 +38414,170 @@ Node: Inexact representation982477 Node: Comparing FP Values983837 Node: Errors accumulate985078 Node: Strange values986534 -Ref: Strange values-Footnote-1989096 -Node: Getting Accuracy989201 -Node: Try To Round991911 -Node: Setting precision992810 -Ref: table-predefined-precision-strings993507 -Node: Setting the rounding mode995337 -Ref: table-gawk-rounding-modes995711 -Ref: Setting the rounding mode-Footnote-1999642 -Node: Arbitrary Precision Integers999821 -Ref: Arbitrary Precision Integers-Footnote-11002996 -Node: Checking for MPFR1003145 -Node: POSIX Floating Point Problems1004619 -Ref: POSIX Floating Point Problems-Footnote-11008904 -Node: Floating point summary1008942 -Node: Dynamic Extensions1011132 -Node: Extension Intro1012685 -Node: Plugin License1013951 -Node: Extension Mechanism Outline1014748 -Ref: figure-load-extension1015187 -Ref: figure-register-new-function1016752 -Ref: figure-call-new-function1017844 -Node: Extension API Description1019906 -Node: Extension API Functions Introduction1021619 -Ref: table-api-std-headers1023455 -Node: General Data Types1027704 -Ref: General Data Types-Footnote-11036334 -Node: Memory Allocation Functions1036633 -Ref: Memory Allocation Functions-Footnote-11041134 -Node: Constructor Functions1041233 -Node: API Ownership of MPFR and GMP Values1044699 -Node: Registration Functions1046012 -Node: Extension Functions1046712 -Node: Exit Callback Functions1052034 -Node: Extension Version String1053284 -Node: Input Parsers1053947 -Node: Output Wrappers1066668 -Node: Two-way processors1071180 -Node: Printing Messages1073445 -Ref: Printing Messages-Footnote-11074616 -Node: Updating ERRNO1074769 -Node: Requesting Values1075508 -Ref: table-value-types-returned1076245 -Node: Accessing Parameters1077181 -Node: Symbol Table Access1078418 -Node: Symbol table by name1078930 -Ref: Symbol table by name-Footnote-11081954 -Node: Symbol table by cookie1082082 -Ref: Symbol table by cookie-Footnote-11086267 -Node: Cached values1086331 -Ref: Cached values-Footnote-11089867 -Node: Array Manipulation1090020 -Ref: Array Manipulation-Footnote-11091111 -Node: Array Data Types1091148 -Ref: Array Data Types-Footnote-11093806 -Node: Array Functions1093898 -Node: Flattening Arrays1098396 -Node: Creating Arrays1105372 -Node: Redirection API1110139 -Node: Extension API Variables1112972 -Node: Extension Versioning1113683 -Ref: gawk-api-version1114112 -Node: Extension GMP/MPFR Versioning1115843 -Node: Extension API Informational Variables1117471 -Node: Extension API Boilerplate1118544 -Node: Changes from API V11122518 -Node: Finding Extensions1124090 -Node: Extension Example1124649 -Node: Internal File Description1125447 -Node: Internal File Ops1129527 -Ref: Internal File Ops-Footnote-11140877 -Node: Using Internal File Ops1141017 -Ref: Using Internal File Ops-Footnote-11143400 -Node: Extension Samples1143674 -Node: Extension Sample File Functions1145203 -Node: Extension Sample Fnmatch1152852 -Node: Extension Sample Fork1154339 -Node: Extension Sample Inplace1155557 -Node: Extension Sample Ord1159183 -Node: Extension Sample Readdir1160019 -Ref: table-readdir-file-types1160908 -Node: Extension Sample Revout1161975 -Node: Extension Sample Rev2way1162564 -Node: Extension Sample Read write array1163304 -Node: Extension Sample Readfile1165246 -Node: Extension Sample Time1166341 -Node: Extension Sample API Tests1168093 -Node: gawkextlib1168585 -Node: Extension summary1171503 -Node: Extension Exercises1175205 -Node: Language History1176447 -Node: V7/SVR3.11178103 -Node: SVR41180255 -Node: POSIX1181689 -Node: BTL1183070 -Node: POSIX/GNU1183799 -Node: Feature History1189577 -Node: Common Extensions1205896 -Node: Ranges and Locales1207179 -Ref: Ranges and Locales-Footnote-11211795 -Ref: Ranges and Locales-Footnote-21211822 -Ref: Ranges and Locales-Footnote-31212057 -Node: Contributors1212280 -Node: History summary1218277 -Node: Installation1219657 -Node: Gawk Distribution1220601 -Node: Getting1221085 -Node: Extracting1222048 -Node: Distribution contents1223686 -Node: Unix Installation1230166 -Node: Quick Installation1230848 -Node: Shell Startup Files1233262 -Node: Additional Configuration Options1234351 -Node: Configuration Philosophy1236666 -Node: Non-Unix Installation1239035 -Node: PC Installation1239495 -Node: PC Binary Installation1240333 -Node: PC Compiling1240768 -Node: PC Using1241885 -Node: Cygwin1245438 -Node: MSYS1246662 -Node: VMS Installation1247264 -Node: VMS Compilation1248055 -Ref: VMS Compilation-Footnote-11249284 -Node: VMS Dynamic Extensions1249342 -Node: VMS Installation Details1251027 -Node: VMS Running1253280 -Node: VMS GNV1257559 -Node: VMS Old Gawk1258294 -Node: Bugs1258765 -Node: Bug address1259428 -Node: Usenet1262410 -Node: Maintainers1263414 -Node: Other Versions1264599 -Node: Installation summary1271687 -Node: Notes1272896 -Node: Compatibility Mode1273690 -Node: Additions1274472 -Node: Accessing The Source1275397 -Node: Adding Code1276834 -Node: New Ports1283053 -Node: Derived Files1287428 -Ref: Derived Files-Footnote-11293088 -Ref: Derived Files-Footnote-21293123 -Ref: Derived Files-Footnote-31293721 -Node: Future Extensions1293835 -Node: Implementation Limitations1294493 -Node: Extension Design1295703 -Node: Old Extension Problems1296847 -Ref: Old Extension Problems-Footnote-11298365 -Node: Extension New Mechanism Goals1298422 -Ref: Extension New Mechanism Goals-Footnote-11301786 -Node: Extension Other Design Decisions1301975 -Node: Extension Future Growth1304088 -Node: Notes summary1304694 -Node: Basic Concepts1305852 -Node: Basic High Level1306533 -Ref: figure-general-flow1306815 -Ref: figure-process-flow1307500 -Ref: Basic High Level-Footnote-11310801 -Node: Basic Data Typing1310986 -Node: Glossary1314314 -Node: Copying1346199 -Node: GNU Free Documentation License1383742 -Node: Index1408862 +Ref: Strange values-Footnote-1989097 +Node: Getting Accuracy989202 +Node: Try To Round991912 +Node: Setting precision992811 +Ref: table-predefined-precision-strings993508 +Node: Setting the rounding mode995338 +Ref: table-gawk-rounding-modes995712 +Ref: Setting the rounding mode-Footnote-1999643 +Node: Arbitrary Precision Integers999822 +Ref: Arbitrary Precision Integers-Footnote-11002997 +Node: Checking for MPFR1003146 +Node: POSIX Floating Point Problems1004620 +Ref: POSIX Floating Point Problems-Footnote-11008905 +Node: Floating point summary1008943 +Node: Dynamic Extensions1011133 +Node: Extension Intro1012686 +Node: Plugin License1013952 +Node: Extension Mechanism Outline1014749 +Ref: figure-load-extension1015188 +Ref: figure-register-new-function1016753 +Ref: figure-call-new-function1017845 +Node: Extension API Description1019907 +Node: Extension API Functions Introduction1021620 +Ref: table-api-std-headers1023456 +Node: General Data Types1027705 +Ref: General Data Types-Footnote-11036335 +Node: Memory Allocation Functions1036634 +Ref: Memory Allocation Functions-Footnote-11041135 +Node: Constructor Functions1041234 +Node: API Ownership of MPFR and GMP Values1044700 +Node: Registration Functions1046013 +Node: Extension Functions1046713 +Node: Exit Callback Functions1052035 +Node: Extension Version String1053285 +Node: Input Parsers1053948 +Node: Output Wrappers1066669 +Node: Two-way processors1071181 +Node: Printing Messages1073446 +Ref: Printing Messages-Footnote-11074617 +Node: Updating ERRNO1074770 +Node: Requesting Values1075509 +Ref: table-value-types-returned1076246 +Node: Accessing Parameters1077182 +Node: Symbol Table Access1078419 +Node: Symbol table by name1078931 +Ref: Symbol table by name-Footnote-11081955 +Node: Symbol table by cookie1082083 +Ref: Symbol table by cookie-Footnote-11086268 +Node: Cached values1086332 +Ref: Cached values-Footnote-11089868 +Node: Array Manipulation1090021 +Ref: Array Manipulation-Footnote-11091112 +Node: Array Data Types1091149 +Ref: Array Data Types-Footnote-11093807 +Node: Array Functions1093899 +Node: Flattening Arrays1098397 +Node: Creating Arrays1105373 +Node: Redirection API1110140 +Node: Extension API Variables1112973 +Node: Extension Versioning1113684 +Ref: gawk-api-version1114113 +Node: Extension GMP/MPFR Versioning1115844 +Node: Extension API Informational Variables1117472 +Node: Extension API Boilerplate1118545 +Node: Changes from API V11122519 +Node: Finding Extensions1124091 +Node: Extension Example1124650 +Node: Internal File Description1125448 +Node: Internal File Ops1129528 +Ref: Internal File Ops-Footnote-11140878 +Node: Using Internal File Ops1141018 +Ref: Using Internal File Ops-Footnote-11143401 +Node: Extension Samples1143675 +Node: Extension Sample File Functions1145204 +Node: Extension Sample Fnmatch1152853 +Node: Extension Sample Fork1154340 +Node: Extension Sample Inplace1155558 +Node: Extension Sample Ord1159184 +Node: Extension Sample Readdir1160020 +Ref: table-readdir-file-types1160909 +Node: Extension Sample Revout1161976 +Node: Extension Sample Rev2way1162565 +Node: Extension Sample Read write array1163305 +Node: Extension Sample Readfile1165247 +Node: Extension Sample Time1166342 +Node: Extension Sample API Tests1168094 +Node: gawkextlib1168586 +Node: Extension summary1171504 +Node: Extension Exercises1175206 +Node: Language History1176448 +Node: V7/SVR3.11178104 +Node: SVR41180256 +Node: POSIX1181690 +Node: BTL1183071 +Node: POSIX/GNU1183800 +Node: Feature History1189578 +Node: Common Extensions1205897 +Node: Ranges and Locales1207180 +Ref: Ranges and Locales-Footnote-11211796 +Ref: Ranges and Locales-Footnote-21211823 +Ref: Ranges and Locales-Footnote-31212058 +Node: Contributors1212281 +Node: History summary1218278 +Node: Installation1219658 +Node: Gawk Distribution1220602 +Node: Getting1221086 +Node: Extracting1222049 +Node: Distribution contents1223687 +Node: Unix Installation1230167 +Node: Quick Installation1230849 +Node: Shell Startup Files1233263 +Node: Additional Configuration Options1234352 +Node: Configuration Philosophy1236667 +Node: Non-Unix Installation1239036 +Node: PC Installation1239496 +Node: PC Binary Installation1240334 +Node: PC Compiling1240769 +Node: PC Using1241886 +Node: Cygwin1245439 +Node: MSYS1246663 +Node: VMS Installation1247265 +Node: VMS Compilation1248056 +Ref: VMS Compilation-Footnote-11249285 +Node: VMS Dynamic Extensions1249343 +Node: VMS Installation Details1251028 +Node: VMS Running1253281 +Node: VMS GNV1257560 +Node: VMS Old Gawk1258295 +Node: Bugs1258766 +Node: Bug address1259429 +Node: Usenet1262411 +Node: Maintainers1263415 +Node: Other Versions1264600 +Node: Installation summary1271688 +Node: Notes1272897 +Node: Compatibility Mode1273691 +Node: Additions1274473 +Node: Accessing The Source1275398 +Node: Adding Code1276835 +Node: New Ports1283054 +Node: Derived Files1287429 +Ref: Derived Files-Footnote-11293089 +Ref: Derived Files-Footnote-21293124 +Ref: Derived Files-Footnote-31293722 +Node: Future Extensions1293836 +Node: Implementation Limitations1294494 +Node: Extension Design1295704 +Node: Old Extension Problems1296848 +Ref: Old Extension Problems-Footnote-11298366 +Node: Extension New Mechanism Goals1298423 +Ref: Extension New Mechanism Goals-Footnote-11301787 +Node: Extension Other Design Decisions1301976 +Node: Extension Future Growth1304089 +Node: Notes summary1304695 +Node: Basic Concepts1305853 +Node: Basic High Level1306534 +Ref: figure-general-flow1306816 +Ref: figure-process-flow1307501 +Ref: Basic High Level-Footnote-11310802 +Node: Basic Data Typing1310987 +Node: Glossary1314315 +Node: Copying1346200 +Node: GNU Free Documentation License1383743 +Node: Index1408863 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index a6db3bda..5d593fde 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -33939,7 +33939,7 @@ If you want to dive more deeply into this topic, you can find test programs in C, @command{awk} and Python in the directory @file{awklib/eg/test-programs} in the @command{gawk} distribution. These programs enable comparison among programming languages as to how -they hanle NaN and infinity values. +they handle NaN and infinity values. @ignore @c file eg/test-programs/gen-float-table.awk diff --git a/doc/gawktexi.in b/doc/gawktexi.in index 8b35bf32..2c2b12ec 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -32905,7 +32905,7 @@ If you want to dive more deeply into this topic, you can find test programs in C, @command{awk} and Python in the directory @file{awklib/eg/test-programs} in the @command{gawk} distribution. These programs enable comparison among programming languages as to how -they hanle NaN and infinity values. +they handle NaN and infinity values. @ignore @c file eg/test-programs/gen-float-table.awk |