libc/newlib/libc/ctype
Jeff Johnston cd31fbb2ae Add nvptx port.
- From: Cesar Philippidis <cesar@codesourcery.com>
  Date: Tue, 10 Apr 2018 14:43:42 -0700
  Subject: [PATCH] nvptx port

  This port adds support for Nvidia GPU's, which are primarily used as
  offload accelerators in OpenACC and OpenMP.
2018-04-13 15:42:37 -04: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: align size of category bit fields to small targets needs 2018-03-14 11:38:24 +01: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 generated character category data, Unicode 10.0 2018-03-12 11:09:31 +01: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 use generated character data 2018-03-12 11:39:42 +01: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 character data generation 2018-03-12 11:39:50 +01: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 comments to document struct caseconv_entry 2018-03-26 12:01:50 +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