summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2010-02-28 20:50:29 +0900
committerKaz Kylheku <kaz@kylheku.com>2010-02-28 20:50:29 +0900
commitb0343914541131ecb7e4a47d685161ffbf79e05f (patch)
tree5495a148f5710c2b5b31c30ab47ce3192bed0275
parent96ca673ca06e3e6308fa6e6d185e04f5bcd11b72 (diff)
downloadtxr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.gz
txr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.bz2
txr-b0343914541131ecb7e4a47d685161ffbf79e05f.zip
Version 034.txr-034
-rw-r--r--ChangeLog12
-rwxr-xr-xconfigure2
-rw-r--r--txr.14
-rw-r--r--txr.c2
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4251cb31..779837b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2010-01-26 Kaz Kylheku <kkylheku@gmail.com>
+
+ Version 034
+
+ Patched up broken @(freeform) directive.
+
+ * txr.c (version): Bumped to 034.
+
+ * txr.1: Set version to 034.
+
+ * configure: Bumped txr_ver to 034.
+
2010-02-28 Kaz Kylheku <kkylheku@gmail.com>
New testcases for freeform.
diff --git a/configure b/configure
index 9de88aa1..a9e92809 100755
--- a/configure
+++ b/configure
@@ -323,7 +323,7 @@ fi
#
-txr_ver=033
+txr_ver=034
#
# The all important banner.
diff --git a/txr.1 b/txr.1
index c0937cc8..705f98bc 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-26 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
+.TH "txr" 1 2010-02-28 "Utility Commands" "Txr Text Extractor" "Kaz Kylheku"
.SH NAME
-txr \- text extractor (version 033)
+txr \- text extractor (version 034)
.SH SYNOPSIS
.B txr [ options ] query-file { data-file }*
.sp
diff --git a/txr.c b/txr.c
index 3fa22abd..10e9e049 100644
--- a/txr.c
+++ b/txr.c
@@ -43,7 +43,7 @@
#include "utf8.h"
#include "txr.h"
-const wchar_t *version = L"033";
+const wchar_t *version = L"034";
const wchar_t *progname = L"txr";
const wchar_t *spec_file = L"stdin";
val spec_file_str;