summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-05-27 16:43:00 +0000
committerJim Meyering <jim@meyering.net>2002-05-27 16:43:00 +0000
commitfaa8bced59f489479c098700c80b887a73f29b42 (patch)
tree07136a62be29b1481475ecc3b4ad4d859ff60cd4 /lib
parentd2be1268c4d3ed0c8ba6974c7562b777a1564657 (diff)
downloadcoreutils-faa8bced59f489479c098700c80b887a73f29b42.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f27cf38ea..8eca734f9 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.