summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen2014-10-291-4/+2
* * acconfig.h (_UNBUF_STREAM_OPT): Undefine.Corinna Vinschen2013-06-191-0/+4
* * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen2013-04-121-0/+6
* * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen2013-03-271-3/+144
* * libc/stdio/vfprintf.c (__sbprintf): Fix comment.Corinna Vinschen2012-10-161-1/+1
* * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen2012-10-161-1/+3
* Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen2012-08-081-5/+5
* * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen2012-05-301-4/+4
* * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz2012-01-131-1/+13
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen2010-02-151-1/+1
* * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen2010-02-051-37/+150
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen2010-01-141-2/+7
* * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen2009-11-181-2/+5
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen2009-06-161-5/+6
* * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen2009-03-111-2/+6
* * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen2009-03-061-57/+56
* 2008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston2008-12-101-0/+2
* 2008-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-10-311-4/+14
* Fix 2008-04-14 regression in asprintf(ptr,"").Eric Blake2008-04-301-21/+33
* 2008-04-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2008-04-141-2/+112
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Use correct pointer in call toCorinna Vinschen2007-12-191-2/+2
* * libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]:Eric Blake2007-10-131-2/+4
* Obey POSIX on printf("%.s", (char*)NULL).Eric Blake2007-09-171-2/+9
* Fix 'make info'.Eric Blake2007-07-191-3/+3
* Fix fflush issues.Eric Blake2007-07-131-1/+1
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake2007-05-271-1/+2
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake2007-05-241-1/+1
* * libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake2007-05-231-20/+20
* * libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake2007-05-181-1/+2
* Reduce stack size of *printf.Eric Blake2007-05-141-103/+84
* Minimize printf/scanf size on platforms that don't need C99.Eric Blake2007-05-111-37/+78
* * libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake2007-05-111-84/+143
* * libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake2007-05-081-1/+1
* Add support for asnprintf, and improve *printf documentation.Eric Blake2007-05-041-82/+36
* 2007-04-25 Eric Blake <ebb9@byu.net>Jeff Johnston2007-04-251-28/+9
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Don't zero pad on infinityEric Blake2007-04-241-2/+11
* * libc/stdio/vfprintf.c (_VFPRINTF_R): Avoid multibyte when notEric Blake2007-04-241-14/+19
* * libc/include/limits.h (NL_ARGMAX): Define a default value.Eric Blake2007-04-241-1/+5
* 2007-04-23 Brian Dessent <brian@dessent.net>Jeff Johnston2007-04-231-1/+1
* * libc/stdio/vfprintf.c (_VFPRINTF_F, cvt): Don't confuse %F with %e.Eric Blake2007-04-131-12/+17
* 2007-03-15 Eric Blake <ebb9@byu.net>Jeff Johnston2007-03-151-1/+1
* 2006-11-14 Eric Blake <ebb9@byu.net>Jeff Johnston2006-11-141-4/+10
* 2006-09-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-09-261-1/+1
* 2006-09-06 Eric Blake <ebb9@byu.net>Jeff Johnston2006-09-061-5/+102
* 2006-06-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2006-06-141-4/+5
* 2005-10-28 Bob Wilson <bob.wilson@acm.org>Jeff Johnston2005-10-281-7/+8
* 2005-10-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2005-10-141-2/+8
* 2005-10-11 David Weatherford <weath@tensilica.com>Jeff Johnston2005-10-111-2/+9
* 2005-06-16 Christopher Faylor <cgf@timesys.com>Jeff Johnston2005-06-161-3/+7
* 2005-03-21 Nicholas Wourms <nwourms@netscape.net>Jeff Johnston2005-03-211-2/+1