diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-04 05:07:30 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-04 05:07:30 +0000 |
commit | 9a00b08ea686775485dc122aba0871006960e8dd (patch) | |
tree | 51f2fb8818cc542997b0cbd11d2bfde95abca19a /lib/ChangeLog | |
parent | d96382a5e91187ccfed6468f8cd206b29de943de (diff) | |
download | coreutils-9a00b08ea686775485dc122aba0871006960e8dd.tar.xz |
Remove the dependency of the strftime module on the tzset module.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index b486ada93..41f2d7f06 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 |