X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=ee4e3c6cfaacbb9e324ec12960b92809293e7a5c;hb=3b07ac4d2688471de4c8979e914a5b688b3b66fe;hp=2916f974adc4d8976db10fc403bc09b333af9b30;hpb=ec68a6fee63ee22364cb88f215b906989ab6b33c;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2916f974a..ee4e3c6cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2013-10-21 Jim Meyering + + regex: don't depend on wcscoll + * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wcscoll. + It is no longer used. + +2013-10-20 Jim Meyering + + error: add the printf attribute to a static function + * lib/error.c (error_tail): Add the printf attribute, to placate + gcc's -Werror=suggest-attribute=format option. + +2013-10-12 Jim Meyering + + error: make the module depend on vfprintf-posix + * modules/error (Depends-on): Add vfprintf-posix, since error + calls vfprintf unconditionally, via error_tail. + +2013-09-30 Jim Meyering + + fpending, obstack, strerror-override: use pure+const function attrs + * lib/fpending.h (__fpending): Declare with the "pure" attribute. + * lib/obstack.c (_obstack_allocated_p): Likewise. + * lib/obstack.h (_obstack_memory_used): Likewise. + (_obstack_memory_used): Likewise. + * lib/strerror-override.h (strerror_override): Declare with + the "const" attribute. + +2013-10-18 Eric Blake + + extern-inline: make safe for -Wundef usage + Reported by Vladimir 'phcoder' Serbinenko in + https://lists.gnu.org/archive/html/bug-gnulib/2013-10/msg00078.html + * m4/extern-inline.m4 (gl_EXTERN_INLINE): Port to older gcc. + 2013-10-16 Paul Eggert mkfifo-tests, etc.: allow HP-UX 11.11 bug