diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-27 14:48:35 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-27 14:48:35 -0800 |
commit | 1727190a9cc0c0e3bf211ecb7b18e36ecc0388e6 (patch) | |
tree | 70055a9b495ed5e44f646ed2f3932029a9ded361 /ChangeLog | |
parent | 67fee64f8b90cb72905ac7c0ae40ae5f0a7d2151 (diff) | |
download | txr-1727190a9cc0c0e3bf211ecb7b18e36ecc0388e6.tar.gz txr-1727190a9cc0c0e3bf211ecb7b18e36ecc0388e6.tar.bz2 txr-1727190a9cc0c0e3bf211ecb7b18e36ecc0388e6.zip |
* mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this
patch, resulting in an insufficient bit field width for representing
the allocation size of the MPI integer on 32 bit platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2011-12-27 Kaz Kylheku <kaz@kylheku.com> + * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this + patch, resulting in an insufficient bit field width for representing + the allocation size of the MPI integer on 32 bit platforms. + +2011-12-27 Kaz Kylheku <kaz@kylheku.com> + * rand.c (make_state): Use ANSI C syntax for prototyped function of no arguments. This snuck through due to working with a C++ compiler. (random): Fixed unused variable warning that happens on 32-bit-pointer |