summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2013-11-21 22:21:03 -0800
committerKaz Kylheku <kaz@kylheku.com>2013-11-21 22:21:03 -0800
commit0d2117f8988bf1208fc9fd89ca2daad6794c17c6 (patch)
tree3612218c694aa058b7b2727e5b989c1074da163f /RELNOTES
parent8680ae708b8dff9c52f23e8b47f06320f30b8c95 (diff)
downloadtxr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.tar.gz
txr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.tar.bz2
txr-0d2117f8988bf1208fc9fd89ca2daad6794c17c6.zip
Version 70txr-70
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
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