X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=00f074a408e75140a4322c31b9f284dd967c166b;hb=fb84631f1ec8e82d252cbad0b5b7f83a98e74ba9;hp=61f64ee0218ed289e2352f91cbc1d059bb08fee5;hpb=2c58354d87f199006af30c2313ddaa4b61bd53e9;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 61f64ee02..00f074a40 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2006-01-04 Paul Eggert + + * strftime.c (tzname): Don't declare if it is already #defined. + Problem reported for Mingw by Mark Junker. + +2006-01-03 Paul Eggert + + * 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 * fprintftime.c, fprintftime.h: New files.