summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish off the getc putc adjustmentEric Andersen2001-11-211-8/+0
|
* Patch from David McCullough <davidm@lineo.com>:Eric Andersen2001-10-041-15/+16
| | | | | | | | | | | | | | * reduce the sigset types to 32 bits (I've mentioned this before) I think I saw this change go in for another platform anyway ;-) * Do not use _IO_FILE as it clashes with the C++ libraries which know too much about how glibc workds :-( * Do not use _G_va_list for the same reason. * remove the CTORS/DTORS from crt0.S for ARM as the compiler provided crtbegin.o and crtend.o have these (and only these) already in them and you get multiple defined errs :-(
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-190/+393
|
* Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", andEric Andersen2001-08-241-9/+9
| | | | | "_stderr", since this is what gcc and libgcc expect... -Erik
* Get rid of non standard macros for things that are functionsEric Andersen2001-08-241-14/+6
|
* Wrap getline() inside #ifdef __USE_GNUEric Andersen2001-05-211-0/+2
|
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-19/+34
| | | | printf now supports long double, plus some bug fixes.
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-191-32/+38
| | | | | 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.
* Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype.Manuel Novoa III2001-02-151-4/+11
|
* Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III2001-01-271-0/+4
| | | | the *s*printf functions to no longer use a static fake file.
* Increase BUFSIZ to 512 to avoid bug in busybox tar.Manuel Novoa III2001-01-171-1/+1
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-9/+5
|
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-109/+332
| | | | rework include/stdio.h, and fix up the resultant damage.
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-261-1/+9
|
* Yet more updates. Getting closer....Eric Andersen2000-08-111-0/+9
| | | | -Erik
* More stuff. Down to only 43 missing functions before BusyBox willEric Andersen2000-08-101-0/+4
| | | | | | link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-061-0/+5
| | | | -Erik
* More header file cleanup.Eric Andersen2000-07-051-19/+102
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+118