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. --- ChangeLog | 12 ++++++++++++ RELNOTES | 24 ++++++++++++++++++++++++ configure | 2 +- txr.1 | 2 +- txr.c | 2 +- 5 files changed, 39 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7eabd916..9a36dcec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-01-11 Kaz Kylheku + + Version 53 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + 2012-01-11 Kaz Kylheku TXR Lisp regression in C global variables. 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 diff --git a/configure b/configure index a55f3c83..c7f66d73 100755 --- a/configure +++ b/configure @@ -352,7 +352,7 @@ fi # -txr_ver=51 +txr_ver=53 # # The all important banner. diff --git a/txr.1 b/txr.1 index eb816db8..0b4aa684 100644 --- a/txr.1 +++ b/txr.1 @@ -23,7 +23,7 @@ .TH "TXR" 1 2012-01-07 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 52) +txr \- text extractor (version 53) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index b3f0f55e..55bf811f 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("51"); +const wchli_t *version = wli("53"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3