Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2003-02-05 Jonathan Larmour <jifl@eCosCentric.com> | Jeff Johnston | 2003-02-05 | 1 | -0/+2 |
| | | | | | | | | | * libc/stdio/vsprintf.c (vsprintf, _vsprintf_r): Set _file fd to -1 to be sure it cannot later match a valid file fd causing isatty() to return 1. * libc/stdio/asprintf.c (asprintf, _asprintf_r): Ditto. * libc/stdio/sprintf.c (sprintf, _sprintf_r): Ditto. * libc/stdio/vasprintf.c (vasprintf, _vasprintf_r): Ditto. | ||||
* | 2003-01-07 Charles Wilson <cwilson@ece.gatech.edu> | Jeff Johnston | 2003-01-07 | 1 | -9/+9 |
| | | | | | * libc/stdio/sprintf.c: fix typo * libc/stdio/vfprintf.c: fix typo | ||||
* | 2002-07-04 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-07-04 | 1 | -17/+27 |
| | | | | | | | | | | | | * libc/stdio/Makefile.am: Add asprintf.c and vasprintf.c. * libc/stdio/Makefile.in: Regenerated. * libc/stdio/asprintf.c: New file. * libc/stdio/vasprintf.c: Ditto. * libc/stdio/fvwrite.c: Add code to dynamically reallocate the buffer for asprintf support. * libc/stdio/sprintf.c: Add asprintf documentation. * libc/stdio/vfprintf.c: Add vasprintf documentation. * libc/include/stdio.h: Add new prototypes. | ||||
* | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+360 |