Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | 2001-01-30 | 2 | -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) and | Manuel Novoa III | 2001-01-28 | 1 | -54/+62 | |
| | | | | sizeof(long) equal. printf # flag now works for b (binary) specifier. | |||||
* | Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked | Manuel Novoa III | 2001-01-27 | 2 | -31/+71 | |
| | | | | the *s*printf functions to no longer use a static fake file. | |||||
* | Fixed stderr initialization bug (mine). | Manuel Novoa III | 2001-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix static buffer used initialization for FIXED_BUFFERS > 2. | Manuel Novoa III | 2001-01-17 | 1 | -4/+13 | |
| | ||||||
* | Cannot portably pass a short via va_args, since it will be | Eric Andersen | 2001-01-12 | 1 | -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 Andersen | 2001-01-11 | 3 | -173/+97 | |
| | ||||||
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -220/+398 | |
| | ||||||
* | A few cleanups. Fix fflush so it remembers to init stdio. | Eric Andersen | 2000-12-12 | 1 | -8/+10 | |
| | ||||||
* | Several updates from W. Greathouse | Eric Andersen | 2000-11-30 | 1 | -19/+21 | |
| | ||||||
* | Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>, | Eric Andersen | 2000-11-17 | 2 | -2/+5 | |
| | | | | and a bit of extra cleanup in the test makefiles. | |||||
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 8 | -22/+135 | |
| | | | | rework include/stdio.h, and fix up the resultant damage. | |||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 3 | -8/+8 | |
| | ||||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 3 | -3/+3 | |
| | ||||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -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 Andersen | 2000-10-26 | 3 | -1/+103 | |
| | ||||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -1/+8 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 | |
| | ||||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 4 | -1/+92 | |
| | ||||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 5 | -1413/+1398 | |
| | ||||||
* | Dependancy update | Eric Andersen | 2000-10-07 | 1 | -3/+0 | |
| | ||||||
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 1 | -26/+40 | |
| | | | | -Erik | |||||
* | Add in snprintf and vsnprintf | Eric Andersen | 2000-08-11 | 2 | -76/+104 | |
| | | | | -Erik | |||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 2 | -53/+57 | |
| | | | | -Erik | |||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -1/+0 | |
| | | | | | It is getting closer... -Erik | |||||
* | Some more makefile fixes. | Erik Andersen | 2000-05-16 | 1 | -4/+5 | |
| | | | | -Erik | |||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 1 | -8/+3 | |
| | | | | -Erik | |||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -4/+4 | |
| | | | | | to allow uC-libc to compile under x86. -Erik | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 4 | -0/+1901 | |