Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-04 | tweak __progname handling some more since some [bad] apps actually try and ↵ | Mike Frysinger | |
use it | |||
2005-12-16 | Convert users | Peter S. Mazinger | |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | |
2005-12-08 | Use internal \*_strerror_r | Peter S. Mazinger | |
2005-12-08 | Reorder so that no prototype is needed. Is there a better way to get rid of ↵ | Peter S. Mazinger | |
gcc warning instead of adding the loop for err/errx? attribute_noreturn is not enough ;-( | |||
2005-07-28 | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | |
compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. | |||
2004-03-11 | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III | |
were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work. |