libc/newlib/libc/ctype
Christophe Lyon 4f7a6c326a newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"
Instead of "char *" to avoid compiler warnings.
This is OK because "cs" is only used as input of strcmp.
2018-10-11 16:32:14 +02:00
..
Makefile.am use generated character data 2018-03-12 11:39:42 +01:00
Makefile.in Add nvptx port. 2018-04-13 15:42:37 -04:00
caseconv.t generated case conversion data, Unicode 10.0 2018-03-12 11:09:31 +01:00
categories.c ctype: Fix bitfield types on 16-bit targets 2018-07-20 14:25:03 +02:00
categories.cat generated character category data, Unicode 10.0 2018-03-12 11:09:31 +01:00
categories.h use generated character data 2018-03-12 11:39:42 +01:00
categories.t Fix Unicode table. 2018-06-26 10:19:12 +02:00
ctype.tex Fix html build 2016-08-19 11:59:37 +02:00
ctype_.c ansification: remove _CONST 2018-01-17 11:47:08 -06:00
ctype_.h ansification: remove _CONST 2018-01-17 11:47:08 -06:00
ctype_cp.h ansification: remove _CONST 2018-01-17 11:47:08 -06:00
ctype_iso.h ansification: remove _CONST 2018-01-17 11:47:08 -06:00
isalnum.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isalnum_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isalpha.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isalpha_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isascii.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isblank.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isblank_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iscntrl.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
iscntrl_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isdigit.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
islower.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
islower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isprint.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isprint_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
ispunct.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
ispunct_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isspace.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isspace_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isupper.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalnum.c use generated character data 2018-03-12 11:39:42 +01:00
iswalnum_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswalpha.c use generated character data 2018-03-12 11:39:42 +01:00
iswalpha_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswblank.c use generated character data 2018-03-12 11:39:42 +01:00
iswblank_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswcntrl.c use generated character data 2018-03-12 11:39:42 +01:00
iswcntrl_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswctype.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
iswctype_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswdigit.c use generated character data 2018-03-12 11:39:42 +01:00
iswdigit_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswgraph.c use generated character data 2018-03-12 11:39:42 +01:00
iswgraph_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswlower.c use generated character data 2018-03-12 11:39:42 +01:00
iswlower_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswprint.c use generated character data 2018-03-12 11:39:42 +01:00
iswprint_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswpunct.c use generated character data 2018-03-12 11:39:42 +01:00
iswpunct_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswspace.c use generated character data 2018-03-12 11:39:42 +01:00
iswspace_l.c use generated character data 2018-03-12 11:39:42 +01:00
iswupper.c use generated character data 2018-03-12 11:39:42 +01:00
iswupper_l.c newlib: fix iswupper_l in !_MB_CAPABLE case 2018-03-27 12:35:27 +02:00
iswxdigit.c use generated character data 2018-03-12 11:39:42 +01:00
iswxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isxdigit.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
jp2uc.c newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *" 2018-10-11 16:32:14 +02:00
jp2uc.h 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
local.h use generated character data 2018-03-12 11:39:42 +01:00
mkcaseconv character data generation 2018-03-12 11:39:50 +01:00
mkcategories Fix Unicode table. 2018-06-26 10:19:12 +02:00
mkunidata fix/enhance Unicode table generation scripts 2018-03-14 10:44:32 +01:00
toascii.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
toascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
tolower.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
tolower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
toupper.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
toupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towctrans.c use generated character data 2018-03-12 11:39:42 +01:00
towctrans_l.c ctype: Avoid GCC note in towctrans_l.c 2018-07-30 10:47:57 +02:00
towlower.c use generated character data 2018-03-12 11:39:42 +01:00
towlower_l.c use generated character data 2018-03-12 11:39:42 +01:00
towupper.c use generated character data 2018-03-12 11:39:42 +01:00
towupper_l.c use generated character data 2018-03-12 11:39:42 +01:00
wctrans.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
wctrans_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
wctype.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
wctype_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00