| Commit message (Expand) | Author | Age | Files | Lines |
* | Print sign of NaN values. | Kito Cheng | 2017-06-07 | 1 | -0/+4 |
* | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 1 | -4/+3 |
* | printf(3): Handle multibyte decimal point in field size computation | Corinna Vinschen | 2016-02-08 | 1 | -7/+9 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison. | Corinna Vinschen | 2014-10-29 | 1 | -4/+2 |
* | * acconfig.h (_UNBUF_STREAM_OPT): Undefine. | Corinna Vinschen | 2013-06-19 | 1 | -0/+4 |
* | * acconfig.h (_WCHAR_ORIENT): Undef | Corinna Vinschen | 2013-04-12 | 1 | -0/+6 |
* | * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine. | Corinna Vinschen | 2013-03-27 | 1 | -3/+144 |
* | * libc/stdio/vfprintf.c (__sbprintf): Fix comment. | Corinna Vinschen | 2012-10-16 | 1 | -1/+1 |
* | * libc/include/sys/features.h (__GNUC_PREREQ): Define. Use | Corinna Vinschen | 2012-10-16 | 1 | -1/+3 |
* | Throughout, run newlib with -Wall -Werror option and fix bugs and | Corinna Vinschen | 2012-08-08 | 1 | -5/+5 |
* | * libc/stdio/local.h (_newlib_flockfile_start): New macro to | Corinna Vinschen | 2012-05-30 | 1 | -4/+4 |
* | * libc/stdio/sprintf.c: Document 'm' conversion specifier. | Yaakov Selkowitz | 2012-01-13 | 1 | -1/+13 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundant | Corinna Vinschen | 2010-02-15 | 1 | -1/+1 |
* | * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATS | Corinna Vinschen | 2010-02-05 | 1 | -37/+150 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid in | Corinna Vinschen | 2010-01-14 | 1 | -2/+7 |
* | * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to | Corinna Vinschen | 2009-11-18 | 1 | -2/+5 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length of | Corinna Vinschen | 2009-06-16 | 1 | -5/+6 |
* | * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf, | Corinna Vinschen | 2009-03-11 | 1 | -2/+6 |
* | * libc/include/stdio.h (__VALIST): Guard against multiple definition. | Corinna Vinschen | 2009-03-06 | 1 | -57/+56 |
* | 2008-12-10 Corinna Vinschen <corinna@vinschen.de> | Jeff Johnston | 2008-12-10 | 1 | -0/+2 |
* | 2008-10-31 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2008-10-31 | 1 | -4/+14 |
* | Fix 2008-04-14 regression in asprintf(ptr,""). | Eric Blake | 2008-04-30 | 1 | -21/+33 |
* | 2008-04-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2008-04-14 | 1 | -2/+112 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Use correct pointer in call to | Corinna Vinschen | 2007-12-19 | 1 | -2/+2 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]: | Eric Blake | 2007-10-13 | 1 | -2/+4 |
* | Obey POSIX on printf("%.s", (char*)NULL). | Eric Blake | 2007-09-17 | 1 | -2/+9 |
* | Fix 'make info'. | Eric Blake | 2007-07-19 | 1 | -3/+3 |
* | Fix fflush issues. | Eric Blake | 2007-07-13 | 1 | -1/+1 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' when | Eric Blake | 2007-05-27 | 1 | -1/+2 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p when | Eric Blake | 2007-05-24 | 1 | -1/+1 |
* | * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s). | Eric Blake | 2007-05-23 | 1 | -20/+20 |
* | * libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gcc | Eric Blake | 2007-05-18 | 1 | -1/+2 |
* | Reduce stack size of *printf. | Eric Blake | 2007-05-14 | 1 | -103/+84 |
* | Minimize printf/scanf size on platforms that don't need C99. | Eric Blake | 2007-05-11 | 1 | -37/+78 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass) | Eric Blake | 2007-05-11 | 1 | -84/+143 |
* | * libc/stdio/vfprintf.c: Fix typo in comments that breaks docs. | Eric Blake | 2007-05-08 | 1 | -1/+1 |
* | Add support for asnprintf, and improve *printf documentation. | Eric Blake | 2007-05-04 | 1 | -82/+36 |
* | 2007-04-25 Eric Blake <ebb9@byu.net> | Jeff Johnston | 2007-04-25 | 1 | -28/+9 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinity | Eric Blake | 2007-04-24 | 1 | -2/+11 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when not | Eric Blake | 2007-04-24 | 1 | -14/+19 |
* | * libc/include/limits.h (NL_ARGMAX): Define a default value. | Eric Blake | 2007-04-24 | 1 | -1/+5 |
* | 2007-04-23 Brian Dessent <brian@dessent.net> | Jeff Johnston | 2007-04-23 | 1 | -1/+1 |
* | * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e. | Eric Blake | 2007-04-13 | 1 | -12/+17 |
* | 2007-03-15 Eric Blake <ebb9@byu.net> | Jeff Johnston | 2007-03-15 | 1 | -1/+1 |
* | 2006-11-14 Eric Blake <ebb9@byu.net> | Jeff Johnston | 2006-11-14 | 1 | -4/+10 |
* | 2006-09-26 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2006-09-26 | 1 | -1/+1 |
* | 2006-09-06 Eric Blake <ebb9@byu.net> | Jeff Johnston | 2006-09-06 | 1 | -5/+102 |
* | 2006-06-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2006-06-14 | 1 | -4/+5 |
* | 2005-10-28 Bob Wilson <bob.wilson@acm.org> | Jeff Johnston | 2005-10-28 | 1 | -7/+8 |
* | 2005-10-14 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2005-10-14 | 1 | -2/+8 |