summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-27 07:23:08 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-27 07:23:08 -0700
commit0367ad753c7749c33f57e1e0805e0dbcea115af3 (patch)
treeea27bc337fa8de6eacd48e9084ac0eee1aa23ae6 /ChangeLog
parentea452c6fdc1b9d900ffe65b1cdeb0b098a4c20f6 (diff)
downloadtxr-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e6d401c..67295649 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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