From 07e0c300bc1a4c310080d0b2c21fdc863778115e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 17 Nov 2009 12:13:53 -0800 Subject: Version 022. --- ChangeLog | 18 ++++++++++++++++++ txr.1 | 2 +- txr.c | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6653faea..bd486f31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-11-17 Kaz Kylheku + + Version 022 + + Fix for bug 28033: crash in string output stream. + (Used by exception handling). + + New kernel object type introduced which allows C string literals + to be used as first-class objects. + + Use of printf-like C formatting eliminated from the code base. + + The dependency on C99 wide character I/O is now minimized. + + * txr.c (version): Bumped to 022. + + * txr.1: Bumped version to 022. + 2009-11-16 Kaz Kylheku * Makefile (rebuild): New target. Tired of doing make clean; make. diff --git a/txr.1 b/txr.1 index 4a54c357..3e429974 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-11-15 "txr v. 021" "Text Extraction Utility" +.TH txr 1 2009-11-17 "txr v. 022" "Text Extraction Utility" .SH NAME txr \- text extractor .SH SYNOPSIS diff --git a/txr.c b/txr.c index 8f95ffdd..5135414c 100644 --- a/txr.c +++ b/txr.c @@ -42,7 +42,7 @@ #include "utf8.h" #include "txr.h" -const wchar_t *version = L"021"; +const wchar_t *version = L"022"; const wchar_t *progname = L"txr"; const wchar_t *spec_file = L"stdin"; obj_t *spec_file_str; -- cgit v1.2.3