X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ad2b14148a60329cc6a045e1caf68309a2d9fc30;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=2b373755188f77df15ec37bd25528dc514909469;hpb=ab509afde2e2572fe70ff0c55e3bf7ff289a9f40;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2b3737551..ad2b14148 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-10-13 Paul Eggert + + mgetgroups: remove dependency on realloc-gnu + The dependency violates the comment in realloc-gnu, which + says that tests can't depend on realloc-gnu; some tests depend + on mgetgroups, so mgetgroups can't depend on realloc-gnu. + Problem reported by Daniel Richard G. in + . + * lib/mgetgroups.c (mgetgroups): Don't call realloc (NULL, 0). + * modules/mgetgroups (Depends-on): Depend on realloc-posix, + not realloc-gnu. + +2013-10-12 Paul Eggert + + regex-tests: port to HP-UX 11.11 + Problem reported by Daniel Richard G. in + . + * modules/regex-tests (test_regex_LDADD): Add LIBTHREAD, LIB_PTHREAD. + 2013-10-10 Paul Eggert verify: document some 'assume' pitfalls