X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=00f074a408e75140a4322c31b9f284dd967c166b;hb=fb84631f1ec8e82d252cbad0b5b7f83a98e74ba9;hp=0e2a51a0c7eab59d58ccdfb090db9fb727bf8777;hpb=c40aa5995256778f23cd5f07892db45072084309;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 0e2a51a0c..00f074a40 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,26 @@ +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. + +2005-12-10 Sergey Poznyakoff + + * argp-fmtstream.c (__argp_fmtstream_update): Fix coredump + * argp-help.c (fill_in_uparams): Check if the constructed + struct uparams is valid. Fall back to the default values if it is + not. + 2005-12-09 Sergey Poznyakoff * argp-help.c (__argp_base_name): New function