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-801


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-801-g87da302
Date: Mon, 25 Jan 2016 16:48:31 +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, gawk-4.1-stable has been updated
       via  87da302710201b28fe757cde0bf6ef8078aaaed5 (commit)
       via  4e052f031a357a909afa4c3d004c10906041a556 (commit)
       via  88847015d69587247007c082cbfad60322fe93f2 (commit)
      from  c5d67a98d825a7132540b4cf60ef1448f19ef772 (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=87da302710201b28fe757cde0bf6ef8078aaaed5

commit 87da302710201b28fe757cde0bf6ef8078aaaed5
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Jan 25 18:48:08 2016 +0200

    Add README_d/README.zLinux.

diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 25695ca..1896fbf 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-25         Arnold D. Robbins     <address@hidden>
+
+       * README.zLinux: New file.
+
 2015-05-19         Arnold D. Robbins     <address@hidden>
 
        * 4.1.3: Release tar ball made.
diff --git a/README_d/README.zLinux b/README_d/README.zLinux
new file mode 100644
index 0000000..2ff18ff
--- /dev/null
+++ b/README_d/README.zLinux
@@ -0,0 +1,16 @@
+Mon Jan 25 18:45:06 IST 2016
+============================
+
+For z/Linux (CentOS 4, at least), you must fix the optimization level
+before compiling:
+
+1. Run configure.
+2. Edit the top-level Makefile and extension/Makefile and change -O2 to -O1.
+3. Run `make && make' check as usual.
+
+If you don't change the optimization level, the testext test will fail.
+
+In any case, expect the fmtspcl test to fail.
+
+Arnold Robbins
address@hidden

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=4e052f031a357a909afa4c3d004c10906041a556

commit 4e052f031a357a909afa4c3d004c10906041a556
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Jan 25 18:44:50 2016 +0200

    Update NEWS file.

diff --git a/ChangeLog b/ChangeLog
index 1b8fbeb..07ffd0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-25         Arnold D. Robbins     <address@hidden>
+
+       * NEWS: Document VMS support updated.
+
 2016-01-24         Arnold D. Robbins     <address@hidden>
 
        Regex: treat [x] as x if x is a unibyte encoding error.
diff --git a/NEWS b/NEWS
index c47d3b2..3eba89f 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ Changes from 4.1.3 to 4.1.x
 
 5. AIX 7.1 should pass the test suite now.  Similar for Minix.
 
+6. VMS support has been updated.
+
 Changes from 4.1.2 to 4.1.3
 ---------------------------
 

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=88847015d69587247007c082cbfad60322fe93f2

commit 88847015d69587247007c082cbfad60322fe93f2
Author: Arnold D. Robbins <address@hidden>
Date:   Mon Jan 25 18:43:32 2016 +0200

    Minor formatting fixes in vms/ChangeLog.

diff --git a/vms/ChangeLog b/vms/ChangeLog
index 1201417..43f4278 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,13 +1,15 @@
 2016-01-24         John E. Malmberg      <address@hidden>
+
        * vmstest.com: updates
-         * ofmta - Skip on VAX as VAX floating runtime is different.
-         * beginfile1 - Handle NFS ODS-2 case encoded filenames.
-         * dumpvars - Fix test compare.
-         * gensub2 - Capture stderr output for compare.
-         * define_gawklocale - set LC_ALL "utf8-20".
+       (ofmta): Skip on VAX as VAX floating runtime is different.
+       (beginfile1): Handle NFS ODS-2 case encoded filenames.
+       (dumpvars): Fix test compare.
+       (gensub2): Capture stderr output for compare.
+       (define_gawklocale): set LC_ALL "utf8-20".
 
 2016-01-24         John E. Malmberg      <address@hidden>
-       * generate_config_vms_h_gawk.com: supress compiler message
+
+       * generate_config_vms_h_gawk.com: Supress compiler message
          about comparing an unsigned value to a negative number
          in w.missing_d/strftime.c.
        * descrip.mms: Temporary comment out the use of bison or yacc

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

Summary of changes:
 ChangeLog              |    4 ++++
 NEWS                   |    2 ++
 README_d/ChangeLog     |    4 ++++
 README_d/README.zLinux |   16 ++++++++++++++++
 vms/ChangeLog          |   14 ++++++++------
 5 files changed, 34 insertions(+), 6 deletions(-)
 create mode 100644 README_d/README.zLinux


hooks/post-receive
-- 
gawk



reply via email to

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