diff options
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.hacking | 2 | ||||
-rw-r--r-- | README_d/README.mpfr | 2 | ||||
-rw-r--r-- | README_d/README.pc | 4 |
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. |