diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-09 23:15:44 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-09 23:15:44 -0800 |
commit | 31231effb488243954814b2e34c2b7c846fb3cac (patch) | |
tree | 72add1bc501919f295ccb5b31b215f6fadae281c /ChangeLog | |
parent | e7dd59eeef4bf553d0592393284985fc7ee57299 (diff) | |
download | txr-31231effb488243954814b2e34c2b7c846fb3cac.tar.gz txr-31231effb488243954814b2e34c2b7c846fb3cac.tar.bz2 txr-31231effb488243954814b2e34c2b7c846fb3cac.zip |
Build and pass test suite on Cygwin.
* configure (longlong, ulonglong, superlong, usuperlong): Initialize
these variables so that if the detection tests fail, the script
does not access unbound variables.
Avoid adding junk like .bss.* into config.h.
* mpi-patches/config-types: Fixed wrong use of nonexistent
SIZEOF_LONG_T.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2011-12-09 Kaz Kylheku <kaz@kylheku.com> + Build and pass test suite on Cygwin. + + * configure (longlong, ulonglong, superlong, usuperlong): Initialize + these variables so that if the detection tests fail, the script + does not access unbound variables. + Avoid adding junk like .bss.* into config.h. + + * mpi-patches/config-types: Fixed wrong use of nonexistent + SIZEOF_LONG_T. + +2011-12-09 Kaz Kylheku <kaz@kylheku.com> + (Applies to previous commit.) * mpi-patches/config-types: Added missing definitions |