diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-27 07:23:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-27 07:23:08 -0700 |
commit | 0367ad753c7749c33f57e1e0805e0dbcea115af3 (patch) | |
tree | ea27bc337fa8de6eacd48e9084ac0eee1aa23ae6 /ChangeLog | |
parent | ea452c6fdc1b9d900ffe65b1cdeb0b098a4c20f6 (diff) | |
download | txr-0367ad753c7749c33f57e1e0805e0dbcea115af3.tar.gz txr-0367ad753c7749c33f57e1e0805e0dbcea115af3.tar.bz2 txr-0367ad753c7749c33f57e1e0805e0dbcea115af3.zip |
Bugfix: apply_intrinsic and iapply must not destructively
manipulate argument lists.
* eval.c (apply_frob_args): Rewrite to non-destructive
one-pass version.
(iapply): Likewise.
* lib.c (term): New function.
* lib.h (term): Declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2014-06-27 Kaz Kylheku <kaz@kylheku.com> + + Bugfix: apply_intrinsic and iapply must not destructively + manipulate argument lists. + + * eval.c (apply_frob_args): Rewrite to non-destructive + one-pass version. + (iapply): Likewise. + + * lib.c (term): New function. + + * lib.h (term): Declared. + 2014-06-26 Kaz Kylheku <kaz@kylheku.com> Fixes to bignum bit operations affecting pretty much all bit operations |