X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=04f364d095c844b72accba7676c7526d90060b3b;hb=93f20861d0ef8383725ceb95772aee532c2c26ff;hp=c5bc0d7e8ad8689ad18fa5bf5f7a750218b2e995;hpb=ad4e337794aeb185ab58fef27ddee3ee4e81efe3;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index c5bc0d7e8..04f364d09 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,62 @@ +2002-11-21 Jim Meyering + + Merge in changes from the coreutils. + + * mountlist.h (ME_DUMMY): Don't count entries of type `auto' as dummy + ones. At least on GNU/Linux systems, `auto' means something else. + From Michael Stone. + +2002-11-20 Paul Eggert + + Merge argmatch cleanups from Bison. Assume C89. + + * argmatch.c: Include config.h here, not in argmatch.h. + Include stdlib.h, for EXIT_FAILURE. + Always include , since we assume C89. + (EXIT_FAILURE): Remove pre-C89 bug workaround. + * argmatch.h: Do not include or . + Include instead, since it's all we need for size_t. + (PARAMS): Remove. All uses removed. + (ARRAY_CARDINALITY): Do not bother to #undef. + (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg, + ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): + Remove unnecessary parentheses. + (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH): + Insert necessary parentheses. + (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros. + (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT. + +2002-11-19 Bruno Haible + + * mbswidth.c: Include mbswidth.h right at the beginning. + * mbswidth.h: Include , for size_t. + + * mbswidth.h (PARAMS): Remove macro. + (mbswidth, mbsnwidth): Use ANSI C function declarations. + * mbswidth.c (mbswidth, mbsnwidth): Likewise. + + * gcd.h (PARAMS): Remove macro. + (gcd): Use ANSI C function declarations. + * gcd.c (gcd): Likewise. + +2002-11-15 Bruno Haible + + * strcspn.c: Include . + (strcspn): Use ANSI C function declaration. Change return type to + size_t. Use NULL. + * strpbrk.c: Minimize diffs to glibc. Include . + (strpbrk): Use NULL. + * strpbrk.h (PARAMS): Remove macro. + (strpbrk): Use ANSI C function declaration. + * strstr.c: Don't include . + * strstr.h (PARAMS): Remove macro. + (strstr): Use ANSI C function declarations. + +2002-11-06 Bruno Haible + + * gcd.h (gcd): Change argument type to 'unsigned long'. + * gcd.c (gcd): Likewise. + 2002-11-05 Bruno Haible * gcd.h: New file, from gettext-0.11.5.