Mike Frysinger
|
266bdc1f62
Replace FSF snail mail address with URLs
|
il y a 12 ans |
Peter S. Mazinger
|
14b0a648ca
ctype.c, ctype.h: remove commented parts that were banned for removal after 0.9.31
|
il y a 13 ans |
Peter S. Mazinger
|
f4ec824864
ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions
|
il y a 13 ans |
Bernhard Reutner-Fischer
|
8793e73bdb
SUSv4: disable isascii, toascii, _toupper, _tolower
|
il y a 15 ans |
Bernhard Reutner-Fischer
|
eaacd088ac
silence warning about undefined CPP token
|
il y a 15 ans |
Bernhard Reutner-Fischer
|
3aa8bd9434
_toupper, _tolower depend on SUSv4
|
il y a 15 ans |
Denys Vlasenko
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
il y a 15 ans |
Bernhard Reutner-Fischer
|
b316b0c2a6
- fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits
|
il y a 15 ans |
Denis Vlasenko
|
eb856014a0
add comment why do we need _ISbit() macro
|
il y a 15 ans |
Carmelo Amoroso
|
3a4062d83c
Re-add _ISbit macro required to build libstdc++ from gcc toolchain.
|
il y a 15 ans |
Bernhard Reutner-Fischer
|
3f59c71ed8
- whitespace cleanup; no obj-code changes
|
il y a 16 ans |
Denis Vlasenko
|
d2ac303510
Help unifdef to remove private parts of headers
|
il y a 16 ans |
Denis Vlasenko
|
cf578c75a5
ctype: remove some trivial macros from ctype.h;
|
il y a 16 ans |
Denis Vlasenko
|
ee5c521918
Remove unused macros
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
28075836bd
- make isascii visible again
|
il y a 16 ans |
Bernhard Reutner-Fischer
|
4a7ac42c31
- make sure isspace() is exported.
|
il y a 16 ans |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
il y a 16 ans |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
il y a 16 ans |
Denis Vlasenko
|
933df87e4e
libc_hidden_proto removal, a few more functions
|
il y a 16 ans |
Carmelo Amoroso
|
54365d35cb
Hush compiler for extern inline warnings by using
|
il y a 16 ans |
Peter S. Mazinger
|
403d3b6c02
Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add it back
|
il y a 19 ans |
Peter S. Mazinger
|
dcc619d6cd
Sync minimally w/ glibc, else cpio fails building
|
il y a 19 ans |
Manuel Novoa III
|
ca773a850f
Obligatory forgotten file.
|
il y a 21 ans |
Manuel Novoa III
|
9c6f2391ed
Create a typedef for the ctype bitmask table entries.
|
il y a 21 ans |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
il y a 21 ans |
Eric Andersen
|
7a7b103e9c
Patch from Aidan Van Dyk to make _toupper and _tolower
|
il y a 22 ans |
Eric Andersen
|
ba23f7118c
Aidan Van Dyk noticed that _toupper and _tolower were misbehaving.
|
il y a 22 ans |
Manuel Novoa III
|
dd518180f1
Disable macro implementations. Somehow I missed the following from the
|
il y a 22 ans |
Manuel Novoa III
|
d07fdf8b9e
New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
|
il y a 22 ans |
Eric Andersen
|
e306be411d
Support isblank()
|
il y a 23 ans |