summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-01 22:42:26 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-01 22:42:26 -0700
commitf7d33f911a5d7ba63e9024bf95b27ac4547c4598 (patch)
treedfc4c749577aa286351b8d6ac2e1beba520c0ede /ChangeLog
parent28f2adb77ce853d675b964f427b16358343444d1 (diff)
downloadtxr-f7d33f911a5d7ba63e9024bf95b27ac4547c4598.tar.gz
txr-f7d33f911a5d7ba63e9024bf95b27ac4547c4598.tar.bz2
txr-f7d33f911a5d7ba63e9024bf95b27ac4547c4598.zip
Version 038
New eof directive. Fixes in skip directive to work very well with eof. Consecutive variable matching semantics improved; concept of double variable match introduced for unbound variable followed by regex variable. Directives collect and coll have keyword arguments for more control over their behavior. Paralle directives (all, some, none, ...) are available in horizontal mode. New choose directive for selecting one of numerous alternatives GC bugfix in new filtering code. The code has an issue compling with GNU C++ instead of C, which is something that is supported by this project. Not a release-blocking issue. Not easy to fix without restructuring some code. * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1aab5011..7651ba69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+ Version 038
+
+ New eof directive.
+
+ Fixes in skip directive to work very well with eof.
+
+ Consecutive variable matching semantics improved; concept of double
+ variable match introduced for unbound variable followed by
+ regex variable.
+
+ Directives collect and coll have keyword arguments for more control
+ over their behavior.
+
+ Paralle directives (all, some, none, ...) are available in
+ horizontal mode.
+
+ New choose directive for selecting one of numerous alternatives
+
+ GC bugfix in new filtering code.
+
+ The code has an issue compling with GNU C++ instead of C,
+ which is something that is supported by this project.
+ Not a release-blocking issue. Not easy to fix without
+ restructuring some code.
+
+ * txr.c (version): Bumped.
+
+ * txr.1: Bumped version and set date.
+
+ * configure (txr_ver): Bumped.
+
+2011-10-01 Kaz Kylheku <kaz@kylheku.com>
+
Maintaining C++ compiling (except for two issues that will
need another commit).