summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-20 09:51:20 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-20 09:51:20 -0700
commit6631b687b9761613aee2c07b4ce0c310ff718a70 (patch)
treedb5f835c33afb9f4b02297c3d72bf9ef3b09703d /RELNOTES
parent0c52734b814927c3ec00ea6b9336dac0cdc9a8c0 (diff)
downloadtxr-6631b687b9761613aee2c07b4ce0c310ff718a70.tar.gz
txr-6631b687b9761613aee2c07b4ce0c310ff718a70.tar.bz2
txr-6631b687b9761613aee2c07b4ce0c310ff718a70.zip
Version 65txr-65
* txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES45
1 files changed, 45 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index b880dadd..d8651887 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,48 @@
+ TXR 65
+ 2011-04-20
+
+
+ Features
+
+ - New ways to iterate over hash tables using lazy lists.
+
+ - Regular expression compiler expressed to user code, allowing TXR
+ programs to build regex abstract syntax trees and turn them into
+ regular expression machines.
+
+ - The popular regular expression tokens \s, \d, \w and \S, \D, \W are now
+ supported (the first three of these in character classes also).
+
+ - Low level time-of-day functions added for retrieving epoch seconds,
+ and optionally microseconds.
+
+ - New remove-if and keep-if functions, plus lazy counterparts
+ remove-if* and keep-if*.
+
+ - Lazy variants remq*, remql* and remqual* added.
+
+ - New function find-if.
+
+ - Improved seeding of pseudo-random-number generator.
+
+ - Configure script now diagnoses specification of nonexistent config
+ variables.
+
+ - Documentation improvements.
+
+ - Portability to Mac OS/X 10.7 (Lion), NetBSD 5.1 and FreeBSD 9.0.
+
+ Bugs
+
+ - Bugfix in @(next) directive, which showed up when using @(next :args)
+ more than once to scan arguments more than once.
+
+ Quiet Changes
+
+ - First two arguments to the find function were reversed.
+
+
+
TXR 64
2011-04-06