mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* lib/wchar.in.h (wcsftime): New declaration. * lib/wcsftime.c: New file. * m4/wcsftime.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test for wcsftime declaration. (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_WCSFTIME, HAVE_WCSFTIME, REPLACE_WCSFTIME. * modules/wchar (Makefile.am): Substitute GNULIB_WCSFTIME, HAVE_WCSFTIME, REPLACE_WCSFTIME. * modules/wcsftime: New file. * doc/posix-functions/wcsftime.texi: Mention the new module.
28 lines
334 B
Plaintext
28 lines
334 B
Plaintext
Description:
|
|
wcsftime() function: convert broken-down time to wide string.
|
|
|
|
Files:
|
|
lib/wcsftime.c
|
|
m4/wcsftime.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WCSFTIME
|
|
if test $REPLACE_WCSFTIME = 1; then
|
|
AC_LIBOBJ([wcsftime])
|
|
fi
|
|
gl_WCHAR_MODULE_INDICATOR([wcsftime])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|