]> Savannah Git Hosting - gnulib.git/commit
localtime: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 11:32:40 +0000 (13:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 17:26:37 +0000 (19:26 +0200)
commit16778a29111e48e1f8f4afa07f77cfc3651c6040
treeb1f9425a4fd2df2b0526151c36efa5d7f4b8ac64
parent8c59a9eb5cdd49322c399601bcbee630321164de
localtime: New module.

* lib/time.in.h (localtime): Declare also if requested by module
'localtime'.
* lib/localtime.c: New file.
* m4/localtime.m4: New file.
* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_LOCALTIME.
* modules/time (Makefile.am): Substitute GNULIB_LOCALTIME.
* modules/localtime: New file.
* doc/posix-functions/localtime.texi: Mention the new module.
ChangeLog
doc/posix-functions/localtime.texi
lib/localtime.c [new file with mode: 0644]
lib/time.in.h
m4/localtime.m4 [new file with mode: 0644]
m4/time_h.m4
modules/localtime [new file with mode: 0644]
modules/time