Remove the dependency of the strftime module on the tzset module.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2005 04:40:46 +0000 (04:40 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2005 04:40:46 +0000 (04:40 +0000)
commitf9914d0bfb3044288be311b7aec94af3e63734e4
tree0e9df8f91861353f8718cccc8f22b76eb2f693d2
parent3dcbb359e857b2e7645d0ad33eb0ad9fbee02a16
Remove the dependency of the strftime module on the tzset module.
* modules/strftime (Depends-on): Remove dependency on tzset.
* lib/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.  If you still care about these old
Solaris releases, you should also use the tzset module, but we won't
require it as a dependency any more since we don't want LGPLed code
to depend on GPLed code.
* m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require gl_FUNC_TZSET_CLOBBER.
ChangeLog
lib/ChangeLog
lib/strftime.c
m4/ChangeLog
m4/strftime.m4
modules/strftime