summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-01-29 19:07:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2015-01-29 19:07:10 -0800
commita11dd30b417e1f48da573748fa4ab5fe09f0b212 (patch)
tree0f2a5852563b34861421aab59972698f0d4e6c40 /ChangeLog
parentd04250b7e3d809ded65b767f34baf398ca03eae1 (diff)
downloadtxr-a11dd30b417e1f48da573748fa4ab5fe09f0b212.tar.gz
txr-a11dd30b417e1f48da573748fa4ab5fe09f0b212.tar.bz2
txr-a11dd30b417e1f48da573748fa4ab5fe09f0b212.zip
* arith.c (make_ubignum): New static function.
(sign_extend): New function. * eval.c (eval_init): Register sign-extend intrinsic. * lib.h (sign_extend): Declared. * txr.1: Documented sign-extend. * tl.vim, txr.vim: Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7435df78..869e82ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2015-01-29 Kaz Kylheku <kaz@kylheku.com>
+ * arith.c (make_ubignum): New static function.
+ (sign_extend): New function.
+
+ * eval.c (eval_init): Register sign-extend intrinsic.
+
+ * lib.h (sign_extend): Declared.
+
+ * txr.1: Documented sign-extend.
+
+ * tl.vim, txr.vim: Updated.
+
+2015-01-29 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: fixed use of nonexistent str-int in @(require) example;
fixed bad formatting under logtrunc and partition.