diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-24 22:31:35 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-24 22:31:35 +0300 |
commit | 49a4b0bc8f15cd8e574c1a5f0ca9301defbb8b35 (patch) | |
tree | 1ffda77c88806795a497ea659b348afe8bde1ad8 | |
parent | 1286aa4eae48d85f2aeda35eb057081b982f8533 (diff) | |
parent | 97087b720c27bbdd50ca8b735f7af83edfbe16e1 (diff) | |
download | egawk-49a4b0bc8f15cd8e574c1a5f0ca9301defbb8b35.tar.gz egawk-49a4b0bc8f15cd8e574c1a5f0ca9301defbb8b35.tar.bz2 egawk-49a4b0bc8f15cd8e574c1a5f0ca9301defbb8b35.zip |
Merge branch 'master' into feature/nocopy
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.macosx | 19 |
2 files changed, 23 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index f61846ec..df6a81df 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2016-08-24 Arnold D. Robbins <arnold@skeeve.com> + + * README.macosx: Updated. + 2016-01-25 Arnold D. Robbins <arnold@skeeve.com> * README.zLinux: New file. diff --git a/README_d/README.macosx b/README_d/README.macosx index 92745bea..f147d4af 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -1,3 +1,22 @@ +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 ============================ |