libc/newlib/libc/ctype
Corinna Vinschen 4491d189ae * libc/argz/envz_merge.c (envz_merge): Fix memory leak (Cygwin Coverity
Scan CID 60023).
	* libc/ctype/iswalpha.c (iswalpha): Add bounds check to avoid
	out-of-bounds read from utf8 tables (CID 59949).
	* libc/locale/ldpart.c (__part_load_locale): Add 1 byte to size of lbuf.
	Write NUL into the last byte to accommodate split_lines (CID 60047).
2014-06-23 20:21:54 +00:00
..
Makefile.am * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c 2009-03-31 09:31:38 +00:00
Makefile.in 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> 2012-12-20 21:10:27 +00:00
ctype.tex
ctype_.c Port newlib to x86_64-pc-cygwin. 2013-04-23 09:42:25 +00:00
ctype_cp.h * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define. 2010-02-06 18:28:33 +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 * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
isalpha.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
isascii.c
isblank.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
iscntrl.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
isdigit.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
islower.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
isprint.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
ispunct.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +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/argz/envz_merge.c (envz_merge): Fix memory leak (Cygwin Coverity 2014-06-23 20:21:54 +00:00
iswblank.c * libc/ctype/iswblank.c (iswblank): Remove Unicode characters 2010-02-17 09:14:35 +00:00
iswcntrl.c * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
iswctype.c
iswdigit.c
iswgraph.c
iswlower.c
iswprint.c * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
iswpunct.c * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
iswspace.c * libc/ctype/iswblank.c (iswblank): Remove Unicode characters 2010-02-17 09:14:35 +00:00
iswupper.c
iswxdigit.c
isxdigit.c * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording. 2013-05-23 14:46:51 +00:00
jp2uc.c 2013-01-06 Mike Frysinger <vapier@gentoo.org> 2014-01-06 19:30:50 +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/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
towupper.c * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
utf8alpha.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
utf8print.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
wctrans.c
wctype.c