fix swprintf handling of nul character in output
[musl] / src / stdio / vswprintf.c
2023-03-22 Rich Felkerfix swprintf handling of nul character in output
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-02-24 Rich Felkerin vswprintf, initialize the FILE rather than memset...
2016-11-08 Rich Felkerfix swprintf internal buffer state and error handling
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-18 Rich Felkerimplement [v]swprintf