[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-283
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2836-gb4b1162 |
Date: |
Wed, 15 Nov 2017 15:01:44 -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 b4b1162e427f634567e09bda421f947c3c8db9ce (commit)
from 064d78b562c9670751c48673c6d1d171aff51a42 (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=b4b1162e427f634567e09bda421f947c3c8db9ce
commit b4b1162e427f634567e09bda421f947c3c8db9ce
Author: Arnold D. Robbins <address@hidden>
Date: Wed Nov 15 22:01:23 2017 +0200
Small fix in ChangeLog. Update README.mpfr.
diff --git a/ChangeLog b/ChangeLog
index 27adc35..ae0630a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
Fix corruption when $0 is reassigned while other NODEs have open
references to $n. Thanks to Eric Pruitt <address@hidden> for
the bug report.
+
* field.c (purge_record): For each $n field variable, if valref > 1
and it has not already been malloced, make a copy of the string, since
$0 is about to be reset.
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 0bc7514..534f409 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-15 Arnold D. Robbins <address@hidden>
+
+ * README.mpfr: Make separate sections for different ports and
+ update some of the info.
+
2017-11-13 Juan Manuel Guerrero <address@hidden>
* README.mpfr: Add info that DJGPP port compiles with MPFR support.
diff --git a/README_d/README.mpfr b/README_d/README.mpfr
index ea787b6..e16828d 100644
--- a/README_d/README.mpfr
+++ b/README_d/README.mpfr
@@ -1,3 +1,5 @@
+-------------------------- DJGPP -----------------------------------
+
2017-11-13
==========
The DJGPP port of Gawk has been compiled and tested using the
@@ -14,7 +16,7 @@ from DJ Delorie's ftp server and mirrors:
No previous versions of these libraries are supported.
Newer versions should work.
-----
+------------------------- Mac OS X on PPC -------------------------------
Sat Mar 17 07:32:01 CDT 2012
=============================
@@ -22,7 +24,15 @@ Sat Mar 17 07:32:01 CDT 2012
The MPFR and GMP versions known to work for Mac OS X on PPC:
GNU MPFR 3.1.0, GNU MP 4.3.1
-----
+Wed Nov 15 21:57:29 IST 2017
+============================
+
+As of gawk 4.2, MPFR is no longer supported on Mac OS X on PPC.
+Gawk switched to C99, and the last PPC version doesn't play well
+with C99.
+
+------------------------ Windows MinGW ----------------------------
+
Precompiled binaries for GMP and MPFR in Windows may be available
from here:
@@ -36,8 +46,10 @@ or here:
You should try to use libraries downloaded from the same site
to avoid possible incompatibilities.
-----
+------------------------- GNU/Linux --------------------------------
+
Gawk has been compiled and tested using the following combinations
of MPFR and GMP versions on GNU/Linux:
GNU MPFR 2.4.2, GNU MP 4.3.2
GNU MPFR 3.1.0, GNU MP 5.0.2, 5.0.3
+GNU MPFR 3.1.4, GNU MP 6.1.0
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 1 +
README_d/ChangeLog | 5 +++++
README_d/README.mpfr | 18 +++++++++++++++---
3 files changed, 21 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2836-gb4b1162,
Arnold Robbins <=