gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1366-gf586cd


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1366-gf586cd4
Date: Wed, 29 Apr 2015 06:59:19 +0000

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, master has been updated
       via  f586cd49506935eb48a6afeaff6988087f947ed1 (commit)
       via  ff9ab7fc13c4fb96477fa07d681bad2c24b78ade (commit)
       via  6399f5d208e8952f58e94502ab827cdae10b3787 (commit)
      from  b4ef28f58688cf3c3a5878c595b6582144ee2cf1 (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=f586cd49506935eb48a6afeaff6988087f947ed1

commit f586cd49506935eb48a6afeaff6988087f947ed1
Merge: b4ef28f ff9ab7f
Author: Arnold D. Robbins <address@hidden>
Date:   Wed Apr 29 09:58:45 2015 +0300

    Merge branch 'gawk-4.1-stable'

diff --cc doc/ChangeLog
index c436758,a5c546e..f38b795
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.1.2: Release tar ball made.
+ 
 +2015-04-16         Arnold D. Robbins     <address@hidden>
 +
 +      * gawktexi.in (Undocumented): More info added.
 +
  2015-04-08         Arnold D. Robbins     <address@hidden>
  
        * gawktexi.in: Update feature history section.
diff --cc extension/ChangeLog
index 9df8ae0,dddf1df..2f299b9
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.1.2: Release tar ball made.
+ 
 +2015-04-16         Arnold D. Robbins     <address@hidden>
 +
 +      * configure.ac: Updated by autoupdate.
 +
  2015-04-08         Arnold D. Robbins     <address@hidden>
  
        * Makefile.am, filefuncs.c, inplace.3am, inplace.c:
diff --cc helpers/ChangeLog
index 5a3f2fe,318675f..ba49ecb
--- a/helpers/ChangeLog
+++ b/helpers/ChangeLog
@@@ -1,11 -1,11 +1,20 @@@
++<<<<<<< HEAD
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * gende.c, genbin.awk: New files.
+ 
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.1.2: Release tar ball made.
+ 
 +2015-04-09         Andrew J. Schorr     <address@hidden>
 +
 +      * testdfa.c (setup_pattern): Rationalize buffer size computations.
 +
 +2014-12-18         Arnold D. Robbins     <address@hidden>
 +
 +      * testdfa.c (setup_pattern): Do not waste a byte at the end of a string.
 +
  2014-09-04         Arnold D. Robbins     <address@hidden>
  
        * chlistref.awk: New file. Finds @ref{} to non-chapters.
diff --cc m4/ChangeLog
index fa7e162,de7b8cd..0209b70
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@@ -1,7 -1,7 +1,11 @@@
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.1.2: Release tar ball made.
+ 
 +2015-04-16         Arnold D. Robbins     <address@hidden>
 +
 +      * isc-posix.m4: Removed. No longer needed.
 +
  2015-01-24  gettextize  <address@hidden>
  
        * iconv.m4: Upgrade to gettext-0.19.4.
diff --cc missing_d/ChangeLog
index 89dbdb4,3668734..14efbe5
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@@ -1,9 -1,7 +1,13 @@@
+ 2015-04-29         Arnold D. Robbins     <address@hidden>
+ 
+       * 4.1.2: Release tar ball made.
+ 
 +2015-02-27         Arnold D. Robbins     <address@hidden>
 +
 +      * getaddrinfo.h (gai_strerror): Add declaration.
 +      * getaddrinfo.c (gai_strerror): New function.
 +      (getaddrinfo): Return errno values instead of just -1.
 +
  2014-04-08         Arnold D. Robbins     <address@hidden>
  
        * 4.1.1: Release tar ball made.
diff --cc old-extension/ChangeLog
index dad5c79,34da558..3c91b7c
--- a/old-extension/ChangeLog
+++ b/old-extension/ChangeLog
@@@ -1,15 -1,6 +1,15 @@@
 +2015-04-09         Andrew J. Schorr     <address@hidden>
 +
 +      * bindarr.c (do_bind_array): Undo Arnold's change of 2014-12-18.
 +
 +2014-12-18         Arnold D. Robbins     <address@hidden>
 +
 +      * bindarr.c (do_bind_array): Do not waste a byte at the end of a string.
 +      * fileop.c (do_fread): Ditto.
 +
  2014-01-07         Arnold D. Robbins     <address@hidden>
  
-       * dbarray.awk: Use full name for lib to load in extenstion() call.
+       * dbarray.awk: Use full name for lib to load in extension() call.
        * record.awk: Ditto.
        * testsparr.awk: Ditto.
        * spec_array.c [SUPER]: Fix so that it will compile.

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

Summary of changes:
 ChangeLog                     |    4 +
 NEWS                          |    6 +-
 README_d/ChangeLog            |    4 +
 awklib/ChangeLog              |    4 +
 doc/ChangeLog                 |    4 +
 extension/ChangeLog           |    4 +
 extension/build-aux/ChangeLog |    4 +
 extension/m4/ChangeLog        |    4 +
 helpers/ChangeLog             |    9 +
 helpers/genbin.awk            |    5 +
 helpers/gendec.c              |   18 +
 m4/ChangeLog                  |    4 +
 missing_d/ChangeLog           |    4 +
 old-extension/ChangeLog       |    2 +-
 pc/ChangeLog                  |    4 +
 po/ChangeLog                  |    4 +
 po/ca.gmo                     |  Bin 82049 -> 82049 bytes
 po/ca.po                      |  493 +++++++++++++++--------------
 po/da.gmo                     |  Bin 41373 -> 45601 bytes
 po/da.po                      |  532 ++++++++++++++----------------
 po/de.gmo                     |  Bin 83971 -> 86359 bytes
 po/de.po                      |  716 +++++++++++++++++++++++++++--------------
 po/es.gmo                     |  Bin 43722 -> 43722 bytes
 po/es.po                      |  493 +++++++++++++++--------------
 po/fi.gmo                     |  Bin 83703 -> 85865 bytes
 po/fi.po                      |  617 ++++++++++++++++++++++-------------
 po/fr.gmo                     |  Bin 84606 -> 86892 bytes
 po/fr.po                      |  624 +++++++++++++++++++++++-------------
 po/gawk.pot                   |  230 +++++++-------
 po/it.gmo                     |  Bin 81863 -> 82296 bytes
 po/it.po                      |  494 +++++++++++++++--------------
 po/ja.gmo                     |  Bin 51602 -> 51602 bytes
 po/ja.po                      |  492 +++++++++++++++--------------
 po/ms.gmo                     |  Bin 1183 -> 1183 bytes
 po/ms.po                      |  491 +++++++++++++++--------------
 po/nl.gmo                     |  Bin 80070 -> 82198 bytes
 po/nl.po                      |  555 ++++++++++++++++++++------------
 po/pl.gmo                     |  Bin 70252 -> 70252 bytes
 po/pl.po                      |  492 +++++++++++++++--------------
 po/sv.gmo                     |  Bin 79966 -> 82224 bytes
 po/sv.po                      |  493 +++++++++++++++++-----------
 po/vi.gmo                     |  Bin 91989 -> 94364 bytes
 po/vi.po                      |  581 +++++++++++++++++++++------------
 posix/ChangeLog               |    4 +
 test/ChangeLog                |    4 +
 vms/ChangeLog                 |    6 +-
 vms/vax/ChangeLog             |    4 +
 47 files changed, 4270 insertions(+), 3135 deletions(-)
 create mode 100644 helpers/genbin.awk
 create mode 100644 helpers/gendec.c


hooks/post-receive
-- 
gawk



reply via email to

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