From 6631b687b9761613aee2c07b4ce0c310ff718a70 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 20 Apr 2012 09:51:20 -0700 Subject: Version 65 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'RELNOTES') 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 -- cgit v1.2.3