diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 12:59:09 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-23 12:59:09 -0800 |
commit | a862a700c1e3e2149dc8102517cb7f6dc6097766 (patch) | |
tree | 0e1c94461761417cd370fa0762d9dcccad31b51a | |
parent | f43255b08af93a0ef6ce855c74a02c001cf7d8db (diff) | |
download | txr-a862a700c1e3e2149dc8102517cb7f6dc6097766.tar.gz txr-a862a700c1e3e2149dc8102517cb7f6dc6097766.tar.bz2 txr-a862a700c1e3e2149dc8102517cb7f6dc6097766.zip |
Missing log entry re-created.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |