summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-12-11 00:39:54 -0800
committerKaz Kylheku <kaz@kylheku.com>2011-12-11 00:39:54 -0800
commitd49893bac4c0b842765bbf491720512048a1e13c (patch)
tree90408c6d3357695f23178ceb40b424ee894f6c4c /ChangeLog
parent99c6face9bd7cd86c22293201ab0645bb613f6d4 (diff)
downloadtxr-d49893bac4c0b842765bbf491720512048a1e13c.tar.gz
txr-d49893bac4c0b842765bbf491720512048a1e13c.tar.bz2
txr-d49893bac4c0b842765bbf491720512048a1e13c.zip
* arith.c: Regenerated.
* arith.txr (highest_bit): New function. (mul): Use highest_bit instead of shift based algorithm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0755175..1353e7ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-11 Kaz Kylheku <kaz@kylheku.com>
+
+ * arith.c: Regenerated.
+
+ * arith.txr (highest_bit): New function.
+ (mul): Use highest_bit instead of shift based algorithm.
+
2011-12-10 Kaz Kylheku <kaz@kylheku.com>
* txr.vim (txr_atat): New match. The @@ sequence is recognized