]> sourceware.org Git - newlib-cygwin.git/commit
* libc/stdio/swprintf.c (_swprintf_r, swprintf):
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 12 Mar 2009 10:27:10 +0000 (10:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 12 Mar 2009 10:27:10 +0000 (10:27 +0000)
commit4a825d4145f7a4d409f355b478781fa6742fabbf
treed3b97a061b009d6b12ca6faa4a2da7b3e859c3c9
parentcab0758eb202c7960157803b148cf68e55fa71a5
* libc/stdio/swprintf.c (_swprintf_r, swprintf):
correct how terminating L'\0' is added;
change return to match standard for when output does not fit;
some corrections and enhancements to the docs.
* libc/stdio/vswprintf.c (_vswprintf_r):  ditto, except for docs.
* libc/stdio/vfwprintf.c:  some corrections to the docs and some
enhancements to comments.  (No code changes.)
* libc/time/strftime.c:  Correct some problems that made wcsftime()
not work correctly:  work properly with swprintf returns that are
different from snprintf returns, correct test vector lengths for
when sizeof(wchar_t) > 1.
* libc/stdio/sprintf.c:  Some documentation and comment corrections and
enhancements to match those done to swprintf.c.
newlib/ChangeLog
newlib/libc/stdio/sprintf.c
newlib/libc/stdio/swprintf.c
newlib/libc/stdio/vfwprintf.c
newlib/libc/stdio/vswprintf.c
newlib/libc/time/strftime.c
This page took 0.032635 seconds and 5 git commands to generate.