OSDN Git Service

* libc/time/strftime.c: Adapt for dual-purpose use so not only
authorcorinna <corinna>
Mon, 9 Mar 2009 12:35:03 +0000 (12:35 +0000)
committercorinna <corinna>
Mon, 9 Mar 2009 12:35:03 +0000 (12:35 +0000)
commit44f9d45d09dbeca0b0ec37397bd2bdd64025d3e0
treed9cb78a9fde83ea717af1b93d71da62cc0e29723
parent6364acdd1309d1ada877473bcce8dfa2f38b0e1d
* libc/time/strftime.c:  Adapt for dual-purpose use so not only
defines strftime(), but can also define wcsftime(); add optional
test package; speed up %Y handling.
* libc/time/wcsftime.c:  New file, defining wcsftime() (albeit
indirectly by including strftime.c) and its documentation.
* libc/time/time.tex:  Enhance tm_isdst explanation, change strftime
description to match modified description in strftime.c
* libc/time/Makefile.am:  Add wcsftime.c and wcsftime.def.  Add a rule
so that wcsftime.o gets rebuilt when strftime changes.
* libc/time/Makefile.in:  Regenerate.
* libc/include/wchar.h (wcsftime): Declare.
newlib/ChangeLog
newlib/libc/include/wchar.h
newlib/libc/time/Makefile.am
newlib/libc/time/Makefile.in
newlib/libc/time/strftime.c
newlib/libc/time/time.tex
newlib/libc/time/wcsftime.c [new file with mode: 0644]