From e0c091f0188aac47d95cce327b7a2f5eb83bd0d3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Jan 2012 20:46:50 -0800 Subject: Version 55 * txr.c (version): Bumped. * txr.1: Bumped version and set date. * configure (txr_ver): Bumped. * RELNOTES: Updated. --- ChangeLog | 12 ++++++++++++ RELNOTES | 23 +++++++++++++++++++++++ configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 5 files changed, 39 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4f2ed83..549fd7ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-01-26 Kaz Kylheku + + Version 55 + + * txr.c (version): Bumped. + + * txr.1: Bumped version and set date. + + * configure (txr_ver): Bumped. + + * RELNOTES: Updated. + 2012-01-26 Kaz Kylheku * lib.c (replace_list): Always convert the input items to a list, diff --git a/RELNOTES b/RELNOTES index 15491c13..35cb28c1 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,26 @@ + TXR 55 + 2011-01-26 + + + Features + + - New square bracket syntax for Lisp-1 like invocation + and array-indexing over lists, vectors, strings and hashes. + + - New a .. b pair syntactic sugar for (cons a b). + Works with array indexing brackets to extract ranges + (slices) from lists, vectors and strings. + + - Indexed elements and slices are assignable. + + - In the pattern language, variables in output templates (output variables) + can be indexed and sliced. + + - Output variables that hold lists are now interpolated with spaces + between, and this can be overridden with any separator string. + + + TXR 54 2011-01-21 diff --git a/configure b/configure index f85ee7b2..86746f95 100755 --- a/configure +++ b/configure @@ -357,7 +357,7 @@ fi # -txr_ver=54 +txr_ver=55 # # The all important banner. diff --git a/txr.1 b/txr.1 index 75814bc3..54d46384 100644 --- a/txr.1 +++ b/txr.1 @@ -21,9 +21,9 @@ .\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED .\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -.TH "TXR" 1 2012-01-21 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" +.TH "TXR" 1 2012-01-26 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 54) +txr \- text extractor (version 55) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index 261dce87..48755c32 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "debug.h" #include "txr.h" -const wchli_t *version = wli("54"); +const wchli_t *version = wli("55"); const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3