| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lots of stdio cleanups. Several bug fixes, addition of a number of functions | Manuel Novoa III | 2001-02-19 | 1 | -13/+28 |
| | | | | | | 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 III | 2001-02-15 | 1 | -0/+11 |
| | | | | | 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 a couple of bugs in printf. Add floating pt output for doubles. Yeah! | Manuel Novoa III | 2001-01-30 | 1 | -5/+33 |
| | | | | | | 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 | 1 | -30/+70 |
| | | | | | the *s*printf functions to no longer use a static fake file. | ||||
| * | 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 | 1 | -36/+30 |
| | | |||||
| * | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -220/+398 |
| | | |||||
| * | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -302/+308 |
| | | |||||
| * | Add in snprintf and vsnprintf | Eric Andersen | 2000-08-11 | 1 | -75/+103 |
| | | | | | -Erik | ||||
| * | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+387 |
