summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-23 12:59:09 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-23 12:59:09 -0800
commita862a700c1e3e2149dc8102517cb7f6dc6097766 (patch)
tree0e1c94461761417cd370fa0762d9dcccad31b51a
parentf43255b08af93a0ef6ce855c74a02c001cf7d8db (diff)
downloadtxr-a862a700c1e3e2149dc8102517cb7f6dc6097766.tar.gz
txr-a862a700c1e3e2149dc8102517cb7f6dc6097766.tar.bz2
txr-a862a700c1e3e2149dc8102517cb7f6dc6097766.zip
Missing log entry re-created.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b54fc471..3f1b0f10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -88,6 +88,13 @@
2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+ * mpi-patches/bit-search-optimizations (s_highest_bit):
+ It will take days to completely wipe the egg off my face.
+ I forgot to fix this code for unsigned integers before
+ pasting it into MPI.
+
+2011-12-21 Kaz Kylheku <kaz@kylheku.com>
+
* arith.c (normalize): Linkage changed to extern.
* arith.h (normalize): Declared.