gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-74


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-746-g35ba3f0
Date: Fri, 04 Sep 2015 11:34:55 +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, feature/zOS-try2 has been updated
       via  35ba3f02a20d8592d16fb702fae3940d6e12dbfe (commit)
       via  26ab51cc70109abd04ac04ff75bb58abb2eb957f (commit)
      from  d8ed23b4604a9366f9d532d614ab74943fb1748d (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=35ba3f02a20d8592d16fb702fae3940d6e12dbfe

commit 35ba3f02a20d8592d16fb702fae3940d6e12dbfe
Merge: d8ed23b 26ab51c
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Sep 4 14:34:46 2015 +0300

    Merge branch 'gawk-4.1-stable' into feature/zOS-try2

diff --cc ChangeLog
index b000aac,209c07f..6651049
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,38 -1,8 +1,43 @@@
+ 2015-09-04         Arnold D. Robbins     <address@hidden>
+ 
+       * profile.c (pp_num): Use format_val to print integral values
+       as integers. Thanks to Hermann Peifer for the report.
+ 
 +2015-08-28    Daniel Richard G.       <address@hidden>
 +
 +      * Makefile.am, configure.ac: Use an Automake conditional to
 +      enable/disable the "extensions" subdirectory instead of
 +      producing a stub Makefile therein from the configure script.
 +      * awk.h, custom.h, regex_internal.h: Removed z/OS-specific code
 +      that is no longer needed due to improvements in Gawk's general
 +      Autotools support.
 +      * awk.h: Allow <strings.h> to be #included together with
 +      <string.h> as this is required on some systems (z/OS).
 +      * io.c, configure.ac: <sys/select.h> is needed for select()
 +      and related bits on z/OS.
 +      * awk.h: Handle the redefinition of EXIT_FAILURE on z/OS in a
 +      more elegant/general way.
 +      * awkgram.y, command.y, configure.ac, eval.c,
 +      helpers/testdfa.c: Define and use the USE_EBCDIC cpp symbol
 +      instead of checking the value of 'a' whenever we want to know
 +      if we're on an EBCDIC system. Also, don't assume that z/OS
 +      necessarily means EBCDIC, as the compiler does have an ASCII
 +      mode (-qascii).
 +      * awkgram.y, command.y, configure.ac: On EBCDIC systems,
 +      convert singleton EBCDIC characters in the input stream to
 +      ASCII on the fly so that the generated awkgram.c/command.c in
 +      the distributed sources can be used, i.e. we don't have to
 +      require the user to build Bison and re-generate those files
 +      themselves. This implementation uses a z/OS-specific function
 +      (__etoa_l()) to do the conversion, but support for other
 +      systems can be added in the future as necessary.
 +      * io.c: No need to protect this block of "#if
 +      defined(HAVE_TERMIOS_H)" code from z/OS; it works just fine
 +      there.
 +      * configure.ac: Check for the "struct passwd.pw_passwd" and
 +      "struct group.gr_passwd" fields and conditionalize their use,
 +      as they don't exist on z/OS.  Needed for doc/gawktexi.in.
 +
  2015-08-25         Arnold D. Robbins     <address@hidden>
  
        * node.c (str2wstr): Upon finding an invalid character, if
diff --cc test/ChangeLog
index ba2856b,2de6750..9d31f04
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,11 -1,7 +1,15 @@@
+ 2015-09-04         Arnold D. Robbins     <address@hidden>
+ 
+       * profile.ok: Updated after code change.
+ 
 +2015-08-28    Daniel Richard G.       <address@hidden>
 +
 +      * Makefile.am: Generate the Maketests file without
 +      reference to its directory, because putting it directly into
 +      srcdir can be problematic (e.g. srcdir could be read-only).
 +      (clean-local): Renamed from "clean", as Automake already defines
 +      "clean" and warns us as much.
 +
  2015-08-25         Arnold D. Robbins     <address@hidden>
  
        * mbstr1.ok: Updated after code change.

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

Summary of changes:
 ChangeLog        |    5 +++++
 profile.c        |   16 +++++++++++++---
 test/ChangeLog   |    4 ++++
 test/profile5.ok |    2 +-
 4 files changed, 23 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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