summaryrefslogtreecommitdiffstats
path: root/libc/stdio/perror.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-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 III2004-02-111-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 III2002-03-121-27/+0
|
* Update to accomodate the header file changesEric Andersen2001-09-271-0/+1
|
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-191-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 Andersen2000-10-111-0/+19