autoupdate
[gnulib.git] / lib / ChangeLog
index 61f64ee..00f074a 100644 (file)
@@ -1,3 +1,15 @@
+2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * strftime.c (tzname): Don't declare if it is already #defined.
+       Problem reported for Mingw by Mark Junker.
+
+2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
+       long int, not int, for nanosecond counts, so that people who are
+       used to POSIX struct timespec won't be surprised.  Reported by Jim
+       Meyering.
+
 2005-12-16  Jim Meyering  <jim@meyering.net>
 
        * fprintftime.c, fprintftime.h: New files.