Waldemar Brodkorb
|
50aba30aee
remove libintl stub and libintl.h header
|
8 년 전 |
Salvatore Cro
|
86387d4eb3
Add argp implementation
|
9 년 전 |
Bernhard Reutner-Fischer
|
0676373756
unistd: allow to turn off getopt_long
|
10 년 전 |
Mike Frysinger
|
266bdc1f62
Replace FSF snail mail address with URLs
|
12 년 전 |
Peter S. Mazinger
|
6d0a357bd0
geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/
|
13 년 전 |
Peter S. Mazinger
|
d6bc454fcb
getopt[-susv3].c: use libintl's _(x)
|
13 년 전 |
Peter S. Mazinger
|
caa86c6d8d
getopt.c, getopt.h: avoid the need for __FORCE_GLIBC
|
13 년 전 |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 년 전 |
Denis Vlasenko
|
04b163798f
fix "make utils" build failure in ldconfig
|
16 년 전 |
Denis Vlasenko
|
b133fe1cac
next portion of libc_hidden_proto removal
|
16 년 전 |
Denis Vlasenko
|
933df87e4e
libc_hidden_proto removal, a few more functions
|
16 년 전 |
Bernhard Reutner-Fischer
|
1f020b1786
- trim any trailing whitespace
|
16 년 전 |
Bernd Schmidt
|
e66aed2bde
Revert revision 22027 which totally broke getopt.
|
16 년 전 |
Denis Vlasenko
|
43eb269ab1
getopt: do not needlessly use static structure.
|
16 년 전 |
Denis Vlasenko
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 년 전 |
Peter S. Mazinger
|
42c1ad48fa
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back
|
18 년 전 |
Peter S. Mazinger
|
dc25152b33
Take getopt from glibc, disable -W foo support as in the earlier version, size shrink 5%, hope it solves option parsing w/ busybox tar
|
19 년 전 |
Peter S. Mazinger
|
babffcaa72
Remove hidden_data_def for opt*
|
19 년 전 |
Peter S. Mazinger
|
0140324c10
attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnu
|
19 년 전 |
Peter S. Mazinger
|
f45706ca6a
global data uses libc_hidden_data_def, convert all -I hope- and add some new
|
19 년 전 |
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 년 전 |
Peter S. Mazinger
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 년 전 |
Mike Frysinger
|
34130f5af5
fixed unused warning
|
19 년 전 |
Peter S. Mazinger
|
c885bf5cf9
More hiding, including __mempcpy
|
19 년 전 |
Peter S. Mazinger
|
8a0b43005a
Hide mostly used functions
|
19 년 전 |
Peter S. Mazinger
|
f3b4c74b53
100 JUMP relocs less (remaining 431) by hiding internally used ones
|
19 년 전 |
Peter S. Mazinger
|
acbd270e37
include headers only if the related option is enabled
|
19 년 전 |
Manuel Novoa III
|
1217289737
Add a new *scanf implementation, includeing the *wscanf functions.
|
21 년 전 |
Eric Andersen
|
8cea9a34c6
rework getopt. no read need to split this one up since
|
22 년 전 |
Eric Andersen
|
24e8f0ec75
Make getopt act the same regardless whether the app was staticly linked
|
23 년 전 |