summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
AgeCommit message (Expand)Author
2023-04-04PR/57250: Martin Husemann: dtoa mishandles infinite doubles on 32bit bigchristos
2022-04-19lib: remove CONSTCOND commentrillig
2022-03-12reallocarr returns errno. preserve it.christos
2022-03-12vfwprintf(3): use reallocarrnia
2017-07-11A more correct fix for PR standards/52282.perseant
2017-07-10Do not use thousands grouping when none is specified by the locale.perseant
2014-01-20vfwprintf: fix error propagationyamt
2013-09-23Make compile with -DNO_FLOATING_POINTpooka
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2012-03-27- widen the internal read and write calls to match the syscallschristos
2012-03-21unsigned char portability castschristos
2012-03-15- ansify, knf.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2012-02-17remove unused variablechristos
2012-02-17Fix: CVE-2012-0864 fprintf() positional argument abuse.christos
2011-08-17fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones.christos
2010-12-16Observe the following spelling:wiz
2010-11-19PR/44113: Nicolas Joly: printf(3) should ignore zero padding for nan/infchristos
2010-07-31initialize fake FILE, not fp.tnozaki
2010-07-31undo unrelated diff.christos
2010-07-31fix coredump vfwprintf(stderr) reported in current-user@tnozaki
2009-10-25revert some of dsl's changes to make things build on i386; he can undo whatchristos
2009-10-24Remove a load of pointless casts - one that even lint doesn't bleat about.dsl
2009-08-05If the current locale doesn't define the 'thousands' grouping infodsl
2009-02-20printf("%zi\n", (ssize_t)-1); now correcly prints -1 on i386roy
2009-01-30sign-compare fixlukem
2008-06-05fix a "typo" which prevented %ls from working in printf() (NARROW case).aymeric
2008-03-21Don't coredump on out of memory conditions. This solution leaks, but gdtoachristos
2008-03-13Since _file is a short, check that the fd fits in it, otherwise bail withchristos
2007-02-03- merge change from freebsdchristos
2006-10-01fwprintf(stderr) may coredump, when LC_CTYPE locale is set none C/POSIX.tnozaki
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-02-16- s/notyet/WIDE_DOUBLE/christos
2006-01-26bcopy -> memcpykleink
2005-12-02redo the previous (WARNS=4) differently. consitify rather than makingyamt
2005-11-29WARNS=4christos
2005-06-15Initialize expsize to appease -Wuninitialized for sh3 and m68000.he
2005-06-12Ensure nconv isn't used in __mbsconv() before being initialized.lukem
2005-05-14Add the missing wide char support functions from freebsd.christos