X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=108f2892815cbad7643492ab5b8f184f1d932b13;hb=a8aa9b44e1ba65ac648b53ff2130506e084678a1;hp=7b1f1b33eac76a7b4d7389695090760f13617067;hpb=d024fa8bcec450927b3aa850a7b6046c47671a35;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 7b1f1b33e..108f28928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ +2007-01-20 Jim Meyering + + * lib/userspec.c (parse_with_separator): If a user or group string + starts with "+", skip the corresponding name-to-ID look-up, since + such a look-up must fail: user and group names may not include "+". + +2007-01-19 Paul Eggert + + * lib/poll.c: Include sys/time.h and time.h unconditionally, + since we now assume the sys_time module. + * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or + check for sys/time.h; no longer needed. + * modules/poll (Depends-on): Depend on sys_time. + 2007-01-18 Bruno Haible + * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for . + * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise. + + * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and + gettimeofday. + * tests/test-gettimeofday.c: Include . (dummy): Remove variable.