summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-03 21:10:37 +0000
committerJim Meyering <jim@meyering.net>2005-07-03 21:10:37 +0000
commitc719961a19762b34476db794a26bc480863634a8 (patch)
tree3a24d531d76bfa873c25feaca713d8ebad4bfa8f /lib
parent035abbb7c6fb7f5a600aef0d2e4ce6f43ea754de (diff)
downloadcoreutils-c719961a19762b34476db794a26bc480863634a8.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 2160ddc82..b486ada93 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-03 Jim Meyering <jim@meyering.net>
+
+ * posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
+ the .tm_year member, since otherwise gcc-4.0 would now warn about
+ tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
+
2005-07-03 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.am (libcoreutils_a_SOURCES): Undo previous change.