summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-11 21:11:08 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-11 21:11:08 -0800
commit8d03c978be83beccae1dd9c00cf310a6d4f93eae (patch)
tree7413f1ad2af5f574afe91fa09a7ee61b85b82ef0 /ChangeLog
parent989f550a28fb8ac7164da38018ca43b542d1a086 (diff)
downloadtxr-8d03c978be83beccae1dd9c00cf310a6d4f93eae.tar.gz
txr-8d03c978be83beccae1dd9c00cf310a6d4f93eae.tar.bz2
txr-8d03c978be83beccae1dd9c00cf310a6d4f93eae.zip
Before releasing 53, there is this.txr-53
* eval.c (c_var_mark): Bugfix: we cannot use cptr_get from within the garbage collector because of its type check. Bugfix: synchronize the shadow binding with the variable's current contents so we don't hang on to a stale object.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a36dcec..d734c6a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-01-11 Kaz Kylheku <kaz@kylheku.com>
+ Before releasing 53, there is this.
+
+ * eval.c (c_var_mark): Bugfix: we cannot use cptr_get from
+ within the garbage collector because of its type check.
+ Bugfix: synchronize the shadow binding with the variable's
+ current contents so we don't hang on to a stale object.
+
+2012-01-11 Kaz Kylheku <kaz@kylheku.com>
+
Version 53
* txr.c (version): Bumped.