summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-27 14:48:35 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-27 14:48:35 -0800
commit1727190a9cc0c0e3bf211ecb7b18e36ecc0388e6 (patch)
tree70055a9b495ed5e44f646ed2f3932029a9ded361 /ChangeLog
parent67fee64f8b90cb72905ac7c0ae40ae5f0a7d2151 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72856d26..1772973d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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