Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -3/+7 |
| | | | | missing headers, other jump relocs removed | ||||
* | Use internal \*_strerror_r | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -1/+2 |
| | |||||
* | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | 2005-07-28 | 1 | -1/+1 |
| | | | | | compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. | ||||
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -0/+36 |
| | | | | | | | | Codepaths streamlined. Improved performance for nonthreaded apps when linked with a thread-enabled libc. Minor iconv bug and some locale/thread related startup issues fixed. These showed up in getting a gcj-compiled java helloworld app running. Removed some old extension functions... _stdio_fdout and _stdio_fsfopen. | ||||
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 1 | -27/+0 |
| | |||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -0/+1 |
| | |||||
* | Lots of stdio cleanups. Several bug fixes, addition of a number of functions | Manuel Novoa III | 2001-02-19 | 1 | -14/+21 |
| | | | | | to supplement macros in stdio.h, change perror to use stdio package instead of "write". Also add back in weak stdio initialization for static lib case. | ||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -0/+19 |