summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
AgeCommit message (Expand)Author
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