summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-18 08:22:42 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-18 08:22:42 -0800
commita8aa4cfd18220daf169d80705eef13df9cb31747 (patch)
tree1a1a559b8cf0653479fe8c8079090aef2d0ea05d /ChangeLog
parent441f524c0733208c22dd5c38091070abd4063ae6 (diff)
downloadtxr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.gz
txr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.bz2
txr-a8aa4cfd18220daf169d80705eef13df9cb31747.zip
Version 023.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60235b61..3098eb75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2009-11-18 Kaz Kylheku <kkylheku@gmail.com>
+
+ Version 023
+
+ Minor bugfix.
+
+ Code cleanup. Portability.
+
+ Completely removed dependency on C99 wide character stream functions,
+ and character encoding support from glibc. All UTF-8 encoding
+ and decoding is done by the program itself.
+
+ Removed the use of all GNU extensions and C99 syntax.
+
+ txr now requires a C90 compiler, and POSIX 1003.1 and 1003.2.
+
+ * txr.c (version): Bumped to 023.
+
+ * txr.1: Bumped version to 023.
+
2009-11-17 Kaz Kylheku <kkylheku@gmail.com>
More removal of C99 wide character I/O, and tightening up