diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-08 17:45:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-08 17:45:11 +0000 |
commit | 3c5cd2319baa2e69349b863abebb332c831e14d6 (patch) | |
tree | b41b29a9890c677b2c822b794ab6b83ea1c24713 /lib/ChangeLog | |
parent | 351f9f7436c0efb233ea52a94a412d77ed991611 (diff) | |
download | coreutils-3c5cd2319baa2e69349b863abebb332c831e14d6.tar.xz |
.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index d904d010d..75bad0326 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,18 @@ +2003-06-08 Jim Meyering <jim@meyering.net> + + Clean up, as part of merge with emacs version of strftime.c. + * strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]: + Remove function, now that we can rely on a working tzset function. + Ensure that the required autoconf test has been run. + * gettimeofday.c: Also undef tzset. + (rpl_tzset): New function, for use by new macro, gl_FUNC_TZSET_CLOBBER. + 2003-06-07 Jim Meyering <jim@meyering.net> + * readtokens.h: Add copyright notice. + Include <stdio.h>. + Remove definition and uses of __P. + * readtokens.c: Put `Free Software Foundation, Inc.' in place of my name in the copyright comment. (init_tokenbuffer): Remove unnecessary parentheses around malloc. |