summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES26
1 files changed, 26 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d89cd7f3..dcca5009 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,29 @@
+ TXR 70
+ 2013-11-22
+
+
+ Features
+
+ - Fixed a nasty bug that affects all versions; I was not able to find
+ a revision in git that works right with gcc 4.6.3. Invoking an @(accept) in
+ the middle of a @(collect) was found not work at all as documented, and
+ this was root-caused to my neglect to use volatile on some local variables.
+
+ - Fixed a more recent regression in the op syntax, caused this October.
+
+ - Fixed an amazing regression introduced in TXR 22, back in November 2009,
+ easily reproduced using:
+
+ echo ":x" | ./txr -c "@x:@x" -
+
+ - Fixed all unintentional deviations from 1990 ISO C. GCC had
+ not been diagnosing them for us due to my neglect to use
+ the --pedantic flag.
+
+ - Revamped and up-to-date txr.vim syntax file, for you Vim users.
+
+
+
TXR 69
2013-10-23