Peter S. Mazinger
|
145a5962d8
err.c: add attribute_noreturn to static functions
|
13 years ago |
Peter S. Mazinger
|
23f8c147da
err.c, err.h: no need for hidden functions
|
13 years ago |
Bernhard Reutner-Fischer
|
21730caa66
trim Experimentally off and uncommented hidden
|
15 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
|
4cc4b30426
- adds several config-options to allow for turning off certain features
|
16 years ago |
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 years ago |
Peter S. Mazinger
|
b9a5236299
err() is not used internally
|
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
|
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
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 years ago |
Mike Frysinger
|
cd662e64be
tweak __progname handling some more since some [bad] apps actually try and use it
|
19 years ago |
Peter S. Mazinger
|
a1915d4502
Convert users
|
19 years ago |
Peter S. Mazinger
|
4f16d2e03a
Implement hidden poll, switch user to hidden *printf/*scanf/poll
|
19 years ago |
Peter S. Mazinger
|
e1caf0011e
Use internal \*_strerror_r
|
19 years ago |
Peter S. Mazinger
|
2dc51f82eb
Reorder so that no prototype is needed. Is there a better way to get rid of gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-(
|
19 years ago |
Manuel Novoa III
|
4dd29ad132
Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc
|
19 years ago |
Manuel Novoa III
|
93261cdf00
Rewrite the err/warn functions as they were broken (__noreturn__ funcs
|
20 years ago |