]> sourceware.org Git - newlib-cygwin.git/commit
Revert "ctype: use less short names in public header"
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 2 Dec 2021 10:21:14 +0000 (11:21 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 3 Dec 2021 09:50:58 +0000 (10:50 +0100)
commitdbc7d28ba9bee25fec59734695b31f70c6ecf2ff
treef1317f09589acf5719b175ceda7c7152ba635151
parent8dd641f23684683ad61cac140824c3f1ca0353bd
Revert "ctype: use less short names in public header"

This patch fixed a problem which isn't in newlib, but in projects
incorrectly using symbols from the reserved namespace.

This reverts commit 3ba1bd0d9dbc015c14a0aaafcef042f706d1249a.
24 files changed:
newlib/libc/ctype/ctype_.h
newlib/libc/ctype/isalnum.c
newlib/libc/ctype/isalnum_l.c
newlib/libc/ctype/isalpha.c
newlib/libc/ctype/isalpha_l.c
newlib/libc/ctype/isblank.c
newlib/libc/ctype/isblank_l.c
newlib/libc/ctype/iscntrl.c
newlib/libc/ctype/iscntrl_l.c
newlib/libc/ctype/isdigit.c
newlib/libc/ctype/isdigit_l.c
newlib/libc/ctype/islower.c
newlib/libc/ctype/islower_l.c
newlib/libc/ctype/isprint.c
newlib/libc/ctype/isprint_l.c
newlib/libc/ctype/ispunct.c
newlib/libc/ctype/ispunct_l.c
newlib/libc/ctype/isspace.c
newlib/libc/ctype/isspace_l.c
newlib/libc/ctype/isupper.c
newlib/libc/ctype/isupper_l.c
newlib/libc/ctype/isxdigit.c
newlib/libc/ctype/isxdigit_l.c
newlib/libc/include/ctype.h
This page took 0.032157 seconds and 5 git commands to generate.