X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=d4d8776258870870a63fbc2c5093bbed6fd0f3fd;hb=1150c074e8e94a4f310915f336cb01d3f196788c;hp=38430783015bf58b767734df7ca76d3ef77bb736;hpb=6c53c9025551ed72e7011f8de83aca2639bc5bfa;p=pspp diff --git a/ChangeLog b/ChangeLog index 3843078301..d4d8776258 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-01-31 Bruno Haible + + Work around getline() bug on FreeBSD 8.0. + * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer + and a non-zero size. + * tests/test-getline.c (main): Likewise. + * doc/posix-functions/getline.texi: Mention the FreeBSD bug. + Reported by Dennis via Eric Blake. + 2010-01-28 Eric Blake regex: fix build failure