]> Savannah Git Hosting - gnulib.git/commit
time: New module.
authorBruno Haible <bruno@clisp.org>
Wed, 8 Mar 2023 16:00:48 +0000 (17:00 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 8 Mar 2023 16:01:54 +0000 (17:01 +0100)
commitcbc0c1cda32bbcfab3ed0391cb9cfde444323571
treee0a312f54ebc5cfad764e3a869fcf4b23f4563bc
parent3ef8e9910ae8f0e5d63cff8f37e22bb5aa9109ae
time: New module.

* lib/time.in.h (time): New declaration.
* lib/time.c: New file.
* m4/time_h.m4 (gl_TIME_H_REQUIRE_DEFAULTS): Initialize GNULIB_TIME.
(gl_TIME_H_DEFAULTS): Initialize REPLACE_TIME.
* m4/time.m4: New file.
* modules/time-h (Makefile.am): Substitute GNULIB_TIME, REPLACE_TIME.
* modules/time: New file.
* tests/test-time-h-c++.cc: Check the signature of
GNULIB_NAMESPACE::time.
* doc/posix-functions/time.texi: Mention the glibc problem and the
'time' module.
ChangeLog
doc/posix-functions/time.texi
lib/time.c [new file with mode: 0644]
lib/time.in.h
m4/time.m4 [new file with mode: 0644]
m4/time_h.m4
modules/time [new file with mode: 0644]
modules/time-h
tests/test-time-h-c++.cc