gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-889


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-889-g6d42ef2
Date: Tue, 24 May 2016 22:29:17 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a (commit)
      from  5aa222c52f21226bf807aa4c38339d62f3a3156c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a

commit 6d42ef2758af7fa3fd8040e924c20b60a1d0cb4a
Author: Arnold D. Robbins <address@hidden>
Date:   Wed May 25 01:29:06 2016 +0300

    Small typo fix in the doc.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index ba34c1c..6bee7e9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2016-05-25         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Typo fix in extension section, thanks to
+        Manuel Collado <address@hidden>.
+
 2016-05-02         Andrew J. Schorr     <address@hidden>
 
        * gawktexi.in: Document new CPP defines gawk_api_major_version and
diff --git a/doc/gawk.info b/doc/gawk.info
index 93f2e4d..cdb4ea4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -24503,7 +24503,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();
@@ -35128,108 +35128,108 @@ Ref: Array Data Types-Footnote-1984987
 Node: Array Functions985079
 Node: Flattening Arrays988937
 Node: Creating Arrays995845
-Node: Extension API Variables1000616
-Node: Extension Versioning1001252
-Ref: gawk-api-version1001689
-Node: Extension API Informational Variables1003445
-Node: Extension API Boilerplate1004509
-Node: Finding Extensions1008323
-Node: Extension Example1008882
-Node: Internal File Description1009680
-Node: Internal File Ops1013760
-Ref: Internal File Ops-Footnote-11025522
-Node: Using Internal File Ops1025662
-Ref: Using Internal File Ops-Footnote-11028045
-Node: Extension Samples1028319
-Node: Extension Sample File Functions1029848
-Node: Extension Sample Fnmatch1037497
-Node: Extension Sample Fork1038984
-Node: Extension Sample Inplace1040202
-Node: Extension Sample Ord1043412
-Node: Extension Sample Readdir1044248
-Ref: table-readdir-file-types1045137
-Node: Extension Sample Revout1045942
-Node: Extension Sample Rev2way1046531
-Node: Extension Sample Read write array1047271
-Node: Extension Sample Readfile1049213
-Node: Extension Sample Time1050308
-Node: Extension Sample API Tests1051656
-Node: gawkextlib1052148
-Node: Extension summary1054572
-Node: Extension Exercises1058264
-Node: Language History1059761
-Node: V7/SVR3.11061417
-Node: SVR41063569
-Node: POSIX1065003
-Node: BTL1066382
-Node: POSIX/GNU1067111
-Node: Feature History1072632
-Node: Common Extensions1085961
-Node: Ranges and Locales1087244
-Ref: Ranges and Locales-Footnote-11091860
-Ref: Ranges and Locales-Footnote-21091887
-Ref: Ranges and Locales-Footnote-31092122
-Node: Contributors1092343
-Node: History summary1097912
-Node: Installation1099292
-Node: Gawk Distribution1100236
-Node: Getting1100720
-Node: Extracting1101681
-Node: Distribution contents1103319
-Node: Unix Installation1109070
-Node: Quick Installation1109686
-Node: Additional Configuration Options1112113
-Node: Configuration Philosophy1113917
-Node: Non-Unix Installation1116286
-Node: PC Installation1116744
-Node: PC Binary Installation1118064
-Node: PC Compiling1119916
-Ref: PC Compiling-Footnote-11122940
-Node: PC Testing1123049
-Node: PC Using1124229
-Node: Cygwin1128343
-Node: MSYS1129113
-Node: VMS Installation1129614
-Node: VMS Compilation1130405
-Ref: VMS Compilation-Footnote-11131634
-Node: VMS Dynamic Extensions1131692
-Node: VMS Installation Details1133377
-Node: VMS Running1135630
-Node: VMS GNV1139909
-Node: VMS Old Gawk1140644
-Node: Bugs1141115
-Node: Other Versions1145312
-Node: Installation summary1151896
-Node: Notes1152954
-Node: Compatibility Mode1153819
-Node: Additions1154601
-Node: Accessing The Source1155526
-Node: Adding Code1156961
-Node: New Ports1163180
-Node: Derived Files1167668
-Ref: Derived Files-Footnote-11173153
-Ref: Derived Files-Footnote-21173188
-Ref: Derived Files-Footnote-31173786
-Node: Future Extensions1173900
-Node: Implementation Limitations1174558
-Node: Extension Design1175741
-Node: Old Extension Problems1176895
-Ref: Old Extension Problems-Footnote-11178413
-Node: Extension New Mechanism Goals1178470
-Ref: Extension New Mechanism Goals-Footnote-11181834
-Node: Extension Other Design Decisions1182023
-Node: Extension Future Growth1184136
-Node: Old Extension Mechanism1184972
-Node: Notes summary1186735
-Node: Basic Concepts1187917
-Node: Basic High Level1188598
-Ref: figure-general-flow1188880
-Ref: figure-process-flow1189565
-Ref: Basic High Level-Footnote-11192866
-Node: Basic Data Typing1193051
-Node: Glossary1196379
-Node: Copying1228325
-Node: GNU Free Documentation License1265864
-Node: Index1290982
+Node: Extension API Variables1000614
+Node: Extension Versioning1001250
+Ref: gawk-api-version1001687
+Node: Extension API Informational Variables1003443
+Node: Extension API Boilerplate1004507
+Node: Finding Extensions1008321
+Node: Extension Example1008880
+Node: Internal File Description1009678
+Node: Internal File Ops1013758
+Ref: Internal File Ops-Footnote-11025520
+Node: Using Internal File Ops1025660
+Ref: Using Internal File Ops-Footnote-11028043
+Node: Extension Samples1028317
+Node: Extension Sample File Functions1029846
+Node: Extension Sample Fnmatch1037495
+Node: Extension Sample Fork1038982
+Node: Extension Sample Inplace1040200
+Node: Extension Sample Ord1043410
+Node: Extension Sample Readdir1044246
+Ref: table-readdir-file-types1045135
+Node: Extension Sample Revout1045940
+Node: Extension Sample Rev2way1046529
+Node: Extension Sample Read write array1047269
+Node: Extension Sample Readfile1049211
+Node: Extension Sample Time1050306
+Node: Extension Sample API Tests1051654
+Node: gawkextlib1052146
+Node: Extension summary1054570
+Node: Extension Exercises1058262
+Node: Language History1059759
+Node: V7/SVR3.11061415
+Node: SVR41063567
+Node: POSIX1065001
+Node: BTL1066380
+Node: POSIX/GNU1067109
+Node: Feature History1072630
+Node: Common Extensions1085959
+Node: Ranges and Locales1087242
+Ref: Ranges and Locales-Footnote-11091858
+Ref: Ranges and Locales-Footnote-21091885
+Ref: Ranges and Locales-Footnote-31092120
+Node: Contributors1092341
+Node: History summary1097910
+Node: Installation1099290
+Node: Gawk Distribution1100234
+Node: Getting1100718
+Node: Extracting1101679
+Node: Distribution contents1103317
+Node: Unix Installation1109068
+Node: Quick Installation1109684
+Node: Additional Configuration Options1112111
+Node: Configuration Philosophy1113915
+Node: Non-Unix Installation1116284
+Node: PC Installation1116742
+Node: PC Binary Installation1118062
+Node: PC Compiling1119914
+Ref: PC Compiling-Footnote-11122938
+Node: PC Testing1123047
+Node: PC Using1124227
+Node: Cygwin1128341
+Node: MSYS1129111
+Node: VMS Installation1129612
+Node: VMS Compilation1130403
+Ref: VMS Compilation-Footnote-11131632
+Node: VMS Dynamic Extensions1131690
+Node: VMS Installation Details1133375
+Node: VMS Running1135628
+Node: VMS GNV1139907
+Node: VMS Old Gawk1140642
+Node: Bugs1141113
+Node: Other Versions1145310
+Node: Installation summary1151894
+Node: Notes1152952
+Node: Compatibility Mode1153817
+Node: Additions1154599
+Node: Accessing The Source1155524
+Node: Adding Code1156959
+Node: New Ports1163178
+Node: Derived Files1167666
+Ref: Derived Files-Footnote-11173151
+Ref: Derived Files-Footnote-21173186
+Ref: Derived Files-Footnote-31173784
+Node: Future Extensions1173898
+Node: Implementation Limitations1174556
+Node: Extension Design1175739
+Node: Old Extension Problems1176893
+Ref: Old Extension Problems-Footnote-11178411
+Node: Extension New Mechanism Goals1178468
+Ref: Extension New Mechanism Goals-Footnote-11181832
+Node: Extension Other Design Decisions1182021
+Node: Extension Future Growth1184134
+Node: Old Extension Mechanism1184970
+Node: Notes summary1186733
+Node: Basic Concepts1187915
+Node: Basic High Level1188596
+Ref: figure-general-flow1188878
+Ref: figure-process-flow1189563
+Ref: Basic High Level-Footnote-11192864
+Node: Basic Data Typing1193049
+Node: Glossary1196377
+Node: Copying1228323
+Node: GNU Free Documentation License1265862
+Node: Index1290980
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5864346..407c8a3 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -33339,7 +33339,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 d704d90..1eddecb 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -32430,7 +32430,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();

-----------------------------------------------------------------------

Summary of changes:
 doc/ChangeLog   |    5 ++
 doc/gawk.info   |  208 +++++++++++++++++++++++++++----------------------------
 doc/gawk.texi   |    2 +-
 doc/gawktexi.in |    2 +-
 4 files changed, 111 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]