From 3ff2add9dad33fa93e9aaa0a54350085d57af52e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 18 Jan 2010 16:42:19 -0800 Subject: Version 029. --- ChangeLog | 22 +++++++++++++++++++--- configure | 2 +- txr.1 | 2 +- txr.c | 2 +- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf59daa3..fa22c205 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2010-01-18 Kaz Kylheku + + Version 029 + + Performance optimizations of derivative-based regexes. + + New syntax: [] and [^]. + + Saner semantics for % operator. + + * txr.c (version): Bumped to 029. + + * txr.1: Set version to 029. + + * configure: Bumped txr_ver to 029. + 2010-01-18 Kaz Kylheku * regex.c (reg_derivative_list, reg_derivative): Recognition @@ -50,11 +66,11 @@ Regex syntax bugfixes. - * txr.c (version): Bumped to 027. + * txr.c (version): Bumped to 028. - * txr.1: Bumped version to 027. + * txr.1: Bumped version to 028. - * configure: Bumped txr_ver to 027. + * configure: Bumped txr_ver to 028. * match.c (dest_bind): Remove spurious syntax. diff --git a/configure b/configure index ff16b017..9acb87bb 100755 --- a/configure +++ b/configure @@ -323,7 +323,7 @@ fi # -txr_ver=028 +txr_ver=029 # # The all important banner. diff --git a/txr.1 b/txr.1 index 9cfab323..ac5c063d 100644 --- a/txr.1 +++ b/txr.1 @@ -23,7 +23,7 @@ .TH "txr" 1 2010-01-16 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (git head) +txr \- text extractor (version 028) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index 433609a9..38f6f1e6 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"028"; +const wchar_t *version = L"029"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3