Mike Frysinger
|
266bdc1f62
Replace FSF snail mail address with URLs
|
12 years ago |
Peter S. Mazinger
|
bb25127804
do not include xlocale.h, it is included by locale.h when needed
|
13 years ago |
Peter S. Mazinger
|
14b0a648ca
ctype.c, ctype.h: remove commented parts that were banned for removal after 0.9.31
|
13 years ago |
Peter S. Mazinger
|
f4ec824864
ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions
|
13 years ago |
Denys Vlasenko
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
15 years ago |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 years ago |
Bernhard Reutner-Fischer
|
c361b0d736
- fix fallout from r24140 and r24160 for !CTYPE_TABLES
|
15 years ago |
Denis Vlasenko
|
3f1adc3da0
*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x
|
16 years ago |
Denis Vlasenko
|
cf578c75a5
ctype: remove some trivial macros from ctype.h;
|
16 years ago |
Denis Vlasenko
|
32167ca3b6
fix improperly hidden fwprintf.
|
16 years ago |
Bernhard Reutner-Fischer
|
28075836bd
- make isascii visible again
|
16 years ago |
Bernhard Reutner-Fischer
|
4a7ac42c31
- make sure isspace() is exported.
|
16 years ago |
Denis Vlasenko
|
3e8067a627
deal with TODOs left over from libc_hidden_proto removal
|
16 years ago |
Denis Vlasenko
|
cb97aadebf
Last portion of libc_hidden_proto removal.
|
16 years ago |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 years ago |
Denis Vlasenko
|
933df87e4e
libc_hidden_proto removal, a few more functions
|
16 years ago |
Denis Vlasenko
|
e8c6de1939
libc_hidden_proto removal, just a few functions
|
16 years ago |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 years ago |
Bernhard Reutner-Fischer
|
1d7049aa86
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
16 years ago |
Carmelo Amoroso
|
498822b67f
Added a bounch of locale fixes.
|
16 years ago |
Peter S. Mazinger
|
766ef9a2cc
Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined
|
18 years ago |
Peter S. Mazinger
|
ab6b2a2737
s/#if/#ifdef/
|
19 years ago |
Peter S. Mazinger
|
f45706ca6a
global data uses libc_hidden_data_def, convert all -I hope- and add some new
|
19 years ago |
Peter S. Mazinger
|
f4b90fe63a
some more prototypes
|
19 years ago |
Peter S. Mazinger
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 years ago |
Peter S. Mazinger
|
15868f9c3d
s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now see what libpthread will do ...
|
19 years ago |
Peter S. Mazinger
|
b25ad630be
Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-)
|
19 years ago |
Peter S. Mazinger
|
0189d4d8e2
Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it
|
19 years ago |
Peter S. Mazinger
|
6f7dc709ed
make DODEBUG=y happy, update sysdeps/common/* copyright
|
19 years ago |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 years ago |