diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 08:22:42 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-18 08:22:42 -0800 |
commit | a8aa4cfd18220daf169d80705eef13df9cb31747 (patch) | |
tree | 1a1a559b8cf0653479fe8c8079090aef2d0ea05d /ChangeLog | |
parent | 441f524c0733208c22dd5c38091070abd4063ae6 (diff) | |
download | txr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.gz txr-a8aa4cfd18220daf169d80705eef13df9cb31747.tar.bz2 txr-a8aa4cfd18220daf169d80705eef13df9cb31747.zip |
Version 023.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |