X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a3ddcef23173141787c08132012fe63b9e86c42c;hb=68d757e2cb228590d46961cbf3e9ec7d4460e335;hp=df4b52c40e211f0d9405a9dcbc6cd2699e16f4d4;hpb=caefbc9f759c39878987f78e7ba0bd5df63b491d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index df4b52c40..a3ddcef23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2011-03-12 Bruno Haible + + wcswidth, mbswidth: Avoid integer overflow. + * lib/wcswidth.c: Include . + * lib/wcswidth-impl.h (wcswidth): Avoid 'int' overflow. + * lib/mbswidth.c: Include . + (mbsnwidth): Avoid 'int' overflow. + Reported by Jim Meyering. + +2011-03-12 Bruno Haible + + futimens, utimensat: Avoid endless recursion on Solaris 10. + * lib/sys_stat.in.h (futimens, utimensat): Define with rpl_ prefix on + Solaris. + Reported by Ben Walton via Eric Blake + in . + +2011-03-11 Jim Meyering + + maint.mk: relax a regexp to accommodate other formatting styles + * top/maint.mk (sc_unmarked_diagnostics): Allow 0 or 1 space + between "ngettext" and the following "(". + 2011-03-11 Pádraig Brady maint.mk: suppress a false positive warning