diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-04-28 19:30:52 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-04-28 19:30:52 +0200 |
commit | 11c996c675afa475d46834b2b09039097e25afb5 (patch) | |
tree | 8e720e41b15affe811b21d74bddba14c302612fa /README_d | |
parent | 74db9f3cb12c4c45487b8646473daad7d0df641f (diff) | |
parent | 1dd19986291bdd1129ac08eec40d963a65170422 (diff) | |
download | gawk-11c996c675afa475d46834b2b09039097e25afb5.tar.gz |
Merge remote-tracking branch 'origin/master' into cmake
Conflicts:
README_d/ChangeLog
Diffstat (limited to 'README_d')
-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, 5 insertions, 7 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 2ec0a7a6..07855bb5 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,6 +1,6 @@ -2013-02-06 Juergen Kahrs <jkahrs@users.sourceforge.net> +2013-04-16 Arnold D. Robbins <arnold@skeeve.com> - * Added README.cmake. + * README.hacking, README.mpfr, README.pc: Updated. 2012-12-24 Arnold D. Robbins <arnold@skeeve.com> 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. |