]> Savannah Git Hosting - gnulib.git/commit
time_rz: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2015 00:44:19 +0000 (17:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 24 Jul 2015 01:31:07 +0000 (18:31 -0700)
commit4bc76593d509827588081e32ebd75a5e34d1c374
tree6f606f5568ee824f46e134058fa0fcd8b3c891b3
parente187c794c938b93413dbb30cb4e1eb883884ecc2
time_rz: new module

* MODULES.html.sh: Add time_rz.
* lib/time_rz.c, m4/time_rz.m4, modules/time_rz: New files.
* lib/time.in.h (timezone_t, tzalloc, tzfree, localtime_rz, mktime_z):
New decls if _GNU_SOURCE && @GNULIB_TIME_RZ@ && ! @HAVE_TIMEZONE_T@.
* m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS):
New var HAVE_TIMEZONE_T (default 0).
* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
New var GNULIB_TIME_RZ (default 0).
* modules/time (time.h): Substitute the new vars.
ChangeLog
MODULES.html.sh
lib/time.in.h
lib/time_rz.c [new file with mode: 0644]
m4/sys_time_h.m4
m4/time_h.m4
m4/time_rz.m4 [new file with mode: 0644]
modules/time
modules/time_rz [new file with mode: 0644]