diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-02-18 20:37:19 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-02-18 20:37:19 +0000 |
commit | 7ab414f5a0f46acfaeb621de86f6db0ca648321f (patch) | |
tree | 3e5e7e62c83c3206845b981113db7231a93a6a8a /newlib/ChangeLog | |
parent | 97c8d005d9a7a786e15292719ba8e3f3c6012f5b (diff) | |
download | cygnal-7ab414f5a0f46acfaeb621de86f6db0ca648321f.tar.gz cygnal-7ab414f5a0f46acfaeb621de86f6db0ca648321f.tar.bz2 cygnal-7ab414f5a0f46acfaeb621de86f6db0ca648321f.zip |
* libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2.
* libc/ctype/iswprint.c (iswprint): Ditto.
* libc/ctype/iswpunct.c (iswpunct): Drop standalone implementation.
Define in terms of other wctype functions instead.
* libc/ctype/towlower.c (towlower): Update to Unicode 5.2. Add comment
to explain how to fetch the data from the Unicode database.
* libc/ctype/towupper.c (towupper): Ditto.
* libc/ctype/utf8alpha.h: Ditto.
* libc/ctype/utf8print.h: Ditto.
* libc/ctype/utf8punct.h: Remove.
* libc/ctype/iswcntrl.c (iswcntrl): Add comment to explain how to
fetch the data from the Unicode database.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index c2064598c..6284d01cb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,20 @@ 2010-02-18 Corinna Vinschen <corinna@vinschen.de> + * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. + * libc/ctype/iswprint.c (iswprint): Ditto. + * libc/ctype/iswpunct.c (iswpunct): Drop standalone implementation. + Define in terms of other wctype functions instead. + * libc/ctype/towlower.c (towlower): Update to Unicode 5.2. Add comment + to explain how to fetch the data from the Unicode database. + * libc/ctype/towupper.c (towupper): Ditto. + * libc/ctype/utf8alpha.h: Ditto. + * libc/ctype/utf8print.h: Ditto. + * libc/ctype/utf8punct.h: Remove. + * libc/ctype/iswcntrl.c (iswcntrl): Add comment to explain how to + fetch the data from the Unicode database. + +2010-02-18 Corinna Vinschen <corinna@vinschen.de> + * libc/locale/timelocal.h (struct lc_time_T): Add missing ERA-related members. * libc/locale/timelocal.c (_C_time_local): Set new members to empty |