X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=99e2c3e70265e57b956e34fb1327eaf55a18bae5;hb=b6772983c800c6faee7fc793b83975afb6d58bcc;hp=74919bb30ceebe344ad3f83b4e23e5f1f7b9901f;hpb=38ed8cbdaac9ed0f1c8cbedfac78ca3f10991528;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 74919bb30..99e2c3e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,232 @@ +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 + * modules/intprops-tests, tests/test-intprops.c: New files. + + intprops: add safe, portable integer overflow checking + * lib/intprops.h (_GL_INT_CONVERT, _GL_INT_TWOS_COMPLEMENT): + (_GL_INT_SIGNED, _GL_INT_MINIMUM, _GL_INT_MAXIMUM): + (_GL_SIGNED_INT_MINIMUM, INT_ADD_RANGE_OVERFLOW): + (INT__SUBTRACT__RANGE_OVERFLOW, INT_NEGATE_RANGE_OVERFLOW): + (INT_MULTIPLY_RANGE_OVERFLOW, INT_REMAINDER_RANGE_OVERFLOW): + (INT_LEFT_SHIFT_RANGE_OVERFLOW, _GL_ADD_OVERFLOW): + (_GL__SUBTRACT__OVERFLOW, _GL_MULTIPLY_OVERFLOW, _GL_DIVIDE_OVERFLOW): + (_GL_REMAINDER_OVERFLOW, _GL_UNSIGNED_NEG_MULTIPLE, INT_ADD_OVERFLOW): + (INT__SUBTRACT__OVERFLOW, INT_NEGATE_OVERFLOW, INT_MULTIPLY_OVERFLOW): + (INT_DIVIDE_OVERFLOW, INT_REMAINDER_OVERFLOW): + (INT_LEFT_SHIFT_OVERFLOW, _GL_BINARY_OP_OVERFLOW): New macros. + +2011-05-12 James Youngman + + Add a test for glibc's Bugzilla bug #12378. + * m4/fnmatch.m4: Use gnulib's fnmatch if the system fnmatch + doesn't allow the literal matching of a lone "[" (which is + required by POSIX). + * tests/test-fnmatch.c (main): Check that "[/b" matches itself. + +2011-05-11 Ulrich Drepper + + Sync glibc change fixing Bugzilla bug #12378. + * lib/fnmatch_loop.c (FCT): When matching '[' keep track of + beginning and fall back to matching as normal character if the + string ends before the matching ']' is found. This is what POSIX + requires. + +2011-05-13 Eric Blake + + getcwd-lgpl: relax test for FreeBSD + * doc/posix-functions/getcwd.texi (getcwd): Document portability + issue. + * tests/test-getcwd-lgpl.c (main): Relax test. + Reported by Matthias Bolte. + +2011-05-11 Eric Blake + + test-fflush: silence compiler warning + * tests/test-fflush.c (main): Don't fclose a NULL pointer. + +2011-05-11 Bruno Haible + + canonicalize, canonicalize-lgpl: Avoid crash dialog on MacOS X. + * m4/canonicalize.m4 (gl_FUNC_REALPATH_WORKS): Add GL_NOCRASH code. + * modules/canonicalize (Depends-on): Add 'nocrash'. + * modules/canonicalize-lgpl (Depends-on): Likewise. + * doc/posix-functions/realpath.texi: Update platforms list. + Reported by Ryan Schmidt . + +2011-05-11 Bruno Haible + + group-member: Declare function in . + * lib/unistd.in.h (group_member): New declaration. + * lib/group-member.h: Remove file. + * lib/group-member.c: Include instead of group-member.h. + * tests/test-unistd-c++.cc: Check signature of group_member. + * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Require + gl_UNISTD_H_DEFAULTS. Set HAVE_GROUP_MEMBER. + * m4/unistd_h.m4 (gl_UNISTD_H): Check whether group_member is declared. + (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GROUP_MEMBER, + HAVE_GROUP_MEMBER. + * modules/group-member (Files): Remove lib/group-member.h. + (Depends-on): Add unistd. Specify conditions. + (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR. + (Include): Change to . + * modules/unistd (Makefile.am): Substitute GNULIB_GROUP_MEMBER, + HAVE_GROUP_MEMBER. + * NEWS: Mention the change. + * lib/euidaccess.c: Don't include group-member.h. + +2011-05-11 Bruno Haible + + group-member: Document module. + * doc/glibc-functions/group_member.texi: Mention the 'group-member' + module. + +2011-05-11 Bruno Haible + + fclose: Fix mistake earlier today. + * lib/fclose.c (rpl_fclose): Don't assume that EOF < 0. + +2011-05-11 Eric Blake + + fclose: preserve fflush errors + * lib/fclose.c (rpl_fclose): Don't lose fflush errors. + Reported by Jim Meyering. + + bootstrap: support a prereq of 'rpcgen -' on RHEL5 + * build-aux/bootstrap (check_versions): When no specific version + is required, merely check that the app produces an exit status + that indicates its existence. + + maint.mk: drop redundant check + * top/maint.mk (sc_the_the): Delete; sc_prohibit_doubled_word does + the same but better. + +2011-05-11 Bruno Haible + + fclose: Fix possible link error. + * lib/fclose.c (rpl_fclose): Invoke _gl_unregister_fd, not + unregister_shadow_fd. Improve comments. + * lib/sockets.c (close_fd_maybe_socket): Add comments. Reported by + Eric Blake. + +2011-05-11 Jim Meyering + + maint.mk: improve "can not" detection and generalize rule name + * top/maint.mk (sc_prohibit_undesirable_word_seq): Renamed from + sc_prohibit_can_not, since we'll probably add a few more word pairs here. + Use the same technique as in sc_prohibit_doubled_word, so that + we recognize "can not" also when the words are separated by a newline. + Suggested by Eric Blake. + (perl_filename_lineno_text_): Define. Factored out of... + (prohibit_doubled_word_): ...here. Use the new definition. + (prohibit_undesirable_word_seq_): New var. Use it here, too. + (prohibit_undesirable_word_seq_RE_): New overridable variable. + (ignore_undesirable_word_sequence_RE_): New overridable variable. + +2011-05-10 Eric Blake + + fclose: avoid double close race when possible + * lib/fclose.c (rpl_fclose): Rewrite to avoid double-close race on + all but WINDOWS_SOCKETS. + 2011-05-10 Bastien Roucariès openat: correct new comment