diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-15 20:59:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-15 20:59:07 -0800 |
commit | 0dd8652385533322d41b30fbd9375e6de9903548 (patch) | |
tree | 786b2554d78044d5613640220af6ab0fab9e2b01 /ChangeLog | |
parent | 24130a3641ae179816ca5672bde12cc04be17813 (diff) | |
download | txr-0dd8652385533322d41b30fbd9375e6de9903548.tar.gz txr-0dd8652385533322d41b30fbd9375e6de9903548.tar.bz2 txr-0dd8652385533322d41b30fbd9375e6de9903548.zip |
* lib.c (chr): Take wchar_t argument, not int. Dropped range check.
(c_chr): Return wchar_t not int.
* lib.h (chr, c_chr): Declarations updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-11-15 Kaz Kylheku <kkylheku@gmail.com> + * lib.c (chr): Take wchar_t argument, not int. Dropped range check. + (c_chr): Return wchar_t not int. + + * lib.h (chr, c_chr): Declarations updated. + +2009-11-15 Kaz Kylheku <kkylheku@gmail.com> + Version 021. Text is represented using wide characters now. Queries and data |