acadia-newlib/newlib/libc/ctype
Jeff Johnston 162a23c504 2009-08-24 Corinna Vinschen <corinna@vinschen.de>
* libc/locale/locale.c: Update documentation.
        (loadlocale): Map "KOI8-R" and "KOI8-U" to CP20866 and CP21866.

2009-08-24  Andy Koppe  <andy.koppe@gmail.com>

        * libc/stdlib/sb_charsets.c (__cp_conv): Add KOI8-R (Russian, CP20866)
        and KOI8-U (Ukrainian, CP21866) to Windows codepage conversion tables.
        * libc/ctype/ctype_cp.h (__ctype_cp): Likewise for ctype tables.
2009-08-24 22:11:11 +00:00
..
Makefile.am * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
Makefile.in * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
ctype.tex
ctype_.c * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +00:00
ctype_cp.h 2009-08-24 Corinna Vinschen <corinna@vinschen.de> 2009-08-24 22:11:11 +00:00
ctype_iso.h * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +00:00
isalnum.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isalpha.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isascii.c
isblank.c * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB. 2009-04-09 10:37:58 +00:00
iscntrl.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isdigit.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
islower.c * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB. 2009-04-09 10:37:58 +00:00
isprint.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
ispunct.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isspace.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
isupper.c * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB. 2009-04-09 10:37:58 +00:00
iswalnum.c
iswalpha.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswblank.c 2009-08-24 Andy Koppe <andy.koppe@gmail.com> 2009-08-24 16:59:35 +00:00
iswcntrl.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswctype.c
iswdigit.c
iswgraph.c
iswlower.c
iswprint.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswpunct.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
iswspace.c 2009-08-24 Andy Koppe <andy.koppe@gmail.com> 2009-08-24 16:59:35 +00:00
iswupper.c
iswxdigit.c
isxdigit.c 2008-07-21 Jeff Johnston <jjohnstn@redhat.com> 2008-07-21 21:28:34 +00:00
jp2uc.c * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__. 2009-06-02 09:41:06 +00:00
jp2uc.h
local.h 2009-06-16 Craig Howland <howland@LGSInnovations.com> 2009-06-16 16:02:07 +00:00
toascii.c
tolower.c * libc/ctype/tolower.c (tolower): Cast conversion result from 2009-06-09 11:33:57 +00:00
toupper.c * libc/ctype/tolower.c (tolower): Cast conversion result from 2009-06-09 11:33:57 +00:00
towctrans.c
towlower.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
towupper.c * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition 2009-05-14 20:16:21 +00:00
utf8alpha.h
utf8print.h
utf8punct.h
wctrans.c
wctype.c