]> Savannah Git Hosting - gnulib.git/commit
ctime: New module.
authorBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 11:19:24 +0000 (13:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 30 Apr 2017 17:26:37 +0000 (19:26 +0200)
commit8c59a9eb5cdd49322c399601bcbee630321164de
treea141f630dd8187f48280ddf9eb76b6e20e6c88df
parent8625e57a6e10f41b50d6912d1f9205533bae16b6
ctime: New module.

* lib/time.in.h (ctime): New declaration.
* lib/ctime.c: New file.
* m4/ctime.m4: New file.
* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_CTIME,
REPLACE_CTIME.
* modules/time (Makefile.am): Substitute GNULIB_CTIME, REPLACE_CTIME.
* modules/ctime: New file.
* doc/posix-functions/ctime.texi: Mention the new module.
ChangeLog
doc/posix-functions/ctime.texi
lib/ctime.c [new file with mode: 0644]
lib/time.in.h
m4/ctime.m4 [new file with mode: 0644]
m4/time_h.m4
modules/ctime [new file with mode: 0644]
modules/time