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.2-stable, updated. gawk-4.1.0-287


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2877-g1dd7004
Date: Thu, 11 Jan 2018 14:57:13 -0500 (EST)

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.2-stable has been updated
       via  1dd70048aed615cde08f96709ca6a00ebb4ae6cd (commit)
       via  5816cab836fbab1fc6bba3a3f69e6ae98b13daf0 (commit)
      from  4f8254b5dd78162f7737801ec5fb380817ba548d (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=1dd70048aed615cde08f96709ca6a00ebb4ae6cd

commit 1dd70048aed615cde08f96709ca6a00ebb4ae6cd
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jan 11 21:54:26 2018 +0200

    Remove incorrect * on ext_id in extensions and in doc.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 2db4ea3..d9c6cdd 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-11         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Remove incorrect '*' on some declarations of
+       ext_id in sample extension code. Thanks to Panos Papadopoulos
+       <address@hidden> for the report.
+
 2018-01-08         Andrew J. Schorr     <address@hidden>
 
        * gawktexi.in (Checking for MPFR): Add warnings about exit's processing
diff --git a/doc/gawk.info b/doc/gawk.info
index 5f52e25..28b88da 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -26231,7 +26231,7 @@ Boilerplate::):
      #include "stack.h"
 
      static const gawk_api_t *api;    /* for convenience macros to work */
-     static awk_ext_id_t *ext_id;
+     static awk_ext_id_t ext_id;
      static awk_bool_t init_filefuncs(void);
      static awk_bool_t (*init_func)(void) = init_filefuncs;
      static const char *ext_version = "filefuncs extension: version 1.0";
@@ -36462,101 +36462,101 @@ Node: Finding Extensions1060050
 Node: Extension Example1060609
 Node: Internal File Description1061407
 Node: Internal File Ops1065487
-Ref: Internal File Ops-Footnote-11076838
-Node: Using Internal File Ops1076978
-Ref: Using Internal File Ops-Footnote-11079361
-Node: Extension Samples1079635
-Node: Extension Sample File Functions1081164
-Node: Extension Sample Fnmatch1088813
-Node: Extension Sample Fork1090300
-Node: Extension Sample Inplace1091518
-Node: Extension Sample Ord1094735
-Node: Extension Sample Readdir1095571
-Ref: table-readdir-file-types1096460
-Node: Extension Sample Revout1097265
-Node: Extension Sample Rev2way1097854
-Node: Extension Sample Read write array1098594
-Node: Extension Sample Readfile1100536
-Node: Extension Sample Time1101631
-Node: Extension Sample API Tests1102979
-Node: gawkextlib1103471
-Node: Extension summary1105927
-Node: Extension Exercises1109629
-Node: Language History1111127
-Node: V7/SVR3.11112783
-Node: SVR41114935
-Node: POSIX1116369
-Node: BTL1117749
-Node: POSIX/GNU1118478
-Node: Feature History1124256
-Node: Common Extensions1140115
-Node: Ranges and Locales1141398
-Ref: Ranges and Locales-Footnote-11146014
-Ref: Ranges and Locales-Footnote-21146041
-Ref: Ranges and Locales-Footnote-31146276
-Node: Contributors1146497
-Node: History summary1152442
-Node: Installation1153822
-Node: Gawk Distribution1154766
-Node: Getting1155250
-Node: Extracting1156213
-Node: Distribution contents1157851
-Node: Unix Installation1164331
-Node: Quick Installation1165013
-Node: Shell Startup Files1167427
-Node: Additional Configuration Options1168516
-Node: Configuration Philosophy1170809
-Node: Non-Unix Installation1173178
-Node: PC Installation1173638
-Node: PC Binary Installation1174476
-Node: PC Compiling1174911
-Node: PC Using1176028
-Node: Cygwin1179073
-Node: MSYS1179843
-Node: VMS Installation1180344
-Node: VMS Compilation1181135
-Ref: VMS Compilation-Footnote-11182364
-Node: VMS Dynamic Extensions1182422
-Node: VMS Installation Details1184107
-Node: VMS Running1186360
-Node: VMS GNV1190639
-Node: VMS Old Gawk1191374
-Node: Bugs1191845
-Node: Bug address1192508
-Node: Usenet1195300
-Node: Maintainers1196077
-Node: Other Versions1197338
-Node: Installation summary1204100
-Node: Notes1205302
-Node: Compatibility Mode1206167
-Node: Additions1206949
-Node: Accessing The Source1207874
-Node: Adding Code1209311
-Node: New Ports1215530
-Node: Derived Files1220018
-Ref: Derived Files-Footnote-11225664
-Ref: Derived Files-Footnote-21225699
-Ref: Derived Files-Footnote-31226297
-Node: Future Extensions1226411
-Node: Implementation Limitations1227069
-Node: Extension Design1228252
-Node: Old Extension Problems1229406
-Ref: Old Extension Problems-Footnote-11230924
-Node: Extension New Mechanism Goals1230981
-Ref: Extension New Mechanism Goals-Footnote-11234345
-Node: Extension Other Design Decisions1234534
-Node: Extension Future Growth1236647
-Node: Old Extension Mechanism1237483
-Node: Notes summary1239246
-Node: Basic Concepts1240428
-Node: Basic High Level1241109
-Ref: figure-general-flow1241391
-Ref: figure-process-flow1242076
-Ref: Basic High Level-Footnote-11245377
-Node: Basic Data Typing1245562
-Node: Glossary1248890
-Node: Copying1280728
-Node: GNU Free Documentation License1318267
-Node: Index1343385
+Ref: Internal File Ops-Footnote-11076837
+Node: Using Internal File Ops1076977
+Ref: Using Internal File Ops-Footnote-11079360
+Node: Extension Samples1079634
+Node: Extension Sample File Functions1081163
+Node: Extension Sample Fnmatch1088812
+Node: Extension Sample Fork1090299
+Node: Extension Sample Inplace1091517
+Node: Extension Sample Ord1094734
+Node: Extension Sample Readdir1095570
+Ref: table-readdir-file-types1096459
+Node: Extension Sample Revout1097264
+Node: Extension Sample Rev2way1097853
+Node: Extension Sample Read write array1098593
+Node: Extension Sample Readfile1100535
+Node: Extension Sample Time1101630
+Node: Extension Sample API Tests1102978
+Node: gawkextlib1103470
+Node: Extension summary1105926
+Node: Extension Exercises1109628
+Node: Language History1111126
+Node: V7/SVR3.11112782
+Node: SVR41114934
+Node: POSIX1116368
+Node: BTL1117748
+Node: POSIX/GNU1118477
+Node: Feature History1124255
+Node: Common Extensions1140114
+Node: Ranges and Locales1141397
+Ref: Ranges and Locales-Footnote-11146013
+Ref: Ranges and Locales-Footnote-21146040
+Ref: Ranges and Locales-Footnote-31146275
+Node: Contributors1146496
+Node: History summary1152441
+Node: Installation1153821
+Node: Gawk Distribution1154765
+Node: Getting1155249
+Node: Extracting1156212
+Node: Distribution contents1157850
+Node: Unix Installation1164330
+Node: Quick Installation1165012
+Node: Shell Startup Files1167426
+Node: Additional Configuration Options1168515
+Node: Configuration Philosophy1170808
+Node: Non-Unix Installation1173177
+Node: PC Installation1173637
+Node: PC Binary Installation1174475
+Node: PC Compiling1174910
+Node: PC Using1176027
+Node: Cygwin1179072
+Node: MSYS1179842
+Node: VMS Installation1180343
+Node: VMS Compilation1181134
+Ref: VMS Compilation-Footnote-11182363
+Node: VMS Dynamic Extensions1182421
+Node: VMS Installation Details1184106
+Node: VMS Running1186359
+Node: VMS GNV1190638
+Node: VMS Old Gawk1191373
+Node: Bugs1191844
+Node: Bug address1192507
+Node: Usenet1195299
+Node: Maintainers1196076
+Node: Other Versions1197337
+Node: Installation summary1204099
+Node: Notes1205301
+Node: Compatibility Mode1206166
+Node: Additions1206948
+Node: Accessing The Source1207873
+Node: Adding Code1209310
+Node: New Ports1215529
+Node: Derived Files1220017
+Ref: Derived Files-Footnote-11225663
+Ref: Derived Files-Footnote-21225698
+Ref: Derived Files-Footnote-31226296
+Node: Future Extensions1226410
+Node: Implementation Limitations1227068
+Node: Extension Design1228251
+Node: Old Extension Problems1229405
+Ref: Old Extension Problems-Footnote-11230923
+Node: Extension New Mechanism Goals1230980
+Ref: Extension New Mechanism Goals-Footnote-11234344
+Node: Extension Other Design Decisions1234533
+Node: Extension Future Growth1236646
+Node: Old Extension Mechanism1237482
+Node: Notes summary1239245
+Node: Basic Concepts1240427
+Node: Basic High Level1241108
+Ref: figure-general-flow1241390
+Ref: figure-process-flow1242075
+Ref: Basic High Level-Footnote-11245376
+Node: Basic Data Typing1245561
+Node: Glossary1248889
+Node: Copying1280727
+Node: GNU Free Documentation License1318266
+Node: Index1343384
 
 End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 5eb2099..843648f 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -35125,7 +35125,7 @@ in the symbol table:
 #include "gawkapi.h"
 
 static const gawk_api_t *api;   /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "testarray extension: version 1.0";
 
 int plugin_is_GPL_compatible;
@@ -35867,7 +35867,7 @@ to make use of the API macros and boilerplate code
 #include "stack.h"
 
 static const gawk_api_t *api;    /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static awk_bool_t init_filefuncs(void);
 static awk_bool_t (*init_func)(void) = init_filefuncs;
 static const char *ext_version = "filefuncs extension: version 1.0";
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 17100b6..551fcec 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -34099,7 +34099,7 @@ in the symbol table:
 #include "gawkapi.h"
 
 static const gawk_api_t *api;   /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "testarray extension: version 1.0";
 
 int plugin_is_GPL_compatible;
@@ -34841,7 +34841,7 @@ to make use of the API macros and boilerplate code
 #include "stack.h"
 
 static const gawk_api_t *api;    /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static awk_bool_t init_filefuncs(void);
 static awk_bool_t (*init_func)(void) = init_filefuncs;
 static const char *ext_version = "filefuncs extension: version 1.0";
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 06eedf3..02931fd 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,11 @@
+2018-01-11         Arnold D. Robbins     <address@hidden>
+
+       * filefuncs.c, fnmatch.c, fork.c, inplace.c, intdiv.c, ordchr.c,
+       readdir.c, readdir_test.c, readfile.c, revoutput.c, revtwoway.c,
+       rwarray.c, rwarray0.c, testext.c, time.c: Remove incorrect '*'
+       on declarations of ext_id in sample extension code. Thanks to
+       Panos Papadopoulos <address@hidden> for the report.
+
 2017-12-29         Arnold D. Robbins     <address@hidden>
 
        * configure.ac (fmod): Put AC_SEARCH_LIBS before the call
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 6401640..99b5eda 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -144,7 +144,7 @@ get_inode(const char *fname)
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static awk_bool_t init_filefuncs(void);
 static awk_bool_t (*init_func)(void) = init_filefuncs;
 static const char *ext_version = "filefuncs extension: version 1.0";
diff --git a/extension/fnmatch.c b/extension/fnmatch.c
index 5119bfd..9e39e43 100644
--- a/extension/fnmatch.c
+++ b/extension/fnmatch.c
@@ -90,7 +90,7 @@
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "fnmatch extension: version 1.0";
 
 static awk_bool_t init_fnmatch(void);
diff --git a/extension/fork.c b/extension/fork.c
index 823506d..9ff758d 100644
--- a/extension/fork.c
+++ b/extension/fork.c
@@ -48,7 +48,7 @@
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "fork extension: version 1.0";
 static awk_bool_t (*init_func)(void) = NULL;
 
diff --git a/extension/inplace.c b/extension/inplace.c
index f89017b..daed065 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -70,7 +70,7 @@ mkstemp (char *template)
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "inplace extension: version 1.0";
 
 int plugin_is_GPL_compatible;
diff --git a/extension/intdiv.c b/extension/intdiv.c
index fb98f15..529ea36 100644
--- a/extension/intdiv.c
+++ b/extension/intdiv.c
@@ -28,7 +28,7 @@
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "intdiv extension: version 1.0";
 static awk_bool_t (*init_func)(void) = NULL;
 
diff --git a/extension/ordchr.c b/extension/ordchr.c
index c7451f6..f0e9056 100644
--- a/extension/ordchr.c
+++ b/extension/ordchr.c
@@ -49,7 +49,7 @@
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "ordchr extension: version 1.0";
 static awk_bool_t (*init_func)(void) = NULL;
 
diff --git a/extension/readdir.c b/extension/readdir.c
index 2e34456..c4aa7b0 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -72,7 +72,7 @@
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "readdir extension: version 1.0";
 
 static awk_bool_t init_readdir(void);
diff --git a/extension/readdir_test.c b/extension/readdir_test.c
index 6d6ee13..a9faa54 100644
--- a/extension/readdir_test.c
+++ b/extension/readdir_test.c
@@ -72,7 +72,7 @@
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "readdir extension: version 2.0";
 
 static awk_bool_t init_readdir(void);
diff --git a/extension/readfile.c b/extension/readfile.c
index b600f27..99a12b4 100644
--- a/extension/readfile.c
+++ b/extension/readfile.c
@@ -61,7 +61,7 @@
 #endif
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "readfile extension: version 2.0";
 static awk_bool_t init_readfile();
 static awk_bool_t (*init_func)(void) = init_readfile;
diff --git a/extension/revoutput.c b/extension/revoutput.c
index 5862ed6..20f886e 100644
--- a/extension/revoutput.c
+++ b/extension/revoutput.c
@@ -46,7 +46,7 @@
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "revoutput extension: version 1.1";
 
 static awk_bool_t init_revoutput(void);
diff --git a/extension/revtwoway.c b/extension/revtwoway.c
index 84989bf..5d4fb0f 100644
--- a/extension/revtwoway.c
+++ b/extension/revtwoway.c
@@ -48,7 +48,7 @@
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "revtwoway extension: version 1.0";
 
 static awk_bool_t init_revtwoway(void);
diff --git a/extension/rwarray.c b/extension/rwarray.c
index 997b6b2..7ae1870 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -60,7 +60,7 @@
 #define MINOR 1
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "rwarray extension: version 1.2";
 static awk_bool_t (*init_func)(void) = NULL;
 
diff --git a/extension/rwarray0.c b/extension/rwarray0.c
index 79dee79..f535a6a 100644
--- a/extension/rwarray0.c
+++ b/extension/rwarray0.c
@@ -54,7 +54,7 @@
 #define MINOR 0
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "rwarray0 extension: version 1.0";
 static awk_bool_t (*init_func)(void) = NULL;
 
diff --git a/extension/testext.c b/extension/testext.c
index c1a03f5..3815dbf 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -42,7 +42,7 @@
 #include "gawkapi.h"
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "testext extension: version 1.0";
 
 int plugin_is_GPL_compatible;
diff --git a/extension/time.c b/extension/time.c
index 01be778..7451b25 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -79,7 +79,7 @@ vms_fake_nanosleep(struct timespec *rqdly, struct timespec 
*rmdly)
 #define N_(msgid) msgid
 
 static const gawk_api_t *api;  /* for convenience macros to work */
-static awk_ext_id_t *ext_id;
+static awk_ext_id_t ext_id;
 static const char *ext_version = "time extension: version 1.0";
 static awk_bool_t (*init_func)(void) = NULL;
 

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=5816cab836fbab1fc6bba3a3f69e6ae98b13daf0

commit 5816cab836fbab1fc6bba3a3f69e6ae98b13daf0
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jan 11 21:46:20 2018 +0200

    Fix UTF-8 issue in pc/ChangeLog.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index e4b6c02..15a3e38 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -255,7 +255,7 @@
        * gawkmisc.pc (usleep): Condition on MinGW runtime version older
        than 3.21, which defines 'usleep' as an inline function in
        unistd.h, and thus causes compilation errors due to conflicting
-       definitions.  Reported by Ivan Suchý <address@hidden>.
+       definitions.  Reported by Ivan Suchý <address@hidden>.
 
        * Makefile (mingw32, mingw32-readline, mingw32-mpfr)
        (mingw32-readline-mpfr): Use -Wno-deprecated-declarations, to

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

Summary of changes:
 doc/ChangeLog            |   6 ++
 doc/gawk.info            | 194 +++++++++++++++++++++++------------------------
 doc/gawk.texi            |   4 +-
 doc/gawktexi.in          |   4 +-
 extension/ChangeLog      |   8 ++
 extension/filefuncs.c    |   2 +-
 extension/fnmatch.c      |   2 +-
 extension/fork.c         |   2 +-
 extension/inplace.c      |   2 +-
 extension/intdiv.c       |   2 +-
 extension/ordchr.c       |   2 +-
 extension/readdir.c      |   2 +-
 extension/readdir_test.c |   2 +-
 extension/readfile.c     |   2 +-
 extension/revoutput.c    |   2 +-
 extension/revtwoway.c    |   2 +-
 extension/rwarray.c      |   2 +-
 extension/rwarray0.c     |   2 +-
 extension/testext.c      |   2 +-
 extension/time.c         |   2 +-
 pc/ChangeLog             |   2 +-
 21 files changed, 131 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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