summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Collapse)AuthorAgeFilesLines
...
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-194-275/+384
| | | | | 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.
* Add vdprintf function. Note: will be rewritten to check if file descriptor ↵Manuel Novoa III2001-02-152-1/+12
| | | | has an associated FILE to avoid bad interactions with buffered output, but needed for busybox right now and that implementation has the same bug.
* Fix stdin/stdout/stderr for now.Manuel Novoa III2001-02-151-0/+4
|
* Remove now irrelevant comment.Eric Andersen2001-02-091-3/+0
|
* Silence warnings -- add func declaration.Eric Andersen2001-02-091-0/+1
| | | | -Erik
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-1/+34
| | | | | | | we don't blow up by using too much stack space, and simplifies the job of supporting new architectures, since they don't have to mess with calling foo init functions in crt0 and cleaning up the resulting damage. -Erik
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-302-7/+44
| | | | | Modified stdio/Makefile to build printf.c according to Config values for HAS_FLOATS and HAS_LONG_LONG.
* Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) andManuel Novoa III2001-01-281-54/+62
| | | | sizeof(long) equal. printf # flag now works for b (binary) specifier.
* Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III2001-01-272-31/+71
| | | | the *s*printf functions to no longer use a static fake file.
* Fixed stderr initialization bug (mine).Manuel Novoa III2001-01-241-1/+1
|
* Fix static buffer used initialization for FIXED_BUFFERS > 2.Manuel Novoa III2001-01-171-4/+13
|
* Cannot portably pass a short via va_args, since it will beEric Andersen2001-01-121-2/+2
| | | | | | internally converted to an int on many platforms. So make it be an int explicitly and call that good enough. -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-113-173/+97
|
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-220/+398
|
* A few cleanups. Fix fflush so it remembers to init stdio.Eric Andersen2000-12-121-8/+10
|
* Several updates from W. GreathouseEric Andersen2000-11-301-19/+21
|
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-172-2/+5
| | | | and a bit of extra cleanup in the test makefiles.
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-158-22/+135
| | | | rework include/stdio.h, and fix up the resultant damage.
* Fix doc blunder.Eric Andersen2000-11-043-8/+8
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-043-3/+3
|
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-2/+2
| | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>.
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-263-1/+103
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+8
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Makefile updateEric Andersen2000-10-121-1/+1
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-114-1/+92
|
* Bug ugly formatting updateEric Andersen2000-10-095-1413/+1398
|
* Dependancy updateEric Andersen2000-10-071-3/+0
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-26/+40
| | | | -Erik
* Add in snprintf and vsnprintfEric Andersen2000-08-112-76/+104
| | | | -Erik
* Lots and lots of cleanups.Eric Andersen2000-07-062-53/+57
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
| | | | | It is getting closer... -Erik
* Some more makefile fixes.Erik Andersen2000-05-161-4/+5
| | | | -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-144-0/+1901