diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-04 20:17:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-04 20:17:18 +0200 |
commit | eba66f4cd899ccbefa242420fd157d30202b2fa9 (patch) | |
tree | 8c01379a7ae8a23124b3040b834eb171d48db125 | |
parent | 2452bd6529009b40fe0a628e797855cfd115ae3d (diff) | |
download | egawk-eba66f4cd899ccbefa242420fd157d30202b2fa9.tar.gz egawk-eba66f4cd899ccbefa242420fd157d30202b2fa9.tar.bz2 egawk-eba66f4cd899ccbefa242420fd157d30202b2fa9.zip |
Update README.macosx.
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.macosx | 19 |
2 files changed, 4 insertions, 19 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 4cc3f727..36ae2afa 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2018-02-04 Arnold D. Robbins <arnold@skeeve.com> + + * README.macosx: Updated. + 2018-01-25 Arnold D. Robbins <arnold@skeeve.com> * README.macosx: Updated. diff --git a/README_d/README.macosx b/README_d/README.macosx index cdeceecc..11f10cb6 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -14,25 +14,6 @@ that works on that platform don't get along, and I could not solve the problem. So I simply disabled the MPFR check in configure.ac on that platform. -Wed Aug 24 21:54:13 IDT 2016 -============================ - -From: Pat Rankin <r.pat.rankin@gmail.com> -Date: Tue, 23 Aug 2016 18:37:26 -0700 -Subject: Re: [gawk-devel] one last prerelease tarball -To: Aharon Robbins <arnold@skeeve.com> - -> http://www.skeeve.com/gawk/gawk-4.1.3j.tar.gz - - On OSX 10.11.6, I still get warnings that left-shifting a negative value -is undefined when handling TYPE_MINIMUM(time_t) in builtin.c. time_t -is a signed 64-bit integer. 'TYPE_MINIMUM(char)' triggers warnings too, -so the size isn't an issue, just the signedness. - - Despite the warnings, the build finishes successfully and the test suite -passes without any failures now that igncas3 is skipped by 'make check'. -I don't have MPFR so those tests aren't being run. - Mon Apr 13 09:49:40 IDT 2015 ============================ |