From 8679f74687ce18576026d48ec4ca5a37c084e0e8 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 26 Jan 2010 20:15:26 -0800 Subject: Version 033. --- ChangeLog | 13 +++++++++++++ configure | 2 +- txr.1 | 4 ++-- txr.c | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e249ac4..96476fcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2010-01-26 Kaz Kylheku + + Version 033 + + Addressed exponential memory behaviors + in derivative-based regex matching. + + * txr.c (version): Bumped to 033. + + * txr.1: Set version to 033. + + * configure: Bumped txr_ver to 033. + 2010-01-26 Kaz Kylheku hash.c (hash_process_weak): There is no point in fixing up diff --git a/configure b/configure index 6ac81908..9de88aa1 100755 --- a/configure +++ b/configure @@ -323,7 +323,7 @@ fi # -txr_ver=032 +txr_ver=033 # # The all important banner. diff --git a/txr.1 b/txr.1 index 434fec02..d7b1c9c9 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 2010-01-25 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" +.TH "txr" 1 2010-01-26 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku" .SH NAME -txr \- text extractor (version 032) +txr \- text extractor (version 033) .SH SYNOPSIS .B txr [ options ] query-file { data-file }* .sp diff --git a/txr.c b/txr.c index db3eb490..3fa22abd 100644 --- a/txr.c +++ b/txr.c @@ -43,7 +43,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"032"; +const wchar_t *version = L"033"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; val spec_file_str; -- cgit v1.2.3