newlib-cygwin/newlib/libc/ctype
Mike Frysinger 96bc16f6b2 newlib: libc: merge build up a directory
Convert all the libc/ subdir makes into the top-level Makefile.  This
allows us to build all of libc from the top Makefile without using any
recursive make calls.  This is faster and avoids the funky lib.a logic
where we unpack subdir archives to repack into a single libc.a.  The
machine override logic is maintained though by way of Makefile include
ordering, and source file accumulation in libc_a_SOURCES.

There's a few dummy.c files that are no longer necessary since we aren't
doing the lib.a accumulating, so punt them.

The winsup code has been pulling the internal newlib ssp library out,
but that doesn't exist anymore, so change that to pull the objects.
2022-03-16 21:18:25 -04:00
..
Makefile.inc newlib: libc: merge build up a directory 2022-03-16 21:18:25 -04:00
caseconv.t update to Unicode 14.0 2021-11-16 11:24:29 +01:00
categories.c map WEOF to undefined rather than the control char category 2019-01-13 23:33:51 +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 update to Unicode 14.0 2021-11-16 11:24:29 +01:00
ctype.tex Fix html build 2016-08-19 11:59:37 +02:00
ctype_.c Use remove-advertising-clause script to edit BSD licenses 2020-01-29 19:03:31 +01:00
ctype_.h Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01: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 Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isalnum_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isalpha.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isalpha_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01: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 Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isblank_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
iscntrl.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
iscntrl_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isdigit.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isdigit_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
islower.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
islower_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isprint.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isprint_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
ispunct.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
ispunct_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isspace.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isspace_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isupper.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isupper_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01: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 Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01:00
isxdigit_l.c Revert "ctype: use less short names in public header" 2021-12-03 10:50:58 +01: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 and amend scripts and makefile rules to generate Unicode data 2021-07-06 15:35:37 +02: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