X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=99e2c3e70265e57b956e34fb1327eaf55a18bae5;hb=b6772983c800c6faee7fc793b83975afb6d58bcc;hp=c2a67dadc0097b8705e3dfa7c534b452a2be609a;hpb=7509e3c4af13db1b48b779c7eac6342d5b778374;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c2a67dadc..99e2c3e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +2011-05-18 Eric Blake + + fnmatch: avoid compiler warning + * lib/fnmatch_loop.c (FCT): Use correct type. + Reported by Matthias Bolte. + +2011-05-13 Jim Meyering + + maint.mk: three new prohibit__without_use rules + * top/maint.mk (sc_prohibit_stdio--_without_use): New rule. + (sc_prohibit_stdio-safer_without_use): Likewise. + (sc_prohibit_xfreopen_without_use): Likewise. + +2011-05-17 Jim Meyering + + announce-gen: fail if the NEWS delta is empty + If there's nothing noteworthy in NEWS, then either you forgot + or you shouldn't be releasing. + * build-aux/announce-gen: Die if the NEWS delta is effectively empty. + +2011-05-17 Pádraig Brady + + * top/maint.mk (_gl_tight_scope:): Automatically exclude compiler + reserved symbols starting with double underscore from the check. + +2011-05-17 Paul Eggert + + intprops: add doc + * doc/intprops.texi: New file, documenting intprops. + * doc/gnulib.texi (Particular Modules): Include it. + + verify: add doc to gnulib manual and fix example + * doc/gnulib.texi (Compile-time Assertions): New node, for 'verify'. + * doc/verify.texi (Compile-time Assertions): Update 'assert' doc. + (Compile-time Assertions): Fix example so it can't overflow. + +2011-05-17 Jim Meyering + + warnings.m4: don't usurp save_CPPFLAGS variable name + * m4/warnings.m4: Prefix local temporary variable name with gl_. + + doc: fix typo + * doc/gnulib-intro.texi (Target Platforms): s/is/are/ + +2011-05-16 Paul Eggert + Bruno Haible + + doc: Tweak recent change. + * README (Portability guidelines): Tweak new text. + * doc/gnulib-intro.texi (Target Platforms): Likewise. Mention + Interix 6.1. + +2011-05-16 Eric Blake + + inttypes: avoid autoconf warning + * m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Only expand once. + * m4/stdint.m4 (gl_STDINT_H): Likewise. + +2011-05-16 Sam Steingold + and Eric Blake + + vc-list-files: accept multiple directory operands + * build-aux/vc-list-files: Iterate over all remaining operands. + +2011-05-16 Bruno Haible + + Fix confusion regarding deprecated modules. + * modules/calloc (Status, Notice): Mark module as deprecated, not + obsolete. + * modules/fnmatch-posix (Status, Notice): Likewise. + * modules/getdate (Status, Notice): Likewise. + * modules/getopt (Status, Notice): Likewise. + * modules/malloc (Status, Notice): Likewise. + * modules/pipe (Status, Notice): Likewise. + * modules/realloc (Status, Notice): Likewise. + * modules/rename-dest-slash (Status, Notice): Likewise. + * modules/unictype/bidicategory-all (Status, Notice): Likewise. + * modules/unictype/bidicategory-byname (Status, Notice): Likewise. + * modules/unictype/bidicategory-name (Status, Notice): Likewise. + * modules/unictype/bidicategory-of (Status, Notice): Likewise. + * modules/unictype/bidicategory-test (Status, Notice): Likewise. + +2011-05-16 Bruno Haible + + doc: List the target platforms. + * doc/gnulib-intro.texi (Target Platforms): New section. + * doc/gnulib.texi (Introduction): Update menu. + * README (Portability guidelines): Refer to the new section. Update + statement about oldest supported environment. Remove rationale why + , , are assumed. Update example of an + unportable C89 function. + Reported by Bastien Roucariès and + Charles Wilson . Feedback from Paul Eggert. + +2011-05-16 Paul Eggert + + * build-aux/bootstrap (gnulib_tool): Handle symlink timestamps better. + 2011-05-13 Paul Eggert intprops-tests: new module