diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README_d/ChangeLog | 5 | ||||
-rw-r--r-- | README_d/README.mpfr | 18 |
3 files changed, 21 insertions, 3 deletions
@@ -3,6 +3,7 @@ Fix corruption when $0 is reassigned while other NODEs have open references to $n. Thanks to Eric Pruitt <eric.pruitt@gmail.com> 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 0bc75144..534f409b 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,8 @@ +2017-11-15 Arnold D. Robbins <arnold@skeeve.com> + + * README.mpfr: Make separate sections for different ports and + update some of the info. + 2017-11-13 Juan Manuel Guerrero <juan.guerrero@gmx.de> * README.mpfr: Add info that DJGPP port compiles with MPFR support. diff --git a/README_d/README.mpfr b/README_d/README.mpfr index ea787b6b..e16828d0 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 |