summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-01-25 23:02:15 -0800
committerKaz Kylheku <kaz@kylheku.com>2010-01-25 23:02:15 -0800
commit16a6ea72db8469f64f31903bea7b223f0072bca6 (patch)
treeef22d0799b47fcdd04f2c63ac0419c8521b8049d /ChangeLog
parent726b6135ca27195d74c344a91164993c4e2eb517 (diff)
parentb457c5d18e108dedae3a521cf8d3058ee3f408e4 (diff)
downloadtxr-16a6ea72db8469f64f31903bea7b223f0072bca6.tar.gz
txr-16a6ea72db8469f64f31903bea7b223f0072bca6.tar.bz2
txr-16a6ea72db8469f64f31903bea7b223f0072bca6.zip
Merge branch 'master' of ssh://kkylheku@git.sv.gnu.org/srv/git/txr
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a29d2244..7868167c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,34 @@
2010-01-25 Kaz Kylheku <kkylheku@gmail.com>
+ Version 032
+
+ Fix showstopper stupidity.
+
+ * match.c (match_files): Fix incorrect change involving dataline
+ variable made on 2010-01-21; failure to check for end of data.
+
+ * txr.c (version): Bumped to 032.
+
+ * txr.1: Set version to 032.
+
+ * configure: Bumped txr_ver to 032.
+
+2010-01-25 Kaz Kylheku <kkylheku@gmail.com>
+
+ Version 031
+
+ Addresses some spurious object retention problems related to the GC's
+ conservative scan of the stack.
+
+ * txr.c (version): Bumped to 031.
+
+ * txr.1: Set version to 031.
+
+ * configure: Bumped txr_ver to 031.
+
+
+2010-01-25 Kaz Kylheku <kkylheku@gmail.com>
+
* match.c (match_files): Workaround for GC issue
discovered on Red Hat EL 4 with gcc 3.4.3.
In the collect loop, set car(success) to nil.