]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 27 May 2002 16:43:00 +0000 (16:43 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 27 May 2002 16:43:00 +0000 (16:43 +0000)
lib/ChangeLog

index f27cf38ea1682c8d780ce06b3e62acc3c92cc5fd..8eca734f94a22bd03b66443e9876c2d0b3024959 100644 (file)
@@ -1,3 +1,15 @@
+2002-05-27  Jim Meyering  <meyering@lucent.com>
+
+       Fix a problem seen only on nonconforming systems whereby ls.c's
+       use of localtime, and then of gettimeofday would cause trouble:
+       the localtime call used to initialize rpl_gettimeofday's save
+       mechanism would clobber ls's current local time information so
+       that in any long listing the first file would always be listed
+       with date 1970-01-01.  Analysis by Volker Borchert.
+
+       * gettimeofday.c (localtime): Undefine.
+       (rpl_localtime): New function.
+
 2002-05-22  Jim Meyering  <meyering@lucent.com>
 
        * Makefile.am (libfetish_a_SOURCES): Add file-type.c and file-type.h.