1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00
This commit is contained in:
Jim Meyering
2003-06-08 17:45:11 +00:00
parent 351f9f7436
commit 3c5cd2319b
5 changed files with 321 additions and 14 deletions

View File

@@ -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.