aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio/vfprintf.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen1-254/+8
2023-11-10newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano1-1/+4
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce1-6/+6
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston1-2/+2
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano1-4/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard1-5/+1
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-4/+4
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-16/+8
2018-01-17ansification: remove _PTRYaakov Selkowitz1-6/+6
2018-01-17ansification: remove _PARAMSYaakov Selkowitz1-4/+4
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-17/+17
2018-01-17ansification: remove _ANDYaakov Selkowitz1-25/+25
2018-01-09newlib: fvprintf: fix get_arg for !_MB_CAPABLEIvan Grokhotkov1-0/+2
2017-12-01stdio: remove TRAD_SYNOPSISYaakov Selkowitz1-1/+1
2017-06-07Print sign of NaN values.Kito Cheng1-0/+4
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen1-4/+3
2016-02-08printf(3): Handle multibyte decimal point in field size computationCorinna Vinschen1-7/+9
2014-10-29 * libc/stdio/vfprintf.c (_VFPRINTF_R): Remove unnecessary comparison.Corinna Vinschen1-4/+2
2013-06-19 * acconfig.h (_UNBUF_STREAM_OPT): Undefine.Corinna Vinschen1-0/+4
2013-04-12 * acconfig.h (_WCHAR_ORIENT): UndefCorinna Vinschen1-0/+6
2013-03-27 * acconfig.h (_FVWRITE_IN_STREAMIO): Undefine.Corinna Vinschen1-3/+144
2012-10-16 * libc/stdio/vfprintf.c (__sbprintf): Fix comment.Corinna Vinschen1-1/+1
2012-10-16 * libc/include/sys/features.h (__GNUC_PREREQ): Define. UseCorinna Vinschen1-1/+3
2012-08-08 Throughout, run newlib with -Wall -Werror option and fix bugs andCorinna Vinschen1-5/+5
2012-05-30 * libc/stdio/local.h (_newlib_flockfile_start): New macro toCorinna Vinschen1-4/+4
2012-01-13 * libc/stdio/sprintf.c: Document 'm' conversion specifier.Yaakov Selkowitz1-1/+13
2010-02-15 * libc/stdio/vfprintf.c (_VFPRINTF_R): Drop printing a redundantCorinna Vinschen1-1/+1
2010-02-05 * libc/stdio/vfprintf.c: Include locale.h also if _WANT_IO_C99_FORMATSCorinna Vinschen1-37/+150
2010-01-14 * libc/stdio/vfprintf.c (_VFPRINTF_R): Just wave bytes invalid inCorinna Vinschen1-2/+7
2009-11-18 * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call toCorinna Vinschen1-2/+5
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen1-5/+6
2009-03-11 * libc/include/wchar.h (fwscanf, swscanf, vfwscanf, vswscanf, vwscanf,Corinna Vinschen1-2/+6
2009-03-06 * libc/include/stdio.h (__VALIST): Guard against multiple definition.Corinna Vinschen1-57/+56
2008-12-102008-12-10 Corinna Vinschen <corinna@vinschen.de>Jeff Johnston1-0/+2
2008-10-312008-10-31 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+14
2008-04-30Fix 2008-04-14 regression in asprintf(ptr,"").Eric Blake1-21/+33
2008-04-142008-04-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-2/+112
2007-12-19 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use correct pointer in call toCorinna Vinschen1-2/+2
2007-10-13* libc/stdio/vfprintf.c (_VFPRINTF_R) [__OPTIMIZE_SIZE__]:Eric Blake1-2/+4
2007-09-17Obey POSIX on printf("%.s", (char*)NULL).Eric Blake1-2/+9
2007-07-19Fix 'make info'.Eric Blake1-3/+3
2007-07-13Fix fflush issues.Eric Blake1-1/+1
2007-05-27* libc/stdio/vfprintf.c (_VFPRINTF_R): Populate 'ox' whenEric Blake1-1/+2
2007-05-24* libc/stdio/vfprintf.c (_VFPRINTF_R): Don't truncate %p whenEric Blake1-1/+1
2007-05-23* libc/stdio/vfscanf.c (__SVFSCANF_R): Support scanf(%1$s).Eric Blake1-20/+20
2007-05-18* libc/stdio/vfprintf.c [_WANT_IO_LONG_LONG]: Allow non-gccEric Blake1-1/+2
2007-05-14Reduce stack size of *printf.Eric Blake1-103/+84
2007-05-11Minimize printf/scanf size on platforms that don't need C99.Eric Blake1-37/+78
2007-05-11* libc/stdio/vfprintf.c (_VFPRINTF_R, cvt, exponent, chclass)Eric Blake1-84/+143
2007-05-08* libc/stdio/vfprintf.c: Fix typo in comments that breaks docs.Eric Blake1-1/+1