diff MODULES.html.sh @ 18059:20ad7d4822c8

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 23 Jul 2015 17:44:19 -0700
parents d104b5adea2f
children 31b2239ca59c
line wrap: on
line diff
--- a/MODULES.html.sh	Thu Jul 23 17:43:33 2015 -0700
+++ b/MODULES.html.sh	Thu Jul 23 17:44:19 2015 -0700
@@ -1725,6 +1725,7 @@
   func_begin_table
   func_module fprintftime
   func_module strftime
+  func_module time_rz
   func_end_table
 
   element="Extra functions based on ANSI C 89"