Lines Matching refs:ctype

373 	* libc/ctype/Makefile.am: ... and here.
632 * libc/ctype/Makefile.in: Regenerate.
641 * libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def.
642 * libc/ctype/ctype.tex: Include isblank and add to menu.
1761 * libc/ctype/iswalpha.c (iswalpha): Add bounds check to avoid
2016 * libc/ctype/jp2uc.c: Include string.h.
2881 * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording.
2882 * libc/ctype/isalpha.c: Ditto.
2883 * libc/ctype/isblank.c: Ditto.
2884 * libc/ctype/iscntrl.c: Ditto.
2885 * libc/ctype/isdigit.c: Ditto.
2886 * libc/ctype/islower.c: Ditto.
2887 * libc/ctype/isprint.c: Ditto.
2888 * libc/ctype/ispunct.c: Ditto.
2889 * libc/ctype/isxdigit.c: Ditto.
3032 * libc/ctype/ctype_.c (_ctype_): Fix definition for 64 bit Cygwin.
4590 sign-extended when converted to int and passed to ctype macros.
4752 * libc/ctype/ctype_.c (__ctype_ptr): Reinstate definition (guarded by
4925 * libc/ctype/Makefile.in: Regenerate.
5060 * libc/ctype/Makefile.in: Regenerate.
5182 * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2.
5183 * libc/ctype/iswprint.c (iswprint): Ditto.
5184 * libc/ctype/iswpunct.c (iswpunct): Drop standalone implementation.
5186 * libc/ctype/towlower.c (towlower): Update to Unicode 5.2. Add comment
5188 * libc/ctype/towupper.c (towupper): Ditto.
5189 * libc/ctype/utf8alpha.h: Ditto.
5190 * libc/ctype/utf8print.h: Ditto.
5191 * libc/ctype/utf8punct.h: Remove.
5192 * libc/ctype/iswcntrl.c (iswcntrl): Add comment to explain how to
5206 * libc/ctype/iswblank.c (iswblank): Remove Unicode characters
5209 * libc/ctype/iswspace.c (iswspace): Ditto.
5283 * libc/ctype/ctype_cp.h (_CTYPE_GEORGIAN_PS_128_254): Define.
5287 (__ctype_cp): Add array members for above ctype definitions.
5646 * libc/include/ctype.h (__ctype_lookup): Fix precedence.
5672 * libc/include/ctype.h (__ctype_lookup): New macro.
5863 * libc/ctype/ctype_cp.h (__ctype_cp): Likewise for ctype tables.
5867 * libc/ctype/iswspace.c (iswspace): Include "non-breaking
5869 * libc/ctype/iswblank.c (iswblank): Likewise.
6124 * libc/ctype/local.h (__locale_charset): Add arguments to
6137 * libc/ctype/tolower.c (tolower): Cast conversion result from
6139 * libc/ctype/toupper.c (toupper): Ditto.
6163 * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.
6165 * libc/ctype/local.h (_jp2uc): Define as macro if defined __CYGWIN__.
6166 * libc/string/local.h (_jp2uc): Include ../ctype/local.h.
6209 * libc/ctype/local.h (JP_JIS, JP_SJIS, JP_EUCJP): Move definition
6213 * libc/ctype/jp2uc.c (JP_JIS, JP_SJIS, JP_EUCJP): Define.
6216 * libc/ctype/iswalpha.c (iswalpha): Just call _jp2uc.
6217 * libc/ctype/iswblank.c (iswblank): Ditto.
6218 * libc/ctype/iswcntrl.c (iswcntrl): Ditto.
6219 * libc/ctype/iswprint.c (iswprint): Ditto.
6220 * libc/ctype/iswpunct.c (iswpunt): Ditto.
6221 * libc/ctype/iswspace.c (iswspace): Ditto.
6222 * libc/ctype/towlower.c (towlower): Ditto.
6223 * libc/ctype/towupper.c (towupper): Ditto.
6256 * libc/include/ctype.h (toupper, tolower)
6295 Be namespace clean in ctype.h.
6296 * libc/include/ctype.h (_tolower, _toupper, isalpha, isupper)
6302 * libc/include/ctype.h (isalpha, isupper, islower, isdigit)
6344 * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from
6346 * libc/ctype/ctype_cp.h: Split off all character class values for
6350 * libc/ctype/ctype_iso.h: Ditto.
6460 * libc/ctype/ctype_.c: Do not check for _HAVE_ARRAY_ALIASING.
6560 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Remove _B flag from TAB.
6561 * libc/ctype/ctype_cp.h: Mark non-cased letters in tables for codepages
6564 * libc/ctype/ctype_iso.h: Mark non-cased letters in ISO-8859 tables
6566 * libc/ctype/isblank.c (isblank): Special case TAB.
6567 * libc/ctype/islower.c (islower): Check explicitely for _L flag only
6569 * libc/ctype/isupper.c (isupper): Ditto, but check for _U flag.
6570 * libc/include/ctype.h (islower): Same in macro.
6649 * libc/ctype/ctype_c.c: Move inclusion of ctype_iso.h and
6655 * libc/include/ctype.h (__ctype_ptr__): Constify in !_MB_CAPABLE case.
6659 * libc/ctype/Makefile.am: Remove _tolower.c and _toupper.c
6662 * libc/ctype/Makefile.in: Regenerate.
6663 * libc/ctype/_tolower.c: Remove file.
6664 * libc/ctype/_toupper.c: Remove file.
6665 * libc/ctype/ctype_.c: Make sure ALLOW_NEGATIVE_CTYPE_INDEX
6675 * libc/ctype/ctype_cp.h: New file containing Windows codepage
6677 * libc/ctype/ctype_iso.h: New file containing ISO-8859-x
6679 * libc/ctype/tolower.c (tolower): Reimplement to support any singlebyte
6681 * libc/ctype/toupper.c (toupper): Ditto.
6682 * libc/include/ctype.h (_tolower): Define as macro per POSIX.
6699 * libc/ctype/ctype_.c (_CTYPE_DATA_0_127): Mark TAB as blank character.
6700 * libc/ctype/isblank.c: Replace hardcoded test with test for having _B
6701 marker in ctype array.
6702 * libc/include/ctype.h (isblank): Add macro.
6825 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode on
6827 * libc/ctype/iswblank.c: Ditto.
6828 * libc/ctype/iswcntrl.c: Ditto.
6829 * libc/ctype/iswprint.c: Ditto.
6830 * libc/ctype/iswpunct.c: Ditto.
6831 * libc/ctype/iswspace.c: Ditto.
6832 * libc/ctype/jp2uc.c (__jp2uc): On Cygwin, just return c.
6834 * libc/ctype/towlower.c: Ditto.
6835 * libc/ctype/towupper.c: Ditto.
7093 * libc/ctype/local.h (__lc_ctype): Remove declaration.
7095 * libc/ctype/iswalpha.c (iswalpha): Call __locale_charset instead of
7097 * libc/ctype/iswblank.c (iswblank): Ditto.
7098 * libc/ctype/iswcntrl.c (iswcntrl): Ditto.
7099 * libc/ctype/iswprint.c (iswprint): Ditto.
7100 * libc/ctype/iswpunct.c (iswpunct): Ditto.
7101 * libc/ctype/iswspace.c (iswspace): Ditto.
7102 * libc/ctype/towlower.c (towlower): Ditto.
7103 * libc/ctype/towupper.c (towupper): Ditto.
7824 * libc/include/ctype.h (isblank): isblank is C99.
7825 * libc/ctype/isblank.c (isblank comments): ditto. isblank does not
7876 * libc/ctype/Makefile.in: Ditto.
8254 * libc/include/ctype.h (_ctype_): Restore for C++ backward
8259 * libc/ctype/ctype_.c: Add new pointer __ctype_ptr__ which is one
8261 * libc/ctype/isalnum.c: Use __ctype_ptr__.
8262 * libc/ctype/isalpha.c: Ditto.
8263 * libc/ctype/iscntrl.c: Ditto.
8264 * libc/ctype/isdigit.c: Ditto.
8265 * libc/ctype/islower.c: Ditto.
8266 * libc/ctype/isprint.c: Ditto.
8267 * libc/ctype/ispunct.c: Ditto.
8268 * libc/ctype/isspace.c: Ditto.
8269 * libc/ctype/isupper.c: Ditto.
8270 * libc/ctype/isxdigit.c: Ditto.
8271 * libc/include/ctype.h: Change ctype macros to use new __ctype_ptr__
8272 and add declaration of __ctype_ptr__. Remove older ctype table pointers
10130 * libc/ctype/Makefile.in: Regenerate.
11000 * libc/ctype/Makefile.in: Ditto.
11569 * libc/ctype/Makefile.am: Add $(ELIX_SOURCES) to
11571 * libc/ctype/Makefile.in: Regenerated.
11602 * libc/ctype/Makefile.am: Ditto.
11872 * libc/ctype/Makefile.am: Ditto.
12325 * libc/ctype/ctype.tex: Use hyphens as appropriate, but not otherwise.
12326 * libc/ctype/islower.c: Likewise.
12327 * libc/ctype/isupper.c: Likewise.
12328 * libc/ctype/iswalnum.c: Likewise.
12329 * libc/ctype/iswalpha.c: Likewise.
12330 * libc/ctype/iswblank.c: Likewise.
12331 * libc/ctype/iswcntrl.c: Likewise.
12332 * libc/ctype/iswdigit.c: Likewise.
12333 * libc/ctype/iswgraph.c: Likewise.
12334 * libc/ctype/iswlower.c: Likewise.
12335 * libc/ctype/iswprint.c: Likewise.
12336 * libc/ctype/iswpunct.c: Likewise.
12337 * libc/ctype/iswspace.c: Likewise.
12338 * libc/ctype/iswupper.c: Likewise.
12339 * libc/ctype/iswxdigit.c: Likewise.
12340 * libc/ctype/tolower.c: Likewise.
12341 * libc/ctype/toupper.c: Likewise.
12342 * libc/ctype/towctrans.c: Likewise.
12343 * libc/ctype/towlower.c: Likewise.
12344 * libc/ctype/towupper.c: Likewise.
12857 * libc/include/ctype.h: Remove invalid +1 offset from
12858 ctype macro references to __ctype_ptr.
12874 * libc/ctype/ctype_.c: Check for _HAVE_ARRAY_ALIASING before
12876 * libc/include/ctype.h: Change macros to use __ctype_ptr. Mark
13387 * libc/ctype/ctype.tex: Added missing documentation.
13944 * libc/ctype/iswalpha.c, libc/ctype/iswblank.c: Include <newlib.h>
13946 * libc/ctype/iswcntrl.c, libc/ctype/iswprint.c: Ditto.
13947 * libc/ctype/iswpunct.c, libc/ctype/iswspace.c: Ditto.
13948 * libc/ctype/jp2uc.c: Ditto.
13949 * libc/ctype/towlower.c, libc/ctype/towupper.c: Ditto.
14312 * libc/ctype/Makefile.in: Ditto.
14460 * libc/ctype/iswctype.c, include/sys/reent.h, libc/stdlib/a64l.c:
14842 * libc/ctype/wctype.c (_DEFUN): Remove empty default case, as
14961 * libc/ctype/iswalpha.c: Fix calls to __jp2uc to pass the
14963 * libc/ctype/iswblank.c: Ditto.
14964 * libc/ctype/iswcntrl.c: Ditto.
14965 * libc/ctype/iswprint.c: Ditto.
14966 * libc/ctype/iswpunct.c: Ditto.
14967 * libc/ctype/iswspace.c: Ditto.
14968 * libc/ctype/towlower.c: Ditto.
14969 * libc/ctype/towupper.c: Ditto.
15807 * libc/ctype/ctype_.c: Remove checks for deprecated __CYGWIN32__.
16421 * libc/ctype/jp2uc.c: Change to use multiple arrays in jp2uc.h.
16424 * libc/ctype/jp2uc.h: Change from one array to a number of
16442 * libc/ctype/Makefile.am: Add new files.
16443 * libc/ctype/Makefile.in: Regenerated.
16444 * libc/ctype/ctype.tex: Add new iswxxxx, towxxxx, wctype,
16446 * libc/ctype/iswalnum.c: New file.
16447 * libc/ctype/iswalpha.c: Ditto.
16448 * libc/ctype/iswblank.c: Ditto.
16449 * libc/ctype/iswcntrl.c: Ditto.
16450 * libc/ctype/iswctype.c: Ditto.
16451 * libc/ctype/iswdigit.c: Ditto.
16452 * libc/ctype/iswgraph.c: Ditto.
16453 * libc/ctype/iswlower.c: Ditto.
16454 * libc/ctype/iswprint.c: Ditto.
16455 * libc/ctype/iswpunct.c: Ditto.
16456 * libc/ctype/iswspace.c: Ditto.
16457 * libc/ctype/iswupper.c: Ditto.
16458 * libc/ctype/iswxdigit.c: Ditto.
16459 * libc/ctype/jp2uc.c: Ditto.
16460 * libc/ctype/jp2uc.h: Ditto.
16461 * libc/ctype/local.h: Ditto.
16462 * libc/ctype/towctrans.c: Ditto.
16463 * libc/ctype/towlower.c: Ditto.
16464 * libc/ctype/towupper.c: Ditto.
16465 * libc/ctype/utf8alpha.h: Ditto.
16466 * libc/ctype/utf8print.h: Ditto.
16467 * libc/ctype/utf8punct.h: Ditto.
16468 * libc/ctype/wctrans.c: Ditto.
16469 * libc/ctype/wctype.c: Ditto.
16804 * libc/ctype/Makefile.am: Add EL/IX level checking.
16805 * libc/ctype/Makefile.in: Regenerated.
17532 * libc/include/ctype.h: Same.
17809 * libc/include/ctype.h: Remove isblank macro.
17811 * libc/ctype/Makefile.am (LIB_SOURCES): Add isblank.c.
17812 * libc/ctype/isblank.c: New file.
17813 * libc/include/ctype.h [!__STRICT_ANSI__]: Add isblank
19300 * libc/ctype/Makefile.am: Add libtool support.
19602 * /libc/include/ctype.h (is* and to* macros): Do not define if C++.
19606 * libc/ctype/ctype_.c: When compiled with gcc on platforms
20578 * libc/include/ctype.h (_ctype_): use __IMPORT
20660 * libc/include/ctype.h: __CYGWIN32__ -> __CYGWIN__
20710 * libc/include/ctype.h: Changed tolower and toupper macros
20960 libc/configure libc/ctype/Makefile.in libc/errno/Makefile.in
21459 * libc/include/ctype.h: Ditto.
21520 * libc/ctype/ctype_.c: Need to use __declspec(dllexport) for
21529 * include/ctype.h: Use __declspec(dllimport) method for exporting
21569 * libc/include/ctype.h: Don't use dll imported variables in newlib.
21573 * libc/include/ctype.h: Define _ctype_ as dll imported variable
21577 * libc/ctype/ctype_.c: Undefine _ctype_ in case it has been defined
21700 * libc/ctype/Makefile.in: Regenerated.
21933 * libc/ctype/Makefile.in: Regenerated.
22128 * libc/include/ctype.h: ditto
24868 * libc/ctype/Makefile.in: Fill in _to* dependencies.
24890 * libc/include/ctype.h (_tolower, _toupper): Moved inside
24892 * libc/ctype/Makefile.in (OFILES): Added _tolower.o and _toupper.o
24893 * libc/ctype/_tolower.c: New file.
24894 * libc/ctype/_toupper.c: New file.
24895 * libc/ctype/tolower.c (_tolower): Moved to _tolower.c.
24896 * libc/ctype/toupper.c (_toupper): Moved to _toupper.c.
24897 * libc/ctype/toascii.c (_toascii): Removed.
26295 * libc/include/{assert.h, ctype.h, dirent.h, errno.h, fastmath.h,
26420 * libc/ctype/Makefile.in, libc/errno/Makefile.in,
26514 * doc/makedoc.c: Include <ctype.h>.
26605 * libc/libc.texinfo, libc/ctype/ctype.tex, libc/locale/locale/tex,
26812 * libc/include/{_ansi.h, ctype.h, math.h, reent.h, locale.h,
26936 libc/include/{_ansi.h, assert.h, ctype.h, errno.h, fastmath.h,
27467 * libc/ctype/ctype_.c: marked _ctype_ array _CONST.
27468 * libc/include/ctype.h: marked _ctype_ as _CONST.
27540 * libc/ctype/tolower.c, libc/ctype/toupper.c: (doc changes in
27648 * libc/ctype/isupper.c: revise doc;
27649 libc/ctype/ctype.tex: use doc from isupper.c