From 10d60eea8cf8c3b60d9df1d2fc7621833a2ee79c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Apr 2012 07:44:08 -0700 Subject: Version 64 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 85b7a1cc..b880dadd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,30 @@ + TXR 64 + 2011-04-06 + + + Features + + - In the pattern language, binding the symbol nil as a variable + is permitted now and has a special meaning of matching and + discarding input. + + - Caching optimization in hash tables. + + - Ephemeral GC implemented. This is experimental and currently + must be enabled at compile time with the --gen-gc configure + option. + + Bugs + + - Interaction between @(trailer) and @(accept) has been clarified. + An @(accept) return from the forms of a @(trailer) will still + roll back the input position to the starting point for the + @(trailer). + + + + + TXR 63 2011-03-30 -- cgit v1.2.3