acadia-newlib/newlib/libc/time
Corinna Vinschen 4a825d4145 * 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.
2009-03-12 10:27:10 +00:00
..
Makefile.am
Makefile.in
asctime.c
asctime_r.c
clock.c
ctime.c
ctime_r.c
difftime.c
gettzinfo.c
gmtime.c
gmtime_r.c
lcltime.c
lcltime_r.c
local.h
mktime.c
mktm_r.c
strftime.c
strptime.c
time.c
time.tex
tzlock.c
tzset.c
tzset_r.c
tzvars.c
wcsftime.c * libc/time/strftime.c: Adapt for dual-purpose use so not only 2009-03-09 12:35:03 +00:00