aboutsummaryrefslogtreecommitdiffstats
path: root/README_d
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-16 13:04:01 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-16 13:04:01 +0300
commit9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1 (patch)
tree5357c3d065f1cffc4a691a5307dcc3d51c85cf16 /README_d
parent4122d7e4464e65a4626ff638ba9c77241cf66de3 (diff)
downloadegawk-9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1.tar.gz
egawk-9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1.tar.bz2
egawk-9eb3ed0c70149895f69cd04d6c0880b4d20a0ba1.zip
Update various README_d/* files.
Diffstat (limited to 'README_d')
-rw-r--r--README_d/ChangeLog4
-rw-r--r--README_d/README.hacking2
-rw-r--r--README_d/README.mpfr2
-rw-r--r--README_d/README.pc4
4 files changed, 7 insertions, 5 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index a9463d4f..07855bb5 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-16 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README.hacking, README.mpfr, README.pc: Updated.
+
2012-12-24 Arnold D. Robbins <arnold@skeeve.com>
* 4.0.2: Release tar ball made.
diff --git a/README_d/README.hacking b/README_d/README.hacking
index dcb57359..d179488c 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 b12c19b6..892a22a1 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 f8addb09..d989e5ca 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.