diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 676 |
1 files changed, 339 insertions, 337 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 356051f8..188b78cd 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -13257,7 +13257,7 @@ POSIX standard.(2) However, recent versions of 'mawk' (*note Other Versions::) also support these functions. Optional parameters are enclosed in square brackets ([ ]): -'mktime(DATESPEC)' +'mktime(DATESPEC' [', UTC-FLAG' ]')' Turn DATESPEC into a timestamp in the same form as is returned by 'systime()'. It is similar to the function of the same name in ISO C. The argument, DATESPEC, is a string of the form @@ -13270,12 +13270,14 @@ enclosed in square brackets ([ ]): The values of these numbers need not be within the ranges specified; for example, an hour of -1 means 1 hour before midnight. The origin-zero Gregorian calendar is assumed, with year 0 - preceding year 1 and year -1 preceding year 0. The time is assumed - to be in the local time zone. If the daylight-savings flag is - positive, the time is assumed to be daylight savings time; if zero, - the time is assumed to be standard time; and if negative (the - default), 'mktime()' attempts to determine whether daylight savings - time is in effect for the specified time. + preceding year 1 and year -1 preceding year 0. If UTC-FLAG is + present and is either nonzero or non-null, the time is assumed to + be in the UTC time zone; otherwise, the time is assumed to be in + the local time zone. If the daylight-savings flag is positive, the + time is assumed to be daylight savings time; if zero, the time is + assumed to be standard time; and if negative (the default), + 'mktime()' attempts to determine whether daylight savings time is + in effect for the specified time. If DATESPEC does not contain enough elements or if the resulting time is out of range, 'mktime()' returns -1. @@ -33146,7 +33148,7 @@ Index * convert string to upper case: String Functions. (line 530) * converting integer array subscripts: Numeric Array Subscripts. (line 31) -* converting, dates to timestamps: Time Functions. (line 76) +* converting, dates to timestamps: Time Functions. (line 78) * converting, numbers to strings: Strings And Numbers. (line 6) * converting, numbers to strings <1>: Bitwise Functions. (line 108) * converting, strings to numbers: Strings And Numbers. (line 6) @@ -33169,7 +33171,7 @@ Index * csh utility, |& operator, comparison with: Two-way I/O. (line 27) * ctime() user-defined function: Function Example. (line 74) * currency symbols, localization: Explaining gettext. (line 104) -* current system time: Time Functions. (line 66) +* current system time: Time Functions. (line 68) * custom.h file: Configuration Philosophy. (line 30) * customized input parser: Input Parsers. (line 6) @@ -33232,8 +33234,8 @@ Index * database, group, reading: Group Functions. (line 6) * database, users, reading: Passwd Functions. (line 6) * date utility, GNU: Time Functions. (line 17) -* date utility, POSIX: Time Functions. (line 253) -* dates, converting to timestamps: Time Functions. (line 76) +* date utility, POSIX: Time Functions. (line 255) +* dates, converting to timestamps: Time Functions. (line 78) * dates, information related to, localization: Explaining gettext. (line 112) * Davies, Stephen: Acknowledgments. (line 60) @@ -33768,8 +33770,8 @@ Index (line 57) * format specifiers, printf statement: Control Letters. (line 6) * format specifiers, strftime() function (gawk): Time Functions. - (line 89) -* format time string: Time Functions. (line 48) + (line 91) +* format time string: Time Functions. (line 50) * formats, numeric output: OFMT. (line 6) * formatting output: Printf. (line 6) * formatting strings: String Functions. (line 384) @@ -33927,7 +33929,7 @@ Index * gawk, octal numbers and: Nondecimal-numbers. (line 41) * gawk, predefined variables and: Built-in Variables. (line 14) * gawk, PROCINFO array in: Auto-set. (line 148) -* gawk, PROCINFO array in <1>: Time Functions. (line 47) +* gawk, PROCINFO array in <1>: Time Functions. (line 49) * gawk, PROCINFO array in <2>: Two-way I/O. (line 114) * gawk, regexp constants and: Standard Regexp Constants. (line 28) @@ -34632,7 +34634,7 @@ Index * POSIX awk, changes in awk versions: POSIX. (line 6) * POSIX awk, continue statement and: Continue Statement. (line 44) * POSIX awk, CONVFMT variable and: User-modified. (line 30) -* POSIX awk, date utility and: Time Functions. (line 253) +* POSIX awk, date utility and: Time Functions. (line 255) * POSIX awk, field separators and: Full Line Fields. (line 16) * POSIX awk, function keyword in: Definition Syntax. (line 99) * POSIX awk, functions and, gsub()/sub(): Gory Details. (line 90) @@ -34705,7 +34707,7 @@ Index * processes, two-way communications with: Two-way I/O. (line 6) * processing data: Basic High Level. (line 6) * PROCINFO array: Auto-set. (line 148) -* PROCINFO array <1>: Time Functions. (line 47) +* PROCINFO array <1>: Time Functions. (line 49) * PROCINFO array <2>: Passwd Functions. (line 6) * PROCINFO array, and communications via ptys: Two-way I/O. (line 114) * PROCINFO array, and group membership: Group Functions. (line 6) @@ -35126,7 +35128,7 @@ Index (line 79) * stream editors: Full Line Fields. (line 22) * stream editors <1>: Simple Sed. (line 6) -* strftime: Time Functions. (line 48) +* strftime: Time Functions. (line 50) * string constants: Scalar Constants. (line 15) * string constants, vs. regexp constants: Computed Regexps. (line 40) * string extraction (internationalization): String Extraction. @@ -35180,7 +35182,7 @@ Index * syntactic ambiguity: /= operator vs. /=.../ regexp constant: Assignment Ops. (line 149) * system: I/O Functions. (line 107) -* systime: Time Functions. (line 66) +* systime: Time Functions. (line 68) * t debugger command (alias for tbreak): Breakpoint Control. (line 90) * tbreak debugger command: Breakpoint Control. (line 90) * Tcl: Library Names. (line 58) @@ -35228,8 +35230,8 @@ Index * time, retrieving: Time Functions. (line 17) * timeout, reading input: Read Timeout. (line 6) * timestamps: Time Functions. (line 6) -* timestamps <1>: Time Functions. (line 66) -* timestamps, converting dates to: Time Functions. (line 76) +* timestamps <1>: Time Functions. (line 68) +* timestamps, converting dates to: Time Functions. (line 78) * timestamps, formatted: Getlocaltime Function. (line 6) * tolower: String Functions. (line 524) @@ -35680,322 +35682,322 @@ Ref: table-system-return-values561361 Ref: I/O Functions-Footnote-1563341 Ref: I/O Functions-Footnote-2563489 Node: Time Functions563609 -Ref: Time Functions-Footnote-1574131 -Ref: Time Functions-Footnote-2574199 -Ref: Time Functions-Footnote-3574357 -Ref: Time Functions-Footnote-4574468 -Ref: Time Functions-Footnote-5574580 -Ref: Time Functions-Footnote-6574807 -Node: Bitwise Functions575073 -Ref: table-bitwise-ops575667 -Ref: Bitwise Functions-Footnote-1581693 -Ref: Bitwise Functions-Footnote-2581866 -Node: Type Functions582057 -Node: I18N Functions584733 -Node: User-defined586384 -Node: Definition Syntax587189 -Ref: Definition Syntax-Footnote-1592876 -Node: Function Example592947 -Ref: Function Example-Footnote-1595869 -Node: Function Caveats595891 -Node: Calling A Function596409 -Node: Variable Scope597367 -Node: Pass By Value/Reference600361 -Node: Return Statement603860 -Node: Dynamic Typing606839 -Node: Indirect Calls607769 -Ref: Indirect Calls-Footnote-1618020 -Node: Functions Summary618148 -Node: Library Functions620853 -Ref: Library Functions-Footnote-1624460 -Ref: Library Functions-Footnote-2624603 -Node: Library Names624774 -Ref: Library Names-Footnote-1628234 -Ref: Library Names-Footnote-2628457 -Node: General Functions628543 -Node: Strtonum Function629646 -Node: Assert Function632668 -Node: Round Function635994 -Node: Cliff Random Function637535 -Node: Ordinal Functions638551 -Ref: Ordinal Functions-Footnote-1641614 -Ref: Ordinal Functions-Footnote-2641866 -Node: Join Function642076 -Ref: Join Function-Footnote-1643846 -Node: Getlocaltime Function644046 -Node: Readfile Function647788 -Node: Shell Quoting649760 -Node: Data File Management651161 -Node: Filetrans Function651793 -Node: Rewind Function655889 -Node: File Checking657795 -Ref: File Checking-Footnote-1659129 -Node: Empty Files659330 -Node: Ignoring Assigns661309 -Node: Getopt Function662859 -Ref: Getopt Function-Footnote-1674328 -Node: Passwd Functions674528 -Ref: Passwd Functions-Footnote-1683367 -Node: Group Functions683455 -Ref: Group Functions-Footnote-1691353 -Node: Walking Arrays691560 -Node: Library Functions Summary694568 -Node: Library Exercises695974 -Node: Sample Programs696439 -Node: Running Examples697209 -Node: Clones697937 -Node: Cut Program699161 -Node: Egrep Program709090 -Ref: Egrep Program-Footnote-1716602 -Node: Id Program716712 -Node: Split Program720392 -Ref: Split Program-Footnote-1723851 -Node: Tee Program723980 -Node: Uniq Program726770 -Node: Wc Program734196 -Ref: Wc Program-Footnote-1738451 -Node: Miscellaneous Programs738545 -Node: Dupword Program739758 -Node: Alarm Program741788 -Node: Translate Program746643 -Ref: Translate Program-Footnote-1751208 -Node: Labels Program751478 -Ref: Labels Program-Footnote-1754829 -Node: Word Sorting754913 -Node: History Sorting758985 -Node: Extract Program760820 -Node: Simple Sed768349 -Node: Igawk Program771423 -Ref: Igawk Program-Footnote-1785754 -Ref: Igawk Program-Footnote-2785956 -Ref: Igawk Program-Footnote-3786078 -Node: Anagram Program786193 -Node: Signature Program789255 -Node: Programs Summary790502 -Node: Programs Exercises791716 -Ref: Programs Exercises-Footnote-1795845 -Node: Advanced Features795936 -Node: Nondecimal Data797926 -Node: Array Sorting799517 -Node: Controlling Array Traversal800217 -Ref: Controlling Array Traversal-Footnote-1808584 -Node: Array Sorting Functions808702 -Ref: Array Sorting Functions-Footnote-1813793 -Node: Two-way I/O813989 -Ref: Two-way I/O-Footnote-1820539 -Ref: Two-way I/O-Footnote-2820726 -Node: TCP/IP Networking820808 -Node: Profiling823926 -Ref: Profiling-Footnote-1832419 -Node: Advanced Features Summary832742 -Node: Internationalization834586 -Node: I18N and L10N836066 -Node: Explaining gettext836753 -Ref: Explaining gettext-Footnote-1842645 -Ref: Explaining gettext-Footnote-2842830 -Node: Programmer i18n842995 -Ref: Programmer i18n-Footnote-1847944 -Node: Translator i18n847993 -Node: String Extraction848787 -Ref: String Extraction-Footnote-1849919 -Node: Printf Ordering850005 -Ref: Printf Ordering-Footnote-1852791 -Node: I18N Portability852855 -Ref: I18N Portability-Footnote-1855311 -Node: I18N Example855374 -Ref: I18N Example-Footnote-1858180 -Node: Gawk I18N858253 -Node: I18N Summary858898 -Node: Debugger860239 -Node: Debugging861261 -Node: Debugging Concepts861702 -Node: Debugging Terms863511 -Node: Awk Debugging866086 -Node: Sample Debugging Session866992 -Node: Debugger Invocation867526 -Node: Finding The Bug868912 -Node: List of Debugger Commands875390 -Node: Breakpoint Control876723 -Node: Debugger Execution Control880417 -Node: Viewing And Changing Data883779 -Node: Execution Stack887153 -Node: Debugger Info888790 -Node: Miscellaneous Debugger Commands892861 -Node: Readline Support897949 -Node: Limitations898845 -Node: Debugging Summary900954 -Node: Arbitrary Precision Arithmetic902233 -Node: Computer Arithmetic903649 -Ref: table-numeric-ranges907240 -Ref: Computer Arithmetic-Footnote-1907962 -Node: Math Definitions908019 -Ref: table-ieee-formats911333 -Ref: Math Definitions-Footnote-1911936 -Node: MPFR features912041 -Node: FP Math Caution913758 -Ref: FP Math Caution-Footnote-1914830 -Node: Inexactness of computations915199 -Node: Inexact representation916159 -Node: Comparing FP Values917519 -Node: Errors accumulate918601 -Node: Getting Accuracy920034 -Node: Try To Round922744 -Node: Setting precision923643 -Ref: table-predefined-precision-strings924340 -Node: Setting the rounding mode926170 -Ref: table-gawk-rounding-modes926544 -Ref: Setting the rounding mode-Footnote-1929952 -Node: Arbitrary Precision Integers930131 -Ref: Arbitrary Precision Integers-Footnote-1935048 -Node: POSIX Floating Point Problems935197 -Ref: POSIX Floating Point Problems-Footnote-1939079 -Node: Floating point summary939117 -Node: Dynamic Extensions941307 -Node: Extension Intro942860 -Node: Plugin License944126 -Node: Extension Mechanism Outline944923 -Ref: figure-load-extension945362 -Ref: figure-register-new-function946927 -Ref: figure-call-new-function948019 -Node: Extension API Description950081 -Node: Extension API Functions Introduction951723 -Node: General Data Types957034 -Ref: General Data Types-Footnote-1964243 -Node: Memory Allocation Functions964542 -Ref: Memory Allocation Functions-Footnote-1967387 -Node: Constructor Functions967486 -Node: Registration Functions970485 -Node: Extension Functions971170 -Node: Exit Callback Functions976371 -Node: Extension Version String977621 -Node: Input Parsers978284 -Node: Output Wrappers988166 -Node: Two-way processors992678 -Node: Printing Messages994943 -Ref: Printing Messages-Footnote-1996114 -Node: Updating ERRNO996267 -Node: Requesting Values997006 -Ref: table-value-types-returned997743 -Node: Accessing Parameters998679 -Node: Symbol Table Access999914 -Node: Symbol table by name1000426 -Node: Symbol table by cookie1002215 -Ref: Symbol table by cookie-Footnote-11006400 -Node: Cached values1006464 -Ref: Cached values-Footnote-11010000 -Node: Array Manipulation1010091 -Ref: Array Manipulation-Footnote-11011182 -Node: Array Data Types1011219 -Ref: Array Data Types-Footnote-11013877 -Node: Array Functions1013969 -Node: Flattening Arrays1018364 -Node: Creating Arrays1025305 -Node: Redirection API1030074 -Node: Extension API Variables1032905 -Node: Extension Versioning1033538 -Ref: gawk-api-version1033975 -Node: Extension API Informational Variables1035703 -Node: Extension API Boilerplate1036767 -Node: Changes from API V11040629 -Node: Finding Extensions1041289 -Node: Extension Example1041848 -Node: Internal File Description1042646 -Node: Internal File Ops1046726 -Ref: Internal File Ops-Footnote-11058126 -Node: Using Internal File Ops1058266 -Ref: Using Internal File Ops-Footnote-11060649 -Node: Extension Samples1060923 -Node: Extension Sample File Functions1062452 -Node: Extension Sample Fnmatch1070101 -Node: Extension Sample Fork1071588 -Node: Extension Sample Inplace1072806 -Node: Extension Sample Ord1076016 -Node: Extension Sample Readdir1076852 -Ref: table-readdir-file-types1077741 -Node: Extension Sample Revout1078546 -Node: Extension Sample Rev2way1079135 -Node: Extension Sample Read write array1079875 -Node: Extension Sample Readfile1081817 -Node: Extension Sample Time1082912 -Node: Extension Sample API Tests1084260 -Node: gawkextlib1084752 -Node: Extension summary1087199 -Node: Extension Exercises1090901 -Node: Language History1092399 -Node: V7/SVR3.11094055 -Node: SVR41096207 -Node: POSIX1097641 -Node: BTL1099020 -Node: POSIX/GNU1099749 -Node: Feature History1105611 -Node: Common Extensions1119981 -Node: Ranges and Locales1121264 -Ref: Ranges and Locales-Footnote-11125880 -Ref: Ranges and Locales-Footnote-21125907 -Ref: Ranges and Locales-Footnote-31126142 -Node: Contributors1126363 -Node: History summary1131923 -Node: Installation1133303 -Node: Gawk Distribution1134247 -Node: Getting1134731 -Node: Extracting1135692 -Node: Distribution contents1137330 -Node: Unix Installation1143672 -Node: Quick Installation1144354 -Node: Shell Startup Files1146768 -Node: Additional Configuration Options1147846 -Node: Configuration Philosophy1149651 -Node: Non-Unix Installation1152020 -Node: PC Installation1152480 -Node: PC Binary Installation1153318 -Node: PC Compiling1153753 -Node: PC Using1154870 -Node: Cygwin1157915 -Node: MSYS1158685 -Node: VMS Installation1159186 -Node: VMS Compilation1159977 -Ref: VMS Compilation-Footnote-11161206 -Node: VMS Dynamic Extensions1161264 -Node: VMS Installation Details1162949 -Node: VMS Running1165202 -Node: VMS GNV1169481 -Node: VMS Old Gawk1170216 -Node: Bugs1170687 -Node: Bug address1171350 -Node: Usenet1173747 -Node: Maintainers1174524 -Node: Other Versions1175900 -Node: Installation summary1182484 -Node: Notes1183519 -Node: Compatibility Mode1184384 -Node: Additions1185166 -Node: Accessing The Source1186091 -Node: Adding Code1187526 -Node: New Ports1193744 -Node: Derived Files1198232 -Ref: Derived Files-Footnote-11203717 -Ref: Derived Files-Footnote-21203752 -Ref: Derived Files-Footnote-31204350 -Node: Future Extensions1204464 -Node: Implementation Limitations1205122 -Node: Extension Design1206305 -Node: Old Extension Problems1207459 -Ref: Old Extension Problems-Footnote-11208977 -Node: Extension New Mechanism Goals1209034 -Ref: Extension New Mechanism Goals-Footnote-11212398 -Node: Extension Other Design Decisions1212587 -Node: Extension Future Growth1214700 -Node: Old Extension Mechanism1215536 -Node: Notes summary1217299 -Node: Basic Concepts1218481 -Node: Basic High Level1219162 -Ref: figure-general-flow1219444 -Ref: figure-process-flow1220129 -Ref: Basic High Level-Footnote-11223430 -Node: Basic Data Typing1223615 -Node: Glossary1226943 -Node: Copying1258890 -Node: GNU Free Documentation License1296429 -Node: Index1321547 +Ref: Time Functions-Footnote-1574276 +Ref: Time Functions-Footnote-2574344 +Ref: Time Functions-Footnote-3574502 +Ref: Time Functions-Footnote-4574613 +Ref: Time Functions-Footnote-5574725 +Ref: Time Functions-Footnote-6574952 +Node: Bitwise Functions575218 +Ref: table-bitwise-ops575812 +Ref: Bitwise Functions-Footnote-1581838 +Ref: Bitwise Functions-Footnote-2582011 +Node: Type Functions582202 +Node: I18N Functions584878 +Node: User-defined586529 +Node: Definition Syntax587334 +Ref: Definition Syntax-Footnote-1593021 +Node: Function Example593092 +Ref: Function Example-Footnote-1596014 +Node: Function Caveats596036 +Node: Calling A Function596554 +Node: Variable Scope597512 +Node: Pass By Value/Reference600506 +Node: Return Statement604005 +Node: Dynamic Typing606984 +Node: Indirect Calls607914 +Ref: Indirect Calls-Footnote-1618165 +Node: Functions Summary618293 +Node: Library Functions620998 +Ref: Library Functions-Footnote-1624605 +Ref: Library Functions-Footnote-2624748 +Node: Library Names624919 +Ref: Library Names-Footnote-1628379 +Ref: Library Names-Footnote-2628602 +Node: General Functions628688 +Node: Strtonum Function629791 +Node: Assert Function632813 +Node: Round Function636139 +Node: Cliff Random Function637680 +Node: Ordinal Functions638696 +Ref: Ordinal Functions-Footnote-1641759 +Ref: Ordinal Functions-Footnote-2642011 +Node: Join Function642221 +Ref: Join Function-Footnote-1643991 +Node: Getlocaltime Function644191 +Node: Readfile Function647933 +Node: Shell Quoting649905 +Node: Data File Management651306 +Node: Filetrans Function651938 +Node: Rewind Function656034 +Node: File Checking657940 +Ref: File Checking-Footnote-1659274 +Node: Empty Files659475 +Node: Ignoring Assigns661454 +Node: Getopt Function663004 +Ref: Getopt Function-Footnote-1674473 +Node: Passwd Functions674673 +Ref: Passwd Functions-Footnote-1683512 +Node: Group Functions683600 +Ref: Group Functions-Footnote-1691498 +Node: Walking Arrays691705 +Node: Library Functions Summary694713 +Node: Library Exercises696119 +Node: Sample Programs696584 +Node: Running Examples697354 +Node: Clones698082 +Node: Cut Program699306 +Node: Egrep Program709235 +Ref: Egrep Program-Footnote-1716747 +Node: Id Program716857 +Node: Split Program720537 +Ref: Split Program-Footnote-1723996 +Node: Tee Program724125 +Node: Uniq Program726915 +Node: Wc Program734341 +Ref: Wc Program-Footnote-1738596 +Node: Miscellaneous Programs738690 +Node: Dupword Program739903 +Node: Alarm Program741933 +Node: Translate Program746788 +Ref: Translate Program-Footnote-1751353 +Node: Labels Program751623 +Ref: Labels Program-Footnote-1754974 +Node: Word Sorting755058 +Node: History Sorting759130 +Node: Extract Program760965 +Node: Simple Sed768494 +Node: Igawk Program771568 +Ref: Igawk Program-Footnote-1785899 +Ref: Igawk Program-Footnote-2786101 +Ref: Igawk Program-Footnote-3786223 +Node: Anagram Program786338 +Node: Signature Program789400 +Node: Programs Summary790647 +Node: Programs Exercises791861 +Ref: Programs Exercises-Footnote-1795990 +Node: Advanced Features796081 +Node: Nondecimal Data798071 +Node: Array Sorting799662 +Node: Controlling Array Traversal800362 +Ref: Controlling Array Traversal-Footnote-1808729 +Node: Array Sorting Functions808847 +Ref: Array Sorting Functions-Footnote-1813938 +Node: Two-way I/O814134 +Ref: Two-way I/O-Footnote-1820684 +Ref: Two-way I/O-Footnote-2820871 +Node: TCP/IP Networking820953 +Node: Profiling824071 +Ref: Profiling-Footnote-1832564 +Node: Advanced Features Summary832887 +Node: Internationalization834731 +Node: I18N and L10N836211 +Node: Explaining gettext836898 +Ref: Explaining gettext-Footnote-1842790 +Ref: Explaining gettext-Footnote-2842975 +Node: Programmer i18n843140 +Ref: Programmer i18n-Footnote-1848089 +Node: Translator i18n848138 +Node: String Extraction848932 +Ref: String Extraction-Footnote-1850064 +Node: Printf Ordering850150 +Ref: Printf Ordering-Footnote-1852936 +Node: I18N Portability853000 +Ref: I18N Portability-Footnote-1855456 +Node: I18N Example855519 +Ref: I18N Example-Footnote-1858325 +Node: Gawk I18N858398 +Node: I18N Summary859043 +Node: Debugger860384 +Node: Debugging861406 +Node: Debugging Concepts861847 +Node: Debugging Terms863656 +Node: Awk Debugging866231 +Node: Sample Debugging Session867137 +Node: Debugger Invocation867671 +Node: Finding The Bug869057 +Node: List of Debugger Commands875535 +Node: Breakpoint Control876868 +Node: Debugger Execution Control880562 +Node: Viewing And Changing Data883924 +Node: Execution Stack887298 +Node: Debugger Info888935 +Node: Miscellaneous Debugger Commands893006 +Node: Readline Support898094 +Node: Limitations898990 +Node: Debugging Summary901099 +Node: Arbitrary Precision Arithmetic902378 +Node: Computer Arithmetic903794 +Ref: table-numeric-ranges907385 +Ref: Computer Arithmetic-Footnote-1908107 +Node: Math Definitions908164 +Ref: table-ieee-formats911478 +Ref: Math Definitions-Footnote-1912081 +Node: MPFR features912186 +Node: FP Math Caution913903 +Ref: FP Math Caution-Footnote-1914975 +Node: Inexactness of computations915344 +Node: Inexact representation916304 +Node: Comparing FP Values917664 +Node: Errors accumulate918746 +Node: Getting Accuracy920179 +Node: Try To Round922889 +Node: Setting precision923788 +Ref: table-predefined-precision-strings924485 +Node: Setting the rounding mode926315 +Ref: table-gawk-rounding-modes926689 +Ref: Setting the rounding mode-Footnote-1930097 +Node: Arbitrary Precision Integers930276 +Ref: Arbitrary Precision Integers-Footnote-1935193 +Node: POSIX Floating Point Problems935342 +Ref: POSIX Floating Point Problems-Footnote-1939224 +Node: Floating point summary939262 +Node: Dynamic Extensions941452 +Node: Extension Intro943005 +Node: Plugin License944271 +Node: Extension Mechanism Outline945068 +Ref: figure-load-extension945507 +Ref: figure-register-new-function947072 +Ref: figure-call-new-function948164 +Node: Extension API Description950226 +Node: Extension API Functions Introduction951868 +Node: General Data Types957179 +Ref: General Data Types-Footnote-1964388 +Node: Memory Allocation Functions964687 +Ref: Memory Allocation Functions-Footnote-1967532 +Node: Constructor Functions967631 +Node: Registration Functions970630 +Node: Extension Functions971315 +Node: Exit Callback Functions976516 +Node: Extension Version String977766 +Node: Input Parsers978429 +Node: Output Wrappers988311 +Node: Two-way processors992823 +Node: Printing Messages995088 +Ref: Printing Messages-Footnote-1996259 +Node: Updating ERRNO996412 +Node: Requesting Values997151 +Ref: table-value-types-returned997888 +Node: Accessing Parameters998824 +Node: Symbol Table Access1000059 +Node: Symbol table by name1000571 +Node: Symbol table by cookie1002360 +Ref: Symbol table by cookie-Footnote-11006545 +Node: Cached values1006609 +Ref: Cached values-Footnote-11010145 +Node: Array Manipulation1010236 +Ref: Array Manipulation-Footnote-11011327 +Node: Array Data Types1011364 +Ref: Array Data Types-Footnote-11014022 +Node: Array Functions1014114 +Node: Flattening Arrays1018509 +Node: Creating Arrays1025450 +Node: Redirection API1030219 +Node: Extension API Variables1033050 +Node: Extension Versioning1033683 +Ref: gawk-api-version1034120 +Node: Extension API Informational Variables1035848 +Node: Extension API Boilerplate1036912 +Node: Changes from API V11040774 +Node: Finding Extensions1041434 +Node: Extension Example1041993 +Node: Internal File Description1042791 +Node: Internal File Ops1046871 +Ref: Internal File Ops-Footnote-11058271 +Node: Using Internal File Ops1058411 +Ref: Using Internal File Ops-Footnote-11060794 +Node: Extension Samples1061068 +Node: Extension Sample File Functions1062597 +Node: Extension Sample Fnmatch1070246 +Node: Extension Sample Fork1071733 +Node: Extension Sample Inplace1072951 +Node: Extension Sample Ord1076161 +Node: Extension Sample Readdir1076997 +Ref: table-readdir-file-types1077886 +Node: Extension Sample Revout1078691 +Node: Extension Sample Rev2way1079280 +Node: Extension Sample Read write array1080020 +Node: Extension Sample Readfile1081962 +Node: Extension Sample Time1083057 +Node: Extension Sample API Tests1084405 +Node: gawkextlib1084897 +Node: Extension summary1087344 +Node: Extension Exercises1091046 +Node: Language History1092544 +Node: V7/SVR3.11094200 +Node: SVR41096352 +Node: POSIX1097786 +Node: BTL1099165 +Node: POSIX/GNU1099894 +Node: Feature History1105756 +Node: Common Extensions1120126 +Node: Ranges and Locales1121409 +Ref: Ranges and Locales-Footnote-11126025 +Ref: Ranges and Locales-Footnote-21126052 +Ref: Ranges and Locales-Footnote-31126287 +Node: Contributors1126508 +Node: History summary1132068 +Node: Installation1133448 +Node: Gawk Distribution1134392 +Node: Getting1134876 +Node: Extracting1135837 +Node: Distribution contents1137475 +Node: Unix Installation1143817 +Node: Quick Installation1144499 +Node: Shell Startup Files1146913 +Node: Additional Configuration Options1147991 +Node: Configuration Philosophy1149796 +Node: Non-Unix Installation1152165 +Node: PC Installation1152625 +Node: PC Binary Installation1153463 +Node: PC Compiling1153898 +Node: PC Using1155015 +Node: Cygwin1158060 +Node: MSYS1158830 +Node: VMS Installation1159331 +Node: VMS Compilation1160122 +Ref: VMS Compilation-Footnote-11161351 +Node: VMS Dynamic Extensions1161409 +Node: VMS Installation Details1163094 +Node: VMS Running1165347 +Node: VMS GNV1169626 +Node: VMS Old Gawk1170361 +Node: Bugs1170832 +Node: Bug address1171495 +Node: Usenet1173892 +Node: Maintainers1174669 +Node: Other Versions1176045 +Node: Installation summary1182629 +Node: Notes1183664 +Node: Compatibility Mode1184529 +Node: Additions1185311 +Node: Accessing The Source1186236 +Node: Adding Code1187671 +Node: New Ports1193889 +Node: Derived Files1198377 +Ref: Derived Files-Footnote-11203862 +Ref: Derived Files-Footnote-21203897 +Ref: Derived Files-Footnote-31204495 +Node: Future Extensions1204609 +Node: Implementation Limitations1205267 +Node: Extension Design1206450 +Node: Old Extension Problems1207604 +Ref: Old Extension Problems-Footnote-11209122 +Node: Extension New Mechanism Goals1209179 +Ref: Extension New Mechanism Goals-Footnote-11212543 +Node: Extension Other Design Decisions1212732 +Node: Extension Future Growth1214845 +Node: Old Extension Mechanism1215681 +Node: Notes summary1217444 +Node: Basic Concepts1218626 +Node: Basic High Level1219307 +Ref: figure-general-flow1219589 +Ref: figure-process-flow1220274 +Ref: Basic High Level-Footnote-11223575 +Node: Basic Data Typing1223760 +Node: Glossary1227088 +Node: Copying1259035 +Node: GNU Free Documentation License1296574 +Node: Index1321692 End Tag Table |