summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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