[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. 9eb3ed0c70149895f69cd04
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. 9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1 |
Date: |
Tue, 16 Apr 2013 10:04:29 +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 9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1 (commit)
from 4122d7e4464e65a4626ff638ba9c77241cf66de3 (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=9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1
commit 9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1
Author: Arnold D. Robbins <address@hidden>
Date: Tue Apr 16 13:04:01 2013 +0300
Update various README_d/* files.
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index a9463d4..07855bb 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-16 Arnold D. Robbins <address@hidden>
+
+ * README.hacking, README.mpfr, README.pc: Updated.
+
2012-12-24 Arnold D. Robbins <address@hidden>
* 4.0.2: Release tar ball made.
diff --git a/README_d/README.hacking b/README_d/README.hacking
index dcb5735..d179488 100644
--- a/README_d/README.hacking
+++ b/README_d/README.hacking
@@ -7,5 +7,3 @@
get_number_uj(n) uintmax_t
* Use iszero(n) to test if a numeric NODE is zero.
-
-
\ No newline at end of file
diff --git a/README_d/README.mpfr b/README_d/README.mpfr
index b12c19b..892a22a 100644
--- a/README_d/README.mpfr
+++ b/README_d/README.mpfr
@@ -22,4 +22,4 @@ to avoid possible incompatibilities.
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.3
+GNU MPFR 3.1.0, GNU MP 5.0.2, 5.0.3
diff --git a/README_d/README.pc b/README_d/README.pc
index f8addb0..d989e5c 100644
--- a/README_d/README.pc
+++ b/README_d/README.pc
@@ -10,8 +10,8 @@ DOS, and Windows32 with rsxnt), and Jan-Jaap van der Heijden
and Mumit Khan
to compile and run gawk under Windows. For Cygwin, building and
installation is the same as under Unix:
- tar -xvpzf gawk-4.0.x.tar.gz
- cd gawk-4.0.x
+ tar -xvpzf gawk-4.1.x.tar.gz
+ cd gawk-4.1.x
./configure && make
The `configure' step takes a long time, but works otherwise.
-----------------------------------------------------------------------
Summary of changes:
README_d/ChangeLog | 4 ++++
README_d/README.hacking | 2 --
README_d/README.mpfr | 2 +-
README_d/README.pc | 4 ++--
4 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. 9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1,
Arnold Robbins <=