diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-24 16:40:52 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-24 16:40:52 -0800 |
commit | 48bf7d07c10056a678ba9e0bc04f3612b98f5145 (patch) | |
tree | 921657f7cd129aa890efc7ac354f1dd5751f7a6a /ChangeLog | |
parent | de41db9357a570b42a583de3701a38431c010df8 (diff) | |
download | txr-48bf7d07c10056a678ba9e0bc04f3612b98f5145.tar.gz txr-48bf7d07c10056a678ba9e0bc04f3612b98f5145.tar.bz2 txr-48bf7d07c10056a678ba9e0bc04f3612b98f5145.zip |
utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025
to C++). Caught by regression test suite. Found using git bisect.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2009-11-24 Kaz Kylheku <kkylheku@gmail.com> + /Now/ this can be released as 025. + + utf8.c (utf8_from_uc): Fix bug introduced several commits ago (porting + to C++). Caught by regression test suite. Found using git bisect. + +2009-11-24 Kaz Kylheku <kkylheku@gmail.com> + Version 025 External changes: |