Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-23 | Change to build w/ -std=c99 | Peter S. Mazinger | |
2006-01-16 | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | |
see what libpthread will do ... | |||
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-16 | some global data relocs gone | Peter S. Mazinger | |
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-08 | create an alias for internal usage | Mike Frysinger | |
2005-12-16 | Convert users | Peter S. Mazinger | |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger | |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger | |
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. | |||
2003-10-09 | Patch from Rob McMullen: | Eric Andersen | |
Here's a patch... Since they aren't SUSv3 functions, I don't know if they'll ever get officially added, but it helps with BSD porting and allows quite a few Gentoo ebuilds to compile without changing anything. Rob | |||
2002-04-05 | Add a fun pointer to make apps happy | Eric Andersen | |
2002-03-15 | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | |