Add Gnulib `strftime' module, update Gnulib files.
authorLudovic Courtès <ludo@gnu.org>
Tue, 2 Sep 2008 19:16:10 +0000 (21:16 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 2 Sep 2008 19:16:10 +0000 (21:16 +0200)
commite65fc94b7a01a46d867480861e93984e8ea1e012
tree386f6753b645e0dc8f00111cfe66ab228cf3d6d8
parentbfb2e1135842460d450cd514b8ef692a752db26c
Add Gnulib `strftime' module, update Gnulib files.

* m4/gnulib-cache.m4 (gl_MODULES): Add `strftime'.
19 files changed:
lib/Makefile.am
lib/stdbool.in.h [new file with mode: 0644]
lib/strftime.c [new file with mode: 0644]
lib/strftime.h [new file with mode: 0644]
lib/strings.in.h
lib/time.in.h [new file with mode: 0644]
lib/time_r.c [new file with mode: 0644]
lib/wchar.in.h [new file with mode: 0644]
m4/.cvsignore
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/include_next.m4
m4/mbstate_t.m4 [new file with mode: 0644]
m4/stdbool.m4 [new file with mode: 0644]
m4/strftime.m4 [new file with mode: 0644]
m4/time_h.m4 [new file with mode: 0644]
m4/time_r.m4 [new file with mode: 0644]
m4/tm_gmtoff.m4 [new file with mode: 0644]
m4/wchar.m4 [new file with mode: 0644]