X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=21eedcdfa52eb6237d75dd1e9ff79beee972b559;hb=a77413333408e54b8d6c4e19918098794cef4b4b;hp=06777dec3ed6c0263b51cf99d6ef7890aa1e66d5;hpb=1fd0accd6684bbaba6690f33684e5e6a0c85344a;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 06777dec3..21eedcdfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2013-07-06 Paul Eggert + + fnmatch: don't goto over declaration + * lib/fnmatch_loop.c (FCT): Hoist local up one level, to avoid + undefined behavior for goto over a declaration. + Problem reported by Charlie Brown in + . + +2013-07-03 Eric Blake + + mgetgroups: relax license to LGPLv2+ + * modules/getugroups (License): Change from GPLv3+. + * modules/mgetgroups (License): Likewise. + * modules/getgroups (License): Change from LGPLv3+. + + xalloc-oversized: relax license to LGPLv2+ + * modules/xalloc-oversized (License): Change from GPLv3+. + + nproc: relax license to LGPLv2+ + * modules/nproc (License): Change from LGPLv3+. + 2013-06-11 Paul Eggert getcwd-lgpl: port to Tru64