Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove(): slight readabability tweak, no code changes | Denys Vlasenko | 2009-09-05 | 1 | -5/+2 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -3/+3 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | 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 | -5/+6 |
| | | | | missing headers, other jump relocs removed | ||||
* | Do hidden fopen*/remove | Peter S. Mazinger | 2005-12-13 | 1 | -1/+2 |
| | |||||
* | Hide some of the f* *printf, use them as well | Peter S. Mazinger | 2005-12-08 | 1 | -0/+3 |
| | |||||
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -0/+29 |
| | | | | | | | | 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 | -23/+0 |
| | |||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -1/+1 |
| | | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | ||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -0/+23 |