summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-01 19:24:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-01 19:24:02 -0800
commit3d38f312065003330f2f9c6f504f0e634ba2a5b6 (patch)
tree9dda8f1d03bbb57136229a02c9156981a585f03f
parent0b33a293e77908452b4bd828cadb4d46ec80baed (diff)
downloadtxr-020.tar.gz
txr-020.tar.bz2
txr-020.zip
Version 020.txr-020
-rw-r--r--ChangeLog16
-rw-r--r--txr.12
-rw-r--r--txr.c2
3 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 33dc5ba1..1b27ed8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2009-11-01 Kaz Kylheku <kkylheku@gmail.com>
+ Version 020
+
+ Improved documentation.
+
+ Building via configure script.
+
+ Support for cross compiling support.
+
+ Support for building in separate build directory.
+
+ Internal bugfixes.
+
+ Portability bugs fixed; works on x86-64 GNU/Linux.
+
+2009-11-01 Kaz Kylheku <kkylheku@gmail.com>
+
Bug ID 27898: Directory order dependencies in test case.
Converted some directories to text files.
diff --git a/txr.1 b/txr.1
index 6b7a4552..19ffeb30 100644
--- a/txr.1
+++ b/txr.1
@@ -21,7 +21,7 @@
.\"IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
.\"WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-.TH txr 1 2009-10-17 "txr v. 019" "Text Extraction Utility"
+.TH txr 1 2009-10-17 "txr v. 020" "Text Extraction Utility"
.SH NAME
txr \- text extractor
.SH SYNOPSIS
diff --git a/txr.c b/txr.c
index 281820e3..b7dcbe2a 100644
--- a/txr.c
+++ b/txr.c
@@ -39,7 +39,7 @@
#include "match.h"
#include "txr.h"
-const char *version = "019";
+const char *version = "020";
const char *progname = "txr";
const char *spec_file = "stdin";
obj_t *spec_file_str;