diff options
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 664 |
1 files changed, 332 insertions, 332 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 5e294509..63b5a2a5 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -9734,10 +9734,10 @@ with a pound sign (`#'). Fields::. `FUNCTAB #' - An array whose indices are the names of all the user-defined or - extension functions in the program. *NOTE*: The array values - cannot currently be used. Also, you may not use the `delete' - statement with the `FUNCTAB' array. + An array whose indices and corresponding values are the names of + all the user-defined or extension functions in the program. + *NOTE*: You may not use the `delete' statement with the `FUNCTAB' + array. `NR' The number of input records `awk' has processed since the @@ -32163,333 +32163,333 @@ Node: Built-in Variables402841 Node: User-modified403936 Ref: User-modified-Footnote-1412291 Node: Auto-set412353 -Ref: Auto-set-Footnote-1424903 -Ref: Auto-set-Footnote-2425108 -Node: ARGC and ARGV425164 -Node: Arrays429015 -Node: Array Basics430520 -Node: Array Intro431346 -Node: Reference to Elements435664 -Node: Assigning Elements437934 -Node: Array Example438425 -Node: Scanning an Array440157 -Node: Controlling Scanning442471 -Ref: Controlling Scanning-Footnote-1447394 -Node: Delete447710 -Ref: Delete-Footnote-1450475 -Node: Numeric Array Subscripts450532 -Node: Uninitialized Subscripts452715 -Node: Multi-dimensional454343 -Node: Multi-scanning457437 -Node: Arrays of Arrays459028 -Node: Functions463669 -Node: Built-in464488 -Node: Calling Built-in465566 -Node: Numeric Functions467554 -Ref: Numeric Functions-Footnote-1471386 -Ref: Numeric Functions-Footnote-2471743 -Ref: Numeric Functions-Footnote-3471791 -Node: String Functions472060 -Ref: String Functions-Footnote-1495557 -Ref: String Functions-Footnote-2495686 -Ref: String Functions-Footnote-3495934 -Node: Gory Details496021 -Ref: table-sub-escapes497700 -Ref: table-sub-posix-92499054 -Ref: table-sub-proposed500405 -Ref: table-posix-sub501759 -Ref: table-gensub-escapes503304 -Ref: Gory Details-Footnote-1504480 -Ref: Gory Details-Footnote-2504531 -Node: I/O Functions504682 -Ref: I/O Functions-Footnote-1511667 -Node: Time Functions511814 -Ref: Time Functions-Footnote-1522747 -Ref: Time Functions-Footnote-2522815 -Ref: Time Functions-Footnote-3522973 -Ref: Time Functions-Footnote-4523084 -Ref: Time Functions-Footnote-5523196 -Ref: Time Functions-Footnote-6523423 -Node: Bitwise Functions523689 -Ref: table-bitwise-ops524247 -Ref: Bitwise Functions-Footnote-1528468 -Node: Type Functions528652 -Node: I18N Functions529122 -Node: User-defined530749 -Node: Definition Syntax531553 -Ref: Definition Syntax-Footnote-1536463 -Node: Function Example536532 -Node: Function Caveats539126 -Node: Calling A Function539547 -Node: Variable Scope540662 -Node: Pass By Value/Reference543625 -Node: Return Statement547133 -Node: Dynamic Typing550114 -Node: Indirect Calls551045 -Node: Library Functions560730 -Ref: Library Functions-Footnote-1564243 -Ref: Library Functions-Footnote-2564386 -Node: Library Names564557 -Ref: Library Names-Footnote-1568028 -Ref: Library Names-Footnote-2568248 -Node: General Functions568334 -Node: Strtonum Function569287 -Node: Assert Function572217 -Node: Round Function575543 -Node: Cliff Random Function577086 -Node: Ordinal Functions578102 -Ref: Ordinal Functions-Footnote-1581172 -Ref: Ordinal Functions-Footnote-2581424 -Node: Join Function581633 -Ref: Join Function-Footnote-1583404 -Node: Getlocaltime Function583604 -Node: Data File Management587319 -Node: Filetrans Function587951 -Node: Rewind Function592020 -Node: File Checking593407 -Node: Empty Files594501 -Node: Ignoring Assigns596731 -Node: Getopt Function598284 -Ref: Getopt Function-Footnote-1609588 -Node: Passwd Functions609791 -Ref: Passwd Functions-Footnote-1618766 -Node: Group Functions618854 -Node: Walking Arrays626938 -Node: Sample Programs629075 -Node: Running Examples629749 -Node: Clones630477 -Node: Cut Program631701 -Node: Egrep Program641546 -Ref: Egrep Program-Footnote-1649319 -Node: Id Program649429 -Node: Split Program653045 -Ref: Split Program-Footnote-1656564 -Node: Tee Program656692 -Node: Uniq Program659495 -Node: Wc Program666924 -Ref: Wc Program-Footnote-1671190 -Ref: Wc Program-Footnote-2671390 -Node: Miscellaneous Programs671482 -Node: Dupword Program672670 -Node: Alarm Program674701 -Node: Translate Program679450 -Ref: Translate Program-Footnote-1683837 -Ref: Translate Program-Footnote-2684065 -Node: Labels Program684199 -Ref: Labels Program-Footnote-1687570 -Node: Word Sorting687654 -Node: History Sorting691538 -Node: Extract Program693377 -Ref: Extract Program-Footnote-1700878 -Node: Simple Sed701006 -Node: Igawk Program704068 -Ref: Igawk Program-Footnote-1719225 -Ref: Igawk Program-Footnote-2719426 -Node: Anagram Program719564 -Node: Signature Program722632 -Node: Advanced Features723732 -Node: Nondecimal Data725614 -Node: Array Sorting727197 -Node: Controlling Array Traversal727894 -Node: Array Sorting Functions736132 -Ref: Array Sorting Functions-Footnote-1739806 -Ref: Array Sorting Functions-Footnote-2739899 -Node: Two-way I/O740093 -Ref: Two-way I/O-Footnote-1745525 -Node: TCP/IP Networking745595 -Node: Profiling748439 -Node: Internationalization755894 -Node: I18N and L10N757319 -Node: Explaining gettext758005 -Ref: Explaining gettext-Footnote-1763071 -Ref: Explaining gettext-Footnote-2763255 -Node: Programmer i18n763420 -Node: Translator i18n767620 -Node: String Extraction768413 -Ref: String Extraction-Footnote-1769374 -Node: Printf Ordering769460 -Ref: Printf Ordering-Footnote-1772244 -Node: I18N Portability772308 -Ref: I18N Portability-Footnote-1774757 -Node: I18N Example774820 -Ref: I18N Example-Footnote-1777455 -Node: Gawk I18N777527 -Node: Debugger778148 -Node: Debugging779119 -Node: Debugging Concepts779552 -Node: Debugging Terms781408 -Node: Awk Debugging784005 -Node: Sample Debugging Session784897 -Node: Debugger Invocation785417 -Node: Finding The Bug786749 -Node: List of Debugger Commands793237 -Node: Breakpoint Control794571 -Node: Debugger Execution Control798235 -Node: Viewing And Changing Data801595 -Node: Execution Stack804951 -Node: Debugger Info806418 -Node: Miscellaneous Debugger Commands810400 -Node: Readline Support815576 -Node: Limitations816407 -Node: Arbitrary Precision Arithmetic818659 -Ref: Arbitrary Precision Arithmetic-Footnote-1820310 -Node: General Arithmetic820458 -Node: Floating Point Issues822178 -Node: String Conversion Precision823059 -Ref: String Conversion Precision-Footnote-1824765 -Node: Unexpected Results824874 -Node: POSIX Floating Point Problems827027 -Ref: POSIX Floating Point Problems-Footnote-1830852 -Node: Integer Programming830890 -Node: Floating-point Programming832643 -Ref: Floating-point Programming-Footnote-1838952 -Node: Floating-point Representation839216 -Node: Floating-point Context840381 -Ref: table-ieee-formats841223 -Node: Rounding Mode842607 -Ref: table-rounding-modes843086 -Ref: Rounding Mode-Footnote-1846090 -Node: Gawk and MPFR846271 -Node: Arbitrary Precision Floats847513 -Ref: Arbitrary Precision Floats-Footnote-1849942 -Node: Setting Precision850253 -Node: Setting Rounding Mode852986 -Ref: table-gawk-rounding-modes853390 -Node: Floating-point Constants854570 -Node: Changing Precision855994 -Ref: Changing Precision-Footnote-1857394 -Node: Exact Arithmetic857568 -Node: Arbitrary Precision Integers860676 -Ref: Arbitrary Precision Integers-Footnote-1863676 -Node: Dynamic Extensions863823 -Node: Extension Intro865200 -Node: Plugin License866408 -Node: Extension Mechanism Outline867093 -Ref: load-extension867510 -Ref: load-new-function868988 -Ref: call-new-function869983 -Node: Extension API Description871991 -Node: Extension API Functions Introduction873323 -Node: General Data Types878101 -Ref: General Data Types-Footnote-1883703 -Node: Requesting Values884002 -Ref: table-value-types-returned884733 -Node: Constructor Functions885687 -Node: Registration Functions888683 -Node: Extension Functions889368 -Node: Exit Callback Functions891542 -Node: Extension Version String892785 -Node: Input Parsers893435 -Node: Output Wrappers903152 -Node: Two-way processors907568 -Node: Printing Messages909698 -Ref: Printing Messages-Footnote-1910775 -Node: Updating `ERRNO'910927 -Node: Accessing Parameters911666 -Node: Symbol Table Access912896 -Node: Symbol table by name913408 -Node: Symbol table by cookie914981 -Ref: Symbol table by cookie-Footnote-1919110 -Node: Cached values919173 -Ref: Cached values-Footnote-1922616 -Node: Array Manipulation922707 -Ref: Array Manipulation-Footnote-1923805 -Node: Array Data Types923844 -Ref: Array Data Types-Footnote-1926547 -Node: Array Functions926639 -Node: Flattening Arrays930405 -Node: Creating Arrays937244 -Node: Extension API Variables942039 -Node: Extension Versioning942675 -Node: Extension API Informational Variables944576 -Node: Extension API Boilerplate945662 -Node: Finding Extensions949493 -Node: Extension Example950040 -Node: Internal File Description950778 -Node: Internal File Ops954466 -Ref: Internal File Ops-Footnote-1965913 -Node: Using Internal File Ops966053 -Ref: Using Internal File Ops-Footnote-1968406 -Node: Extension Samples968672 -Node: Extension Sample File Functions970196 -Node: Extension Sample Fnmatch978669 -Node: Extension Sample Fork980395 -Node: Extension Sample Inplace981613 -Node: Extension Sample Ord983391 -Node: Extension Sample Readdir984170 -Node: Extension Sample Revout985674 -Node: Extension Sample Rev2way986267 -Node: Extension Sample Read write array986957 -Node: Extension Sample Readfile988840 -Node: Extension Sample API Tests989597 -Node: Extension Sample Time990122 -Node: gawkextlib991429 -Node: Language History993810 -Node: V7/SVR3.1995332 -Node: SVR4997653 -Node: POSIX999095 -Node: BTL1000481 -Node: POSIX/GNU1001215 -Node: Common Extensions1006750 -Node: Ranges and Locales1007905 -Ref: Ranges and Locales-Footnote-11012523 -Ref: Ranges and Locales-Footnote-21012550 -Ref: Ranges and Locales-Footnote-31012810 -Node: Contributors1013031 -Node: Installation1017835 -Node: Gawk Distribution1018729 -Node: Getting1019213 -Node: Extracting1020039 -Node: Distribution contents1021731 -Node: Unix Installation1026992 -Node: Quick Installation1027609 -Node: Additional Configuration Options1029571 -Node: Configuration Philosophy1031048 -Node: Non-Unix Installation1033390 -Node: PC Installation1033848 -Node: PC Binary Installation1035147 -Node: PC Compiling1036995 -Node: PC Testing1039939 -Node: PC Using1041115 -Node: Cygwin1045300 -Node: MSYS1046300 -Node: VMS Installation1046814 -Node: VMS Compilation1047417 -Ref: VMS Compilation-Footnote-11048424 -Node: VMS Installation Details1048482 -Node: VMS Running1050117 -Node: VMS Old Gawk1051724 -Node: Bugs1052198 -Node: Other Versions1056050 -Node: Notes1061651 -Node: Compatibility Mode1062451 -Node: Additions1063234 -Node: Accessing The Source1064161 -Node: Adding Code1065601 -Node: New Ports1071646 -Node: Derived Files1075781 -Ref: Derived Files-Footnote-11081102 -Ref: Derived Files-Footnote-21081136 -Ref: Derived Files-Footnote-31081736 -Node: Future Extensions1081834 -Node: Implementation Limitations1082415 -Node: Extension Design1083667 -Node: Old Extension Problems1084816 -Ref: Old Extension Problems-Footnote-11086324 -Node: Extension New Mechanism Goals1086381 -Ref: Extension New Mechanism Goals-Footnote-11089740 -Node: Extension Other Design Decisions1089926 -Node: Extension Future Growth1092032 -Node: Old Extension Mechanism1092853 -Node: Basic Concepts1094593 -Node: Basic High Level1095274 -Ref: figure-general-flow1095545 -Ref: figure-process-flow1096144 -Ref: Basic High Level-Footnote-11099373 -Node: Basic Data Typing1099558 -Node: Glossary1102913 -Node: Copying1128384 -Node: GNU Free Documentation License1165941 -Node: Index1191078 +Ref: Auto-set-Footnote-1424877 +Ref: Auto-set-Footnote-2425082 +Node: ARGC and ARGV425138 +Node: Arrays428989 +Node: Array Basics430494 +Node: Array Intro431320 +Node: Reference to Elements435638 +Node: Assigning Elements437908 +Node: Array Example438399 +Node: Scanning an Array440131 +Node: Controlling Scanning442445 +Ref: Controlling Scanning-Footnote-1447368 +Node: Delete447684 +Ref: Delete-Footnote-1450449 +Node: Numeric Array Subscripts450506 +Node: Uninitialized Subscripts452689 +Node: Multi-dimensional454317 +Node: Multi-scanning457411 +Node: Arrays of Arrays459002 +Node: Functions463643 +Node: Built-in464462 +Node: Calling Built-in465540 +Node: Numeric Functions467528 +Ref: Numeric Functions-Footnote-1471360 +Ref: Numeric Functions-Footnote-2471717 +Ref: Numeric Functions-Footnote-3471765 +Node: String Functions472034 +Ref: String Functions-Footnote-1495531 +Ref: String Functions-Footnote-2495660 +Ref: String Functions-Footnote-3495908 +Node: Gory Details495995 +Ref: table-sub-escapes497674 +Ref: table-sub-posix-92499028 +Ref: table-sub-proposed500379 +Ref: table-posix-sub501733 +Ref: table-gensub-escapes503278 +Ref: Gory Details-Footnote-1504454 +Ref: Gory Details-Footnote-2504505 +Node: I/O Functions504656 +Ref: I/O Functions-Footnote-1511641 +Node: Time Functions511788 +Ref: Time Functions-Footnote-1522721 +Ref: Time Functions-Footnote-2522789 +Ref: Time Functions-Footnote-3522947 +Ref: Time Functions-Footnote-4523058 +Ref: Time Functions-Footnote-5523170 +Ref: Time Functions-Footnote-6523397 +Node: Bitwise Functions523663 +Ref: table-bitwise-ops524221 +Ref: Bitwise Functions-Footnote-1528442 +Node: Type Functions528626 +Node: I18N Functions529096 +Node: User-defined530723 +Node: Definition Syntax531527 +Ref: Definition Syntax-Footnote-1536437 +Node: Function Example536506 +Node: Function Caveats539100 +Node: Calling A Function539521 +Node: Variable Scope540636 +Node: Pass By Value/Reference543599 +Node: Return Statement547107 +Node: Dynamic Typing550088 +Node: Indirect Calls551019 +Node: Library Functions560704 +Ref: Library Functions-Footnote-1564217 +Ref: Library Functions-Footnote-2564360 +Node: Library Names564531 +Ref: Library Names-Footnote-1568002 +Ref: Library Names-Footnote-2568222 +Node: General Functions568308 +Node: Strtonum Function569261 +Node: Assert Function572191 +Node: Round Function575517 +Node: Cliff Random Function577060 +Node: Ordinal Functions578076 +Ref: Ordinal Functions-Footnote-1581146 +Ref: Ordinal Functions-Footnote-2581398 +Node: Join Function581607 +Ref: Join Function-Footnote-1583378 +Node: Getlocaltime Function583578 +Node: Data File Management587293 +Node: Filetrans Function587925 +Node: Rewind Function591994 +Node: File Checking593381 +Node: Empty Files594475 +Node: Ignoring Assigns596705 +Node: Getopt Function598258 +Ref: Getopt Function-Footnote-1609562 +Node: Passwd Functions609765 +Ref: Passwd Functions-Footnote-1618740 +Node: Group Functions618828 +Node: Walking Arrays626912 +Node: Sample Programs629049 +Node: Running Examples629723 +Node: Clones630451 +Node: Cut Program631675 +Node: Egrep Program641520 +Ref: Egrep Program-Footnote-1649293 +Node: Id Program649403 +Node: Split Program653019 +Ref: Split Program-Footnote-1656538 +Node: Tee Program656666 +Node: Uniq Program659469 +Node: Wc Program666898 +Ref: Wc Program-Footnote-1671164 +Ref: Wc Program-Footnote-2671364 +Node: Miscellaneous Programs671456 +Node: Dupword Program672644 +Node: Alarm Program674675 +Node: Translate Program679424 +Ref: Translate Program-Footnote-1683811 +Ref: Translate Program-Footnote-2684039 +Node: Labels Program684173 +Ref: Labels Program-Footnote-1687544 +Node: Word Sorting687628 +Node: History Sorting691512 +Node: Extract Program693351 +Ref: Extract Program-Footnote-1700852 +Node: Simple Sed700980 +Node: Igawk Program704042 +Ref: Igawk Program-Footnote-1719199 +Ref: Igawk Program-Footnote-2719400 +Node: Anagram Program719538 +Node: Signature Program722606 +Node: Advanced Features723706 +Node: Nondecimal Data725588 +Node: Array Sorting727171 +Node: Controlling Array Traversal727868 +Node: Array Sorting Functions736106 +Ref: Array Sorting Functions-Footnote-1739780 +Ref: Array Sorting Functions-Footnote-2739873 +Node: Two-way I/O740067 +Ref: Two-way I/O-Footnote-1745499 +Node: TCP/IP Networking745569 +Node: Profiling748413 +Node: Internationalization755868 +Node: I18N and L10N757293 +Node: Explaining gettext757979 +Ref: Explaining gettext-Footnote-1763045 +Ref: Explaining gettext-Footnote-2763229 +Node: Programmer i18n763394 +Node: Translator i18n767594 +Node: String Extraction768387 +Ref: String Extraction-Footnote-1769348 +Node: Printf Ordering769434 +Ref: Printf Ordering-Footnote-1772218 +Node: I18N Portability772282 +Ref: I18N Portability-Footnote-1774731 +Node: I18N Example774794 +Ref: I18N Example-Footnote-1777429 +Node: Gawk I18N777501 +Node: Debugger778122 +Node: Debugging779093 +Node: Debugging Concepts779526 +Node: Debugging Terms781382 +Node: Awk Debugging783979 +Node: Sample Debugging Session784871 +Node: Debugger Invocation785391 +Node: Finding The Bug786723 +Node: List of Debugger Commands793211 +Node: Breakpoint Control794545 +Node: Debugger Execution Control798209 +Node: Viewing And Changing Data801569 +Node: Execution Stack804925 +Node: Debugger Info806392 +Node: Miscellaneous Debugger Commands810374 +Node: Readline Support815550 +Node: Limitations816381 +Node: Arbitrary Precision Arithmetic818633 +Ref: Arbitrary Precision Arithmetic-Footnote-1820284 +Node: General Arithmetic820432 +Node: Floating Point Issues822152 +Node: String Conversion Precision823033 +Ref: String Conversion Precision-Footnote-1824739 +Node: Unexpected Results824848 +Node: POSIX Floating Point Problems827001 +Ref: POSIX Floating Point Problems-Footnote-1830826 +Node: Integer Programming830864 +Node: Floating-point Programming832617 +Ref: Floating-point Programming-Footnote-1838926 +Node: Floating-point Representation839190 +Node: Floating-point Context840355 +Ref: table-ieee-formats841197 +Node: Rounding Mode842581 +Ref: table-rounding-modes843060 +Ref: Rounding Mode-Footnote-1846064 +Node: Gawk and MPFR846245 +Node: Arbitrary Precision Floats847487 +Ref: Arbitrary Precision Floats-Footnote-1849916 +Node: Setting Precision850227 +Node: Setting Rounding Mode852960 +Ref: table-gawk-rounding-modes853364 +Node: Floating-point Constants854544 +Node: Changing Precision855968 +Ref: Changing Precision-Footnote-1857368 +Node: Exact Arithmetic857542 +Node: Arbitrary Precision Integers860650 +Ref: Arbitrary Precision Integers-Footnote-1863650 +Node: Dynamic Extensions863797 +Node: Extension Intro865174 +Node: Plugin License866382 +Node: Extension Mechanism Outline867067 +Ref: load-extension867484 +Ref: load-new-function868962 +Ref: call-new-function869957 +Node: Extension API Description871965 +Node: Extension API Functions Introduction873297 +Node: General Data Types878075 +Ref: General Data Types-Footnote-1883677 +Node: Requesting Values883976 +Ref: table-value-types-returned884707 +Node: Constructor Functions885661 +Node: Registration Functions888657 +Node: Extension Functions889342 +Node: Exit Callback Functions891516 +Node: Extension Version String892759 +Node: Input Parsers893409 +Node: Output Wrappers903126 +Node: Two-way processors907542 +Node: Printing Messages909672 +Ref: Printing Messages-Footnote-1910749 +Node: Updating `ERRNO'910901 +Node: Accessing Parameters911640 +Node: Symbol Table Access912870 +Node: Symbol table by name913382 +Node: Symbol table by cookie914955 +Ref: Symbol table by cookie-Footnote-1919084 +Node: Cached values919147 +Ref: Cached values-Footnote-1922590 +Node: Array Manipulation922681 +Ref: Array Manipulation-Footnote-1923779 +Node: Array Data Types923818 +Ref: Array Data Types-Footnote-1926521 +Node: Array Functions926613 +Node: Flattening Arrays930379 +Node: Creating Arrays937218 +Node: Extension API Variables942013 +Node: Extension Versioning942649 +Node: Extension API Informational Variables944550 +Node: Extension API Boilerplate945636 +Node: Finding Extensions949467 +Node: Extension Example950014 +Node: Internal File Description950752 +Node: Internal File Ops954440 +Ref: Internal File Ops-Footnote-1965887 +Node: Using Internal File Ops966027 +Ref: Using Internal File Ops-Footnote-1968380 +Node: Extension Samples968646 +Node: Extension Sample File Functions970170 +Node: Extension Sample Fnmatch978643 +Node: Extension Sample Fork980369 +Node: Extension Sample Inplace981587 +Node: Extension Sample Ord983365 +Node: Extension Sample Readdir984144 +Node: Extension Sample Revout985648 +Node: Extension Sample Rev2way986241 +Node: Extension Sample Read write array986931 +Node: Extension Sample Readfile988814 +Node: Extension Sample API Tests989571 +Node: Extension Sample Time990096 +Node: gawkextlib991403 +Node: Language History993784 +Node: V7/SVR3.1995306 +Node: SVR4997627 +Node: POSIX999069 +Node: BTL1000455 +Node: POSIX/GNU1001189 +Node: Common Extensions1006724 +Node: Ranges and Locales1007879 +Ref: Ranges and Locales-Footnote-11012497 +Ref: Ranges and Locales-Footnote-21012524 +Ref: Ranges and Locales-Footnote-31012784 +Node: Contributors1013005 +Node: Installation1017809 +Node: Gawk Distribution1018703 +Node: Getting1019187 +Node: Extracting1020013 +Node: Distribution contents1021705 +Node: Unix Installation1026966 +Node: Quick Installation1027583 +Node: Additional Configuration Options1029545 +Node: Configuration Philosophy1031022 +Node: Non-Unix Installation1033364 +Node: PC Installation1033822 +Node: PC Binary Installation1035121 +Node: PC Compiling1036969 +Node: PC Testing1039913 +Node: PC Using1041089 +Node: Cygwin1045274 +Node: MSYS1046274 +Node: VMS Installation1046788 +Node: VMS Compilation1047391 +Ref: VMS Compilation-Footnote-11048398 +Node: VMS Installation Details1048456 +Node: VMS Running1050091 +Node: VMS Old Gawk1051698 +Node: Bugs1052172 +Node: Other Versions1056024 +Node: Notes1061625 +Node: Compatibility Mode1062425 +Node: Additions1063208 +Node: Accessing The Source1064135 +Node: Adding Code1065575 +Node: New Ports1071620 +Node: Derived Files1075755 +Ref: Derived Files-Footnote-11081076 +Ref: Derived Files-Footnote-21081110 +Ref: Derived Files-Footnote-31081710 +Node: Future Extensions1081808 +Node: Implementation Limitations1082389 +Node: Extension Design1083641 +Node: Old Extension Problems1084790 +Ref: Old Extension Problems-Footnote-11086298 +Node: Extension New Mechanism Goals1086355 +Ref: Extension New Mechanism Goals-Footnote-11089714 +Node: Extension Other Design Decisions1089900 +Node: Extension Future Growth1092006 +Node: Old Extension Mechanism1092827 +Node: Basic Concepts1094567 +Node: Basic High Level1095248 +Ref: figure-general-flow1095519 +Ref: figure-process-flow1096118 +Ref: Basic High Level-Footnote-11099347 +Node: Basic Data Typing1099532 +Node: Glossary1102887 +Node: Copying1128358 +Node: GNU Free Documentation License1165915 +Node: Index1191052 End Tag Table |