diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 19:07:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-01-29 19:07:10 -0800 |
commit | a11dd30b417e1f48da573748fa4ab5fe09f0b212 (patch) | |
tree | 0f2a5852563b34861421aab59972698f0d4e6c40 /ChangeLog | |
parent | d04250b7e3d809ded65b767f34baf398ca03eae1 (diff) | |
download | txr-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-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |