X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=976c624c4ceac904bd446423275afb04c83ea8cc;hb=6fea8a94379432b41d19aa2e9701de0af4db244d;hp=009382ceaae4be3e272e856e201282ecca58bd77;hpb=9c5dea9a6b01e70026bdadf3ad62fa97ba496f93;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 009382cea..976c624c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2013-11-08 Eric Blake + + fpending: fix regression on DragonFly BSD + * m4/fpending.m4 (gl_FUNC_FPENDING): Check for declaration. + * lib/fpending.h (__fpending): Don't declare twice. + Reported by GW in + + +2013-11-05 Jim Meyering + + hash: relax license to LGPLv2+, for libguestfs + * modules/hash (License): Change from GPL to LGPLv2+. + +2013-11-03 Paul Eggert + + intprops: port to Oracle Studio c99 + * lib/intprops.h (_GL_HAVE___TYPEOF__) [__SUNPRO_C && __STDC__]: + Define to 0, to avoid diagnostics when Oracle Studio is pedantic. + 2013-10-31 Paul Eggert obstack: pacify HP C