diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-09-17 09:49:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-09-17 09:49:25 -0700 |
commit | 4a5a29a76b8e5aa139209aabe310c2179a60608d (patch) | |
tree | 498688e76d70fcf1504b02f105b750eaa4f8371d /ChangeLog | |
parent | 01628a8244053ced7dd0f20e13e4ce3ff3e81481 (diff) | |
download | txr-4a5a29a76b8e5aa139209aabe310c2179a60608d.tar.gz txr-4a5a29a76b8e5aa139209aabe310c2179a60608d.tar.bz2 txr-4a5a29a76b8e5aa139209aabe310c2179a60608d.zip |
* arith.c (comp_trunc, logcomp): logcomp renamed to lognot,
consistent with Common Lisp.
* eval.c (eval_init): logcomp to lognot.
* lib.h (logcomp): Declaration updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-09-17 Kaz Kylheku <kaz@kylheku.com> + * arith.c (comp_trunc, logcomp): logcomp renamed to lognot, + consistent with Common Lisp. + + * eval.c (eval_init): logcomp to lognot. + + * lib.h (logcomp): Declaration updated. + +2012-09-17 Kaz Kylheku <kaz@kylheku.com> + * arith.c (highest_significant_bit): New static function. (comp_clamp): Bugfix: avoid shifting left into sign bit. Function renamed to comp_trunc. |