From 989f550a28fb8ac7164da38018ca43b542d1a086 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 11 Jan 2012 19:36:27 -0800 Subject: Version 53 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- RELNOTES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 470935c9..eb620b2c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,27 @@ + TXR 53 + 2011-01-11 + + + Features + + - In variable substitutions in output and quasiliterals, the field + width expression is now evaluated. + + - TXR Lisp: + + - New operators and functions for generating lazy lists more conveniently. + - lazy mapcar and mappend: return lazy list. + - delay and force operators. + - parallel iteration/collection over lists. + - list-str function for splitting string into list of characters. + + Bugs + + - Fixed global buitin variables, broken in 52. Properly implemented + intended fix. + + + TXR 52 2011-01-07 -- cgit v1.2.3