diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-01 19:24:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-01 19:24:02 -0800 |
commit | 3d38f312065003330f2f9c6f504f0e634ba2a5b6 (patch) | |
tree | 9dda8f1d03bbb57136229a02c9156981a585f03f | |
parent | 0b33a293e77908452b4bd828cadb4d46ec80baed (diff) | |
download | txr-3d38f312065003330f2f9c6f504f0e634ba2a5b6.tar.gz txr-3d38f312065003330f2f9c6f504f0e634ba2a5b6.tar.bz2 txr-3d38f312065003330f2f9c6f504f0e634ba2a5b6.zip |
Version 020.txr-020
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | txr.1 | 2 | ||||
-rw-r--r-- | txr.c | 2 |
3 files changed, 18 insertions, 2 deletions
@@ -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. @@ -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 @@ -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; |