diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:30:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-05-25 01:30:23 +0300 |
commit | 5a66b6c262a2953af85465b1ec6c2d47bacec7cd (patch) | |
tree | d7b0341e51df0ab42d2188519d6642311d855665 | |
parent | ba52cf08f6d895a421c23b6f5f019d1b82da1f43 (diff) | |
parent | 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (diff) | |
download | egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.tar.gz egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.tar.bz2 egawk-5a66b6c262a2953af85465b1ec6c2d47bacec7cd.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 212 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | doc/gawktexi.in | 2 |
4 files changed, 113 insertions, 108 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4a154218..5d5d358e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-25 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Typo fix in extension section, thanks to + Manuel Collado <mcollado2011@gmail.com>. + 2016-05-02 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawktexi.in: Document new CPP defines gawk_api_major_version and diff --git a/doc/gawk.info b/doc/gawk.info index 248df6d5..3060e5ce 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -24923,7 +24923,7 @@ code: value passed in to 'sym_update()' before doing anything else with it, like so: - awk_value_t value; + awk_value_t val; awk_array_t new_array; new_array = create_array(); @@ -35712,110 +35712,110 @@ Ref: Array Data Types-Footnote-11002371 Node: Array Functions1002463 Node: Flattening Arrays1006321 Node: Creating Arrays1013229 -Node: Redirection API1018000 -Node: Extension API Variables1020831 -Node: Extension Versioning1021464 -Ref: gawk-api-version1021901 -Node: Extension API Informational Variables1023657 -Node: Extension API Boilerplate1024721 -Node: Finding Extensions1028535 -Node: Extension Example1029094 -Node: Internal File Description1029892 -Node: Internal File Ops1033972 -Ref: Internal File Ops-Footnote-11045734 -Node: Using Internal File Ops1045874 -Ref: Using Internal File Ops-Footnote-11048257 -Node: Extension Samples1048531 -Node: Extension Sample File Functions1050060 -Node: Extension Sample Fnmatch1057709 -Node: Extension Sample Fork1059196 -Node: Extension Sample Inplace1060414 -Node: Extension Sample Ord1063624 -Node: Extension Sample Readdir1064460 -Ref: table-readdir-file-types1065349 -Node: Extension Sample Revout1066154 -Node: Extension Sample Rev2way1066743 -Node: Extension Sample Read write array1067483 -Node: Extension Sample Readfile1069425 -Node: Extension Sample Time1070520 -Node: Extension Sample API Tests1071868 -Node: gawkextlib1072360 -Node: Extension summary1074807 -Node: Extension Exercises1078499 -Node: Language History1079996 -Node: V7/SVR3.11081652 -Node: SVR41083804 -Node: POSIX1085238 -Node: BTL1086617 -Node: POSIX/GNU1087346 -Node: Feature History1093208 -Node: Common Extensions1107578 -Node: Ranges and Locales1108861 -Ref: Ranges and Locales-Footnote-11113477 -Ref: Ranges and Locales-Footnote-21113504 -Ref: Ranges and Locales-Footnote-31113739 -Node: Contributors1113960 -Node: History summary1119529 -Node: Installation1120909 -Node: Gawk Distribution1121853 -Node: Getting1122337 -Node: Extracting1123298 -Node: Distribution contents1124936 -Node: Unix Installation1131030 -Node: Quick Installation1131712 -Node: Shell Startup Files1134126 -Node: Additional Configuration Options1135204 -Node: Configuration Philosophy1137009 -Node: Non-Unix Installation1139378 -Node: PC Installation1139836 -Node: PC Binary Installation1141156 -Node: PC Compiling1143008 -Ref: PC Compiling-Footnote-11146032 -Node: PC Testing1146141 -Node: PC Using1147321 -Node: Cygwin1151435 -Node: MSYS1152205 -Node: VMS Installation1152706 -Node: VMS Compilation1153497 -Ref: VMS Compilation-Footnote-11154726 -Node: VMS Dynamic Extensions1154784 -Node: VMS Installation Details1156469 -Node: VMS Running1158722 -Node: VMS GNV1163001 -Node: VMS Old Gawk1163736 -Node: Bugs1164207 -Node: Other Versions1168404 -Node: Installation summary1174988 -Node: Notes1176046 -Node: Compatibility Mode1176911 -Node: Additions1177693 -Node: Accessing The Source1178618 -Node: Adding Code1180053 -Node: New Ports1186272 -Node: Derived Files1190760 -Ref: Derived Files-Footnote-11196245 -Ref: Derived Files-Footnote-21196280 -Ref: Derived Files-Footnote-31196878 -Node: Future Extensions1196992 -Node: Implementation Limitations1197650 -Node: Extension Design1198833 -Node: Old Extension Problems1199987 -Ref: Old Extension Problems-Footnote-11201505 -Node: Extension New Mechanism Goals1201562 -Ref: Extension New Mechanism Goals-Footnote-11204926 -Node: Extension Other Design Decisions1205115 -Node: Extension Future Growth1207228 -Node: Old Extension Mechanism1208064 -Node: Notes summary1209827 -Node: Basic Concepts1211009 -Node: Basic High Level1211690 -Ref: figure-general-flow1211972 -Ref: figure-process-flow1212657 -Ref: Basic High Level-Footnote-11215958 -Node: Basic Data Typing1216143 -Node: Glossary1219471 -Node: Copying1251417 -Node: GNU Free Documentation License1288956 -Node: Index1314074 +Node: Redirection API1017998 +Node: Extension API Variables1020829 +Node: Extension Versioning1021462 +Ref: gawk-api-version1021899 +Node: Extension API Informational Variables1023655 +Node: Extension API Boilerplate1024719 +Node: Finding Extensions1028533 +Node: Extension Example1029092 +Node: Internal File Description1029890 +Node: Internal File Ops1033970 +Ref: Internal File Ops-Footnote-11045732 +Node: Using Internal File Ops1045872 +Ref: Using Internal File Ops-Footnote-11048255 +Node: Extension Samples1048529 +Node: Extension Sample File Functions1050058 +Node: Extension Sample Fnmatch1057707 +Node: Extension Sample Fork1059194 +Node: Extension Sample Inplace1060412 +Node: Extension Sample Ord1063622 +Node: Extension Sample Readdir1064458 +Ref: table-readdir-file-types1065347 +Node: Extension Sample Revout1066152 +Node: Extension Sample Rev2way1066741 +Node: Extension Sample Read write array1067481 +Node: Extension Sample Readfile1069423 +Node: Extension Sample Time1070518 +Node: Extension Sample API Tests1071866 +Node: gawkextlib1072358 +Node: Extension summary1074805 +Node: Extension Exercises1078497 +Node: Language History1079994 +Node: V7/SVR3.11081650 +Node: SVR41083802 +Node: POSIX1085236 +Node: BTL1086615 +Node: POSIX/GNU1087344 +Node: Feature History1093206 +Node: Common Extensions1107576 +Node: Ranges and Locales1108859 +Ref: Ranges and Locales-Footnote-11113475 +Ref: Ranges and Locales-Footnote-21113502 +Ref: Ranges and Locales-Footnote-31113737 +Node: Contributors1113958 +Node: History summary1119527 +Node: Installation1120907 +Node: Gawk Distribution1121851 +Node: Getting1122335 +Node: Extracting1123296 +Node: Distribution contents1124934 +Node: Unix Installation1131028 +Node: Quick Installation1131710 +Node: Shell Startup Files1134124 +Node: Additional Configuration Options1135202 +Node: Configuration Philosophy1137007 +Node: Non-Unix Installation1139376 +Node: PC Installation1139834 +Node: PC Binary Installation1141154 +Node: PC Compiling1143006 +Ref: PC Compiling-Footnote-11146030 +Node: PC Testing1146139 +Node: PC Using1147319 +Node: Cygwin1151433 +Node: MSYS1152203 +Node: VMS Installation1152704 +Node: VMS Compilation1153495 +Ref: VMS Compilation-Footnote-11154724 +Node: VMS Dynamic Extensions1154782 +Node: VMS Installation Details1156467 +Node: VMS Running1158720 +Node: VMS GNV1162999 +Node: VMS Old Gawk1163734 +Node: Bugs1164205 +Node: Other Versions1168402 +Node: Installation summary1174986 +Node: Notes1176044 +Node: Compatibility Mode1176909 +Node: Additions1177691 +Node: Accessing The Source1178616 +Node: Adding Code1180051 +Node: New Ports1186270 +Node: Derived Files1190758 +Ref: Derived Files-Footnote-11196243 +Ref: Derived Files-Footnote-21196278 +Ref: Derived Files-Footnote-31196876 +Node: Future Extensions1196990 +Node: Implementation Limitations1197648 +Node: Extension Design1198831 +Node: Old Extension Problems1199985 +Ref: Old Extension Problems-Footnote-11201503 +Node: Extension New Mechanism Goals1201560 +Ref: Extension New Mechanism Goals-Footnote-11204924 +Node: Extension Other Design Decisions1205113 +Node: Extension Future Growth1207226 +Node: Old Extension Mechanism1208062 +Node: Notes summary1209825 +Node: Basic Concepts1211007 +Node: Basic High Level1211688 +Ref: figure-general-flow1211970 +Ref: figure-process-flow1212655 +Ref: Basic High Level-Footnote-11215956 +Node: Basic Data Typing1216141 +Node: Glossary1219469 +Node: Copying1251415 +Node: GNU Free Documentation License1288954 +Node: Index1314072 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 75deb196..5f5c4e2e 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -33899,7 +33899,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value passed in to @command{sym_update()} before doing anything else with it, like so: @example -awk_value_t value; +awk_value_t val; awk_array_t new_array; new_array = create_array(); diff --git a/doc/gawktexi.in b/doc/gawktexi.in index a044c45e..fac37bd1 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -32990,7 +32990,7 @@ into @command{gawk}, you have to retrieve the array cookie from the value passed in to @command{sym_update()} before doing anything else with it, like so: @example -awk_value_t value; +awk_value_t val; awk_array_t new_array; new_array = create_array(); |