diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 20:50:29 +0900 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-02-28 20:50:29 +0900 |
commit | b0343914541131ecb7e4a47d685161ffbf79e05f (patch) | |
tree | 5495a148f5710c2b5b31c30ab47ce3192bed0275 | |
parent | 96ca673ca06e3e6308fa6e6d185e04f5bcd11b72 (diff) | |
download | txr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.gz txr-b0343914541131ecb7e4a47d685161ffbf79e05f.tar.bz2 txr-b0343914541131ecb7e4a47d685161ffbf79e05f.zip |
Version 034.txr-034
-rw-r--r-- | ChangeLog | 12 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | txr.1 | 4 | ||||
-rw-r--r-- | txr.c | 2 |
4 files changed, 16 insertions, 4 deletions
@@ -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. @@ -323,7 +323,7 @@ fi # -txr_ver=033 +txr_ver=034 # # The all important banner. @@ -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 @@ -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; |