diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-03 21:04:57 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-11-03 21:04:57 +0200 |
commit | c67217a8258cb74e1774aed36e9a0b65fd6a34a5 (patch) | |
tree | 9d5448157f0d4bc0342adacee0d7417b4814ce97 /doc/gawk.info | |
parent | 642c56e04516457c9a0c49934be8441394da1ce5 (diff) | |
parent | 059cbb52719f58e1ac7943169d969bb7be67fc72 (diff) | |
download | egawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.tar.gz egawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.tar.bz2 egawk-c67217a8258cb74e1774aed36e9a0b65fd6a34a5.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 563 |
1 files changed, 281 insertions, 282 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index de53a993..f87ac8f7 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -20109,8 +20109,8 @@ input file into separate files. (https://www.gnu.org/software/texinfo/), the GNU Project's document formatting language. A single Texinfo source file can be used to produce both printed documentation, with TeX, and online documentation. -(The Texinfo language is described fully, starting with *note (Texinfo, -texinfo,Texinfo---The GNU Documentation Format)Top::.) +(The Texinfo language is described fully, starting with *note Texinfo: +(texinfo)Top.) For our purposes, it is enough to know three things about Texinfo input files: @@ -21805,9 +21805,9 @@ TCP 'daytime' server. It then prints the results and closes the connection. Because this topic is extensive, the use of 'gawk' for TCP/IP -programming is documented separately. See *note (General Introduction, -gawkinet, TCP/IP Internetworking with 'gawk')Top::, for a much more -complete introduction and discussion, as well as extensive examples. +programming is documented separately. *Note General Introduction: +(gawkinet)Top, for a much more complete introduction and discussion, as +well as extensive examples. NOTE: 'gawk' can only open direct sockets. There is currently no way to access services available over Secure Socket Layer (SSL); @@ -22790,9 +22790,9 @@ 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.8.1 +package. (GNU 'gettext' is described in complete detail in *Note GNU +'gettext' utilities: (gettext)Top.) As of 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 @@ -30803,20 +30803,19 @@ Various '.c', '.y', and '.h' files The generated Info file for this Info file. 'doc/gawkinet.texi' - The Texinfo source file for *note (General Introduction, gawkinet, - TCP/IP Internetworking with 'gawk')Top::. It should be processed - with TeX (via 'texi2dvi' or 'texi2pdf') to produce a printed - document and with 'makeinfo' to produce an Info or HTML file. + The Texinfo source file for *note General Introduction: + (gawkinet)Top. It should be processed with TeX (via 'texi2dvi' or + 'texi2pdf') to produce a printed document and with 'makeinfo' to + produce an Info or HTML file. 'doc/gawkinet.info' The generated Info file for 'TCP/IP Internetworking with 'gawk''. 'doc/gawkworkflow.texi' - The Texinfo source file for *note (General Introduction, - gawkworkflow, Participating in 'gawk' Development)Top::. It should - be processed with TeX (via 'texi2dvi' or 'texi2pdf') to produce a - printed document and with 'makeinfo' to produce an Info or HTML - file. + The Texinfo source file for *note General Introduction: + (gawkworkflow)Top. It should be processed with TeX (via 'texi2dvi' + or 'texi2pdf') to produce a printed document and with 'makeinfo' to + produce an Info or HTML file. 'doc/gawkworkflow.info' The generated Info file for 'Participating in 'gawk' Development'. @@ -30941,8 +30940,8 @@ environment for MS-Windows. 'gawk-5.1.1'. As with most GNU software, you configure 'gawk' for your system by running the 'configure' program. This program is a Bourne shell script that is generated automatically using GNU Autoconf. (The -Autoconf software is described fully starting with *note (Autoconf, -autoconf,Autoconf---Generating Automatic Configuration Scripts)Top::.) +Autoconf software is described fully starting with *note Autoconf: +(autoconf)Top.) To configure 'gawk', simply run 'configure': @@ -32381,12 +32380,12 @@ possible to include them: able to integrate your changes at all. (*Note Getting::, for information on getting the latest version of 'gawk'.) - 4. See *note (Version, standards, GNU Coding Standards)Top::. This - document describes how GNU software should be written. If you - haven't read it, please do so, preferably _before_ starting to - modify 'gawk'. (The 'GNU Coding Standards' are available from the - GNU Project's website (https://www.gnu.org/prep/standards/). - Texinfo, Info, and DVI versions are also available.) + 4. *Note Version: (standards)Top. This document describes how GNU + software should be written. If you haven't read it, please do so, + preferably _before_ starting to modify 'gawk'. (The 'GNU Coding + Standards' are available from the GNU Project's website + (https://www.gnu.org/prep/standards/). Texinfo, Info, and DVI + versions are also available.) 5. Use the 'gawk' coding style. The C code for 'gawk' follows the instructions in the 'GNU Coding Standards', with minor exceptions. @@ -39037,263 +39036,263 @@ Ref: Labels Program-Footnote-1811787 Node: Word Sorting811871 Node: History Sorting815943 Node: Extract Program818168 -Node: Simple Sed826222 -Node: Igawk Program829296 -Ref: Igawk Program-Footnote-1843627 -Ref: Igawk Program-Footnote-2843829 -Ref: Igawk Program-Footnote-3843951 -Node: Anagram Program844066 -Node: Signature Program847128 -Node: Programs Summary848375 -Node: Programs Exercises849589 -Ref: Programs Exercises-Footnote-1853719 -Node: Advanced Features853805 -Node: Nondecimal Data855936 -Node: Boolean Typed Values857534 -Node: Array Sorting859415 -Node: Controlling Array Traversal860120 -Ref: Controlling Array Traversal-Footnote-1868488 -Node: Array Sorting Functions868606 -Ref: Array Sorting Functions-Footnote-1873980 -Node: Two-way I/O874176 -Ref: Two-way I/O-Footnote-1881902 -Ref: Two-way I/O-Footnote-2882089 -Node: TCP/IP Networking882171 -Node: Profiling885289 -Node: Extension Philosophy894598 -Node: Advanced Features Summary896077 -Node: Internationalization898092 -Node: I18N and L10N899766 -Node: Explaining gettext900453 -Ref: Explaining gettext-Footnote-1906345 -Ref: Explaining gettext-Footnote-2906530 -Node: Programmer i18n906695 -Ref: Programmer i18n-Footnote-1911644 -Node: Translator i18n911693 -Node: String Extraction912487 -Ref: String Extraction-Footnote-1913619 -Node: Printf Ordering913705 -Ref: Printf Ordering-Footnote-1916491 -Node: I18N Portability916555 -Ref: I18N Portability-Footnote-1919011 -Node: I18N Example919074 -Ref: I18N Example-Footnote-1922349 -Ref: I18N Example-Footnote-2922422 -Node: Gawk I18N922531 -Node: I18N Summary923180 -Node: Debugger924521 -Node: Debugging925521 -Node: Debugging Concepts925962 -Node: Debugging Terms927771 -Node: Awk Debugging930346 -Ref: Awk Debugging-Footnote-1931291 -Node: Sample Debugging Session931423 -Node: Debugger Invocation931957 -Node: Finding The Bug933343 -Node: List of Debugger Commands939817 -Node: Breakpoint Control941150 -Node: Debugger Execution Control944844 -Node: Viewing And Changing Data948206 -Node: Execution Stack951747 -Node: Debugger Info953384 -Node: Miscellaneous Debugger Commands957455 -Node: Readline Support962517 -Node: Limitations963413 -Node: Debugging Summary965967 -Node: Namespaces967246 -Node: Global Namespace968357 -Node: Qualified Names969755 -Node: Default Namespace970754 -Node: Changing The Namespace971495 -Node: Naming Rules973109 -Node: Internal Name Management974957 -Node: Namespace Example975999 -Node: Namespace And Features978561 -Node: Namespace Summary979996 -Node: Arbitrary Precision Arithmetic981473 -Node: Computer Arithmetic982960 -Ref: table-numeric-ranges986726 -Ref: table-floating-point-ranges987219 -Ref: Computer Arithmetic-Footnote-1987877 -Node: Math Definitions987934 -Ref: table-ieee-formats990910 -Node: MPFR features991477 -Node: FP Math Caution993195 -Ref: FP Math Caution-Footnote-1994267 -Node: Inexactness of computations994636 -Node: Inexact representation995667 -Node: Comparing FP Values997027 -Node: Errors accumulate998268 -Node: Strange values999724 -Ref: Strange values-Footnote-11002312 -Node: Getting Accuracy1002417 -Node: Try To Round1005127 -Node: Setting precision1006026 -Ref: table-predefined-precision-strings1006723 -Node: Setting the rounding mode1008553 -Ref: table-gawk-rounding-modes1008927 -Ref: Setting the rounding mode-Footnote-11012858 -Node: Arbitrary Precision Integers1013037 -Ref: Arbitrary Precision Integers-Footnote-11016212 -Node: Checking for MPFR1016361 -Node: POSIX Floating Point Problems1017835 -Ref: POSIX Floating Point Problems-Footnote-11022120 -Node: Floating point summary1022158 -Node: Dynamic Extensions1024348 -Node: Extension Intro1025901 -Node: Plugin License1027167 -Node: Extension Mechanism Outline1027964 -Ref: figure-load-extension1028403 -Ref: figure-register-new-function1029968 -Ref: figure-call-new-function1031060 -Node: Extension API Description1033122 -Node: Extension API Functions Introduction1034835 -Ref: table-api-std-headers1036671 -Node: General Data Types1040920 -Ref: General Data Types-Footnote-11049626 -Node: Memory Allocation Functions1049925 -Ref: Memory Allocation Functions-Footnote-11054426 -Node: Constructor Functions1054525 -Node: API Ownership of MPFR and GMP Values1058178 -Node: Registration Functions1059491 -Node: Extension Functions1060191 -Node: Exit Callback Functions1065513 -Node: Extension Version String1066763 -Node: Input Parsers1067426 -Node: Output Wrappers1080147 -Node: Two-way processors1084659 -Node: Printing Messages1086924 -Ref: Printing Messages-Footnote-11088095 -Node: Updating ERRNO1088248 -Node: Requesting Values1088987 -Ref: table-value-types-returned1089724 -Node: Accessing Parameters1090832 -Node: Symbol Table Access1092069 -Node: Symbol table by name1092581 -Ref: Symbol table by name-Footnote-11095606 -Node: Symbol table by cookie1095734 -Ref: Symbol table by cookie-Footnote-11099919 -Node: Cached values1099983 -Ref: Cached values-Footnote-11103519 -Node: Array Manipulation1103672 -Ref: Array Manipulation-Footnote-11104763 -Node: Array Data Types1104800 -Ref: Array Data Types-Footnote-11107458 -Node: Array Functions1107550 -Node: Flattening Arrays1112048 -Node: Creating Arrays1119024 -Node: Redirection API1123791 -Node: Extension API Variables1126624 -Node: Extension Versioning1127335 -Ref: gawk-api-version1127764 -Node: Extension GMP/MPFR Versioning1129495 -Node: Extension API Informational Variables1131123 -Node: Extension API Boilerplate1132196 -Node: Changes from API V11136170 -Node: Finding Extensions1137742 -Node: Extension Example1138301 -Node: Internal File Description1139099 -Node: Internal File Ops1143179 -Ref: Internal File Ops-Footnote-11154529 -Node: Using Internal File Ops1154669 -Ref: Using Internal File Ops-Footnote-11157052 -Node: Extension Samples1157326 -Node: Extension Sample File Functions1158855 -Node: Extension Sample Fnmatch1166504 -Node: Extension Sample Fork1167991 -Node: Extension Sample Inplace1169209 -Node: Extension Sample Ord1172835 -Node: Extension Sample Readdir1173671 -Ref: table-readdir-file-types1174560 -Node: Extension Sample Revout1175627 -Node: Extension Sample Rev2way1176216 -Node: Extension Sample Read write array1176956 -Node: Extension Sample Readfile1178898 -Node: Extension Sample Time1179993 -Node: Extension Sample API Tests1181745 -Node: gawkextlib1182237 -Node: Extension summary1185155 -Node: Extension Exercises1188857 -Node: Language History1190099 -Node: V7/SVR3.11191755 -Node: SVR41193907 -Node: POSIX1195341 -Node: BTL1196722 -Node: POSIX/GNU1197451 -Node: Feature History1203229 -Node: Common Extensions1220404 -Node: Ranges and Locales1221687 -Ref: Ranges and Locales-Footnote-11226303 -Ref: Ranges and Locales-Footnote-21226330 -Ref: Ranges and Locales-Footnote-31226565 -Node: Contributors1226788 -Node: History summary1232785 -Node: Installation1234165 -Node: Gawk Distribution1235109 -Node: Getting1235593 -Node: Extracting1236556 -Node: Distribution contents1238194 -Node: Unix Installation1245337 -Node: Quick Installation1246141 -Node: Compiling with MPFR1248617 -Node: Shell Startup Files1249307 -Node: Additional Configuration Options1250396 -Node: Configuration Philosophy1252711 -Node: Compiling from Git1255107 -Node: Building the Documentation1255662 -Node: Non-Unix Installation1257046 -Node: PC Installation1257506 -Node: PC Binary Installation1258344 -Node: PC Compiling1258779 -Node: PC Using1259896 -Node: Cygwin1263449 -Node: MSYS1264673 -Node: VMS Installation1265275 -Node: VMS Compilation1265994 -Ref: VMS Compilation-Footnote-11267223 -Node: VMS Dynamic Extensions1267281 -Node: VMS Installation Details1268966 -Node: VMS Running1271228 -Node: VMS GNV1275507 -Node: Bugs1276221 -Node: Bug definition1277133 -Node: Bug address1280069 -Node: Usenet1283457 -Node: Performance bugs1284646 -Node: Asking for help1287567 -Node: Maintainers1289534 -Node: Other Versions1290728 -Node: Installation summary1298580 -Node: Notes1299944 -Node: Compatibility Mode1300738 -Node: Additions1301520 -Node: Accessing The Source1302445 -Node: Adding Code1303882 -Node: New Ports1310101 -Node: Derived Files1314476 -Ref: Derived Files-Footnote-11320136 -Ref: Derived Files-Footnote-21320171 -Ref: Derived Files-Footnote-31320769 -Node: Future Extensions1320883 -Node: Implementation Limitations1321541 -Node: Extension Design1322751 -Node: Old Extension Problems1323895 -Ref: Old Extension Problems-Footnote-11325413 -Node: Extension New Mechanism Goals1325470 -Ref: Extension New Mechanism Goals-Footnote-11328834 -Node: Extension Other Design Decisions1329023 -Node: Extension Future Growth1331136 -Node: Notes summary1331742 -Node: Basic Concepts1332900 -Node: Basic High Level1333581 -Ref: figure-general-flow1333863 -Ref: figure-process-flow1334548 -Ref: Basic High Level-Footnote-11337849 -Node: Basic Data Typing1338034 -Node: Glossary1341362 -Node: Copying1373249 -Node: GNU Free Documentation License1410792 -Node: Index1435912 +Node: Simple Sed826181 +Node: Igawk Program829255 +Ref: Igawk Program-Footnote-1843586 +Ref: Igawk Program-Footnote-2843788 +Ref: Igawk Program-Footnote-3843910 +Node: Anagram Program844025 +Node: Signature Program847087 +Node: Programs Summary848334 +Node: Programs Exercises849548 +Ref: Programs Exercises-Footnote-1853678 +Node: Advanced Features853764 +Node: Nondecimal Data855895 +Node: Boolean Typed Values857493 +Node: Array Sorting859374 +Node: Controlling Array Traversal860079 +Ref: Controlling Array Traversal-Footnote-1868447 +Node: Array Sorting Functions868565 +Ref: Array Sorting Functions-Footnote-1873939 +Node: Two-way I/O874135 +Ref: Two-way I/O-Footnote-1881861 +Ref: Two-way I/O-Footnote-2882048 +Node: TCP/IP Networking882130 +Node: Profiling885206 +Node: Extension Philosophy894515 +Node: Advanced Features Summary895994 +Node: Internationalization898009 +Node: I18N and L10N899683 +Node: Explaining gettext900370 +Ref: Explaining gettext-Footnote-1906262 +Ref: Explaining gettext-Footnote-2906447 +Node: Programmer i18n906612 +Ref: Programmer i18n-Footnote-1911561 +Node: Translator i18n911610 +Node: String Extraction912404 +Ref: String Extraction-Footnote-1913536 +Node: Printf Ordering913622 +Ref: Printf Ordering-Footnote-1916408 +Node: I18N Portability916472 +Ref: I18N Portability-Footnote-1918928 +Node: I18N Example918991 +Ref: I18N Example-Footnote-1922266 +Ref: I18N Example-Footnote-2922339 +Node: Gawk I18N922448 +Node: I18N Summary923070 +Node: Debugger924411 +Node: Debugging925411 +Node: Debugging Concepts925852 +Node: Debugging Terms927661 +Node: Awk Debugging930236 +Ref: Awk Debugging-Footnote-1931181 +Node: Sample Debugging Session931313 +Node: Debugger Invocation931847 +Node: Finding The Bug933233 +Node: List of Debugger Commands939707 +Node: Breakpoint Control941040 +Node: Debugger Execution Control944734 +Node: Viewing And Changing Data948096 +Node: Execution Stack951637 +Node: Debugger Info953274 +Node: Miscellaneous Debugger Commands957345 +Node: Readline Support962407 +Node: Limitations963303 +Node: Debugging Summary965857 +Node: Namespaces967136 +Node: Global Namespace968247 +Node: Qualified Names969645 +Node: Default Namespace970644 +Node: Changing The Namespace971385 +Node: Naming Rules972999 +Node: Internal Name Management974847 +Node: Namespace Example975889 +Node: Namespace And Features978451 +Node: Namespace Summary979886 +Node: Arbitrary Precision Arithmetic981363 +Node: Computer Arithmetic982850 +Ref: table-numeric-ranges986616 +Ref: table-floating-point-ranges987109 +Ref: Computer Arithmetic-Footnote-1987767 +Node: Math Definitions987824 +Ref: table-ieee-formats990800 +Node: MPFR features991367 +Node: FP Math Caution993085 +Ref: FP Math Caution-Footnote-1994157 +Node: Inexactness of computations994526 +Node: Inexact representation995557 +Node: Comparing FP Values996917 +Node: Errors accumulate998158 +Node: Strange values999614 +Ref: Strange values-Footnote-11002202 +Node: Getting Accuracy1002307 +Node: Try To Round1005017 +Node: Setting precision1005916 +Ref: table-predefined-precision-strings1006613 +Node: Setting the rounding mode1008443 +Ref: table-gawk-rounding-modes1008817 +Ref: Setting the rounding mode-Footnote-11012748 +Node: Arbitrary Precision Integers1012927 +Ref: Arbitrary Precision Integers-Footnote-11016102 +Node: Checking for MPFR1016251 +Node: POSIX Floating Point Problems1017725 +Ref: POSIX Floating Point Problems-Footnote-11022010 +Node: Floating point summary1022048 +Node: Dynamic Extensions1024238 +Node: Extension Intro1025791 +Node: Plugin License1027057 +Node: Extension Mechanism Outline1027854 +Ref: figure-load-extension1028293 +Ref: figure-register-new-function1029858 +Ref: figure-call-new-function1030950 +Node: Extension API Description1033012 +Node: Extension API Functions Introduction1034725 +Ref: table-api-std-headers1036561 +Node: General Data Types1040810 +Ref: General Data Types-Footnote-11049516 +Node: Memory Allocation Functions1049815 +Ref: Memory Allocation Functions-Footnote-11054316 +Node: Constructor Functions1054415 +Node: API Ownership of MPFR and GMP Values1058068 +Node: Registration Functions1059381 +Node: Extension Functions1060081 +Node: Exit Callback Functions1065403 +Node: Extension Version String1066653 +Node: Input Parsers1067316 +Node: Output Wrappers1080037 +Node: Two-way processors1084549 +Node: Printing Messages1086814 +Ref: Printing Messages-Footnote-11087985 +Node: Updating ERRNO1088138 +Node: Requesting Values1088877 +Ref: table-value-types-returned1089614 +Node: Accessing Parameters1090722 +Node: Symbol Table Access1091959 +Node: Symbol table by name1092471 +Ref: Symbol table by name-Footnote-11095496 +Node: Symbol table by cookie1095624 +Ref: Symbol table by cookie-Footnote-11099809 +Node: Cached values1099873 +Ref: Cached values-Footnote-11103409 +Node: Array Manipulation1103562 +Ref: Array Manipulation-Footnote-11104653 +Node: Array Data Types1104690 +Ref: Array Data Types-Footnote-11107348 +Node: Array Functions1107440 +Node: Flattening Arrays1111938 +Node: Creating Arrays1118914 +Node: Redirection API1123681 +Node: Extension API Variables1126514 +Node: Extension Versioning1127225 +Ref: gawk-api-version1127654 +Node: Extension GMP/MPFR Versioning1129385 +Node: Extension API Informational Variables1131013 +Node: Extension API Boilerplate1132086 +Node: Changes from API V11136060 +Node: Finding Extensions1137632 +Node: Extension Example1138191 +Node: Internal File Description1138989 +Node: Internal File Ops1143069 +Ref: Internal File Ops-Footnote-11154419 +Node: Using Internal File Ops1154559 +Ref: Using Internal File Ops-Footnote-11156942 +Node: Extension Samples1157216 +Node: Extension Sample File Functions1158745 +Node: Extension Sample Fnmatch1166394 +Node: Extension Sample Fork1167881 +Node: Extension Sample Inplace1169099 +Node: Extension Sample Ord1172725 +Node: Extension Sample Readdir1173561 +Ref: table-readdir-file-types1174450 +Node: Extension Sample Revout1175517 +Node: Extension Sample Rev2way1176106 +Node: Extension Sample Read write array1176846 +Node: Extension Sample Readfile1178788 +Node: Extension Sample Time1179883 +Node: Extension Sample API Tests1181635 +Node: gawkextlib1182127 +Node: Extension summary1185045 +Node: Extension Exercises1188747 +Node: Language History1189989 +Node: V7/SVR3.11191645 +Node: SVR41193797 +Node: POSIX1195231 +Node: BTL1196612 +Node: POSIX/GNU1197341 +Node: Feature History1203119 +Node: Common Extensions1220294 +Node: Ranges and Locales1221577 +Ref: Ranges and Locales-Footnote-11226193 +Ref: Ranges and Locales-Footnote-21226220 +Ref: Ranges and Locales-Footnote-31226455 +Node: Contributors1226678 +Node: History summary1232675 +Node: Installation1234055 +Node: Gawk Distribution1234999 +Node: Getting1235483 +Node: Extracting1236446 +Node: Distribution contents1238084 +Node: Unix Installation1245145 +Node: Quick Installation1245949 +Node: Compiling with MPFR1248369 +Node: Shell Startup Files1249059 +Node: Additional Configuration Options1250148 +Node: Configuration Philosophy1252463 +Node: Compiling from Git1254859 +Node: Building the Documentation1255414 +Node: Non-Unix Installation1256798 +Node: PC Installation1257258 +Node: PC Binary Installation1258096 +Node: PC Compiling1258531 +Node: PC Using1259648 +Node: Cygwin1263201 +Node: MSYS1264425 +Node: VMS Installation1265027 +Node: VMS Compilation1265746 +Ref: VMS Compilation-Footnote-11266975 +Node: VMS Dynamic Extensions1267033 +Node: VMS Installation Details1268718 +Node: VMS Running1270980 +Node: VMS GNV1275259 +Node: Bugs1275973 +Node: Bug definition1276885 +Node: Bug address1279821 +Node: Usenet1283209 +Node: Performance bugs1284398 +Node: Asking for help1287319 +Node: Maintainers1289286 +Node: Other Versions1290480 +Node: Installation summary1298332 +Node: Notes1299696 +Node: Compatibility Mode1300490 +Node: Additions1301272 +Node: Accessing The Source1302197 +Node: Adding Code1303634 +Node: New Ports1309826 +Node: Derived Files1314201 +Ref: Derived Files-Footnote-11319861 +Ref: Derived Files-Footnote-21319896 +Ref: Derived Files-Footnote-31320494 +Node: Future Extensions1320608 +Node: Implementation Limitations1321266 +Node: Extension Design1322476 +Node: Old Extension Problems1323620 +Ref: Old Extension Problems-Footnote-11325138 +Node: Extension New Mechanism Goals1325195 +Ref: Extension New Mechanism Goals-Footnote-11328559 +Node: Extension Other Design Decisions1328748 +Node: Extension Future Growth1330861 +Node: Notes summary1331467 +Node: Basic Concepts1332625 +Node: Basic High Level1333306 +Ref: figure-general-flow1333588 +Ref: figure-process-flow1334273 +Ref: Basic High Level-Footnote-11337574 +Node: Basic Data Typing1337759 +Node: Glossary1341087 +Node: Copying1372974 +Node: GNU Free Documentation License1410517 +Node: Index1435637 End Tag Table |