modules/strftime


Log

Author Commit Date CI Message
Paul Eggert f9914d0b 2005-07-04T04:40:46 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.
Paul Eggert d3e8c58c 2005-05-06T17:22:45 (Depends-on): Add stdbool.
Paul Eggert 32865888 2005-03-21T22:07:25 Remove lib_SOURCES line from Makefile.am section of modules where this is now done automatically by the corresponding Autoconf macro.
Bruno Haible 5143f4e9 2004-09-22T15:11:04 Add a license tag to every module.
Paul Eggert fa06ed63 2004-08-06T22:57:01 Change include from <time.h> to "strftime.h".
Paul Eggert 62bb0ff2 2004-08-06T22:13:55 (lib_SOURCES): Add strftime.h.
Paul Eggert be67264c 2004-08-06T22:07:15 Add lib/strftime.h.
Jim Meyering 23fe10e2 2004-04-18T18:12:50 Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Paul Eggert 7b224479 2003-09-06T21:34:07 Add time_r module. Change timegm, mktime, and strftime to use localtime_r and gmtime_r, now supplied by the time_r module. This fixes some timegm bugs and cleans up mktime and strftime a bit.
Paul Eggert 29ad412d 2003-08-16T05:38:25 Merge from coreutils.
Bruno Haible 6f99528a 2003-01-20T10:02:37 Add a Maintainer.
Bruno Haible 2e82f91f 2003-01-13T16:07:17 Add module descriptions.
Bruno Haible 5e6853b8 2002-12-31T13:49:01 Small fixes.
Bruno Haible 740e9a30 2002-12-31T13:46:30 Module description.