gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-parser, updated. gawk-4.1.0-2487-g0d3bc6f
Date: Fri, 7 Apr 2017 02:18:36 -0400 (EDT)

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, feature/api-parser has been updated
       via  0d3bc6ff432fe62a6e46c543311d86c2781915c2 (commit)
       via  947dfae8571472b6e78aecad8da024f1f65e5bf5 (commit)
       via  0cd7d9c122b3893a92ba6c26d04911520d7f8e68 (commit)
       via  6de370d832e5145ed6a4cb05099f51192773a4b1 (commit)
       via  4271b995d64430e794e344f0c4985162eb991052 (commit)
      from  d37b923318f69d240aa42112426eca58e460086a (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=0d3bc6ff432fe62a6e46c543311d86c2781915c2

commit 0d3bc6ff432fe62a6e46c543311d86c2781915c2
Merge: 0cd7d9c 947dfae
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Apr 7 09:17:14 2017 +0300

    Merge branch 'master' into feature/api-parser

diff --cc doc/ChangeLog
index 8c7876f,0a04a64..6e5d1a7
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -5,16 -5,10 +5,20 @@@
        * wordlist2: New file.
        * Makefile.am: Revised for new document. Copyright years updated.
  
+       * gawkworkflow.texi: Fix some spelling errors. :-(
+       * wordlist2: Updated.
+       * Makefile.am: Fix spell checking. :-(
+ 
 +2017-03-22         Andrew J. Schorr     <address@hidden>
 +
 +      * gawk.1: Document new PROCINFO["FS"] value "API".
 +
 +2017-03-22         Andrew J. Schorr     <address@hidden>
 +
 +      * awkcard.in: Document FIELDWIDTHS enhancement to support an optional
 +      field skip prefix.
 +      * gawk.1: Ditto.
 +
  2017-03-17         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in: Improve the discussion of quoting on

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0cd7d9c122b3893a92ba6c26d04911520d7f8e68

commit 0cd7d9c122b3893a92ba6c26d04911520d7f8e68
Merge: d37b923 6de370d
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Apr 7 09:11:05 2017 +0300

    Merge branch 'master' into feature/api-parser

diff --cc doc/ChangeLog
index 0fe85e4,dd3e1c9..8c7876f
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,13 -1,10 +1,20 @@@
+ 2017-04-07         Arnold D. Robbins     <address@hidden>
+ 
+       * using-git.texi: Removed.
+       * gawkworkflow.texi: Added. New file.
+       * wordlist2: New file.
+       * Makefile.am: Revised for new document. Copyright years updated.
+ 
 +2017-03-22         Andrew J. Schorr     <address@hidden>
 +
 +      * gawk.1: Document new PROCINFO["FS"] value "API".
 +
 +2017-03-22         Andrew J. Schorr     <address@hidden>
 +
 +      * awkcard.in: Document FIELDWIDTHS enhancement to support an optional
 +      field skip prefix.
 +      * gawk.1: Ditto.
 +
  2017-03-17         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in: Improve the discussion of quoting on
diff --cc extension/ChangeLog
index a3a50cd,9ea2ea9..d10dc76
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@@ -1,34 -1,9 +1,40 @@@
+ 2017-04-03         Arnold D. Robbins     <address@hidden>
+ 
+       * inplace.c (inplace_end): Correct the function name in the
+       wrong argument count error message. Thanks to Dan Neilsen
+       for the report.
+ 
 +2017-03-27         Arnold D. Robbins     <address@hidden>
 +
 +      * readdir.c: Minor edits.
 +      * readdir_test.c: Same minor edits, update copyright year,
 +      bump version of extension in case this ever becomes the real one.
 +
 +2017-03-23         Arnold D. Robbins     <address@hidden>
 +
 +      * readdir.c (dir_get_record): Add additional parameter to make types
 +      match and remove compiler warning.
 +      * readfile.c (readfile_get_record): Ditto.
 +      * revtwoway.c (rev2way_get_record): Ditto.
 +
 +2017-03-21         Andrew J. Schorr     <address@hidden>
 +
 +      * readdir_test.c (open_directory_t): Replace field_width array
 +      with new awk_fieldwidth_info_t structure. Wrap it in a union so
 +      we can allocate the proper size.
 +      (dir_get_record): Update field_width type from
 +      'const awk_input_field_info_t **' to 'const awk_fieldwidth_info_t **'.
 +      Update new fieldwidth parsing info appropriately.
 +      (dir_take_control_of): Populate new fieldwidth parsing structure
 +      with initial values.
 +
 +2017-03-09         Andrew J. Schorr     <address@hidden>
 +
 +      * readdir_test.c (open_directory_t): Update field_width type from an
 +      array of integers to an array of awk_input_field_info_t.
 +      (dir_get_record): Ditto.
 +      (dir_take_control_of): Ditto.
 +
  2017-03-07         Andrew J. Schorr     <address@hidden>
  
        * Makefile.am (pkgextension_LTLIBRARIES): Remove testext.la, since it

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

Summary of changes:
 doc/ChangeLog         |   11 +
 doc/Makefile.am       |   22 +-
 doc/Makefile.in       |   54 +-
 doc/gawkworkflow.info | 1980 +++++++++++++++++++++++++++++++++++++++++++++
 doc/gawkworkflow.texi | 2158 +++++++++++++++++++++++++++++++++++++++++++++++++
 doc/using-git.texi    | 1179 ---------------------------
 doc/wordlist2         |  178 ++++
 extension/ChangeLog   |    6 +
 extension/inplace.c   |    2 +-
 9 files changed, 4380 insertions(+), 1210 deletions(-)
 create mode 100644 doc/gawkworkflow.info
 create mode 100755 doc/gawkworkflow.texi
 delete mode 100644 doc/using-git.texi
 create mode 100644 doc/wordlist2


hooks/post-receive
-- 
gawk



reply via email to

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