Remove the dependency of the strftime module on the tzset module.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2005 05:07:30 +0000 (05:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2005 05:07:30 +0000 (05:07 +0000)
lib/ChangeLog
m4/ChangeLog

index b486ada..41f2d7f 100644 (file)
@@ -1,3 +1,10 @@
+2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove the dependency of the strftime module on the tzset module.
+       * strftime.c (my_strftime) [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
+       Copy the input structure, to work around some of the bug with
+       Solaris 2.5.1 and Solaris 2.6.
+
 2005-07-03  Jim Meyering  <jim@meyering.net>
 
        * posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
index 4f0c3fe..0fe7735 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove the dependency of the strftime module on the tzset module.
+       * strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
+       * prereq.m4 (gl_PREREQ): Add gl_FUNC_TZSET_CLOBBER.
+
 2005-07-03  Jim Meyering  <jim@meyering.net>
 
        * lstat.m4 (gl_FUNC_LSTAT): New file, from gnulib.