X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=e366808fd692e432f878a4b926cc59079fcbee97;hb=44fd637accbdb4f21edb7cc5194f5cf0848eac62;hp=a701b151fb77f5dd9c834b7c3d23e2c7b743981e;hpb=edafda534244e3760000faf7a088af872d146325;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index a701b151f..e366808fd 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,75 @@ +2004-10-05 Bruno Haible + + * strsep.h: Don't declare strsep() if HAVE_STRSEP. + +2004-10-04 Paul Eggert + + * xalloc.h (xmemdup): Renamed from xclone. All uses changed. + * xmalloc.c (xmemdup): Likewise. + * xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC, + XFREE): Remove these long-obsolescent macros. + * xmalloc.c (xstrdup): Implementation moved here from xstrdup.c + * xstrdup.c: Remove. + + * regex.c (re_comp): Cast gettext return value to char *, + Problem reported by Martin Neitzel via Mark D. Baushke. + +2004-10-04 Simon Josefsson + + * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of + '#ifdef USE_UNLOCKED_IO'. + +2004-10-04 Paul Eggert + + * argmatch.c, closeout.c, error.c, exclude.c, getdate.y, + getndelim2.c, getpass.c, getusershell.c, linebuffer.c, + md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c, + regex.c, sha1.c, version-etc.c, yesno.c: + Include "unlocked-io.h" only if USE_UNLOCKED_IO. + * unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now + the includer's responsibility. + + Sync from coreutils. + + * modechange.c (mode_compile): Don't decrement a pointer that + points to the start of a string, as the C Standard says the + resulting behavior is undefined. + + * backupfile.h (enum backuptype): Rename none -> no_backups, + simple -> simple_backups, numbered_existing -> + numbered_existing_backups, numbered -> numbered_backups + to avoid shadowing problems. All uses changed. + * argmatch.c (enum backuptype) [defined TEST]: Likewise. + * backupfile.c (check_extension, numbered_backup): + Rename locals to avoid shadowing 'basename'. + * backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than + once. + + * .cppi-disable: Add getopt_.h, getopt_int.h. + * .cvsignore: Add getopt.h. + +2004-10-04 Simon Josefsson + + * memmem.h: New file. + * memmem.c: New file, taken from glibc. + +2004-10-02 Jim Meyering + + * dirfd.h, getpagesize.h: Add copyright notice. + +2004-10-01 Paul Eggert + + * snprintf.c: Remove comments as to why each header is needed. + +2004-10-01 Yoann Vandoorselaere + + * strsep.h: New file. + * strsep.c: New file. + +2004-10-01 Simon Josefsson + + * snprintf.c (snprintf): Handle size==0. + 2004-10-01 Simon Josefsson Bruno Haible @@ -86,16 +158,16 @@ * argp-parse.c (N_): Define unconditionally. (argp_default_options): Fill out initializers with 0 to avoid gcc warnings. - + 2004-08-12 Simon Josefsson * getopt.c, getopt1.c: Remove ELIDE_CODE hack. * getopt_.h: Renamed from getopt.h. - + 2004-08-11 Paul Eggert Merge from coreutils. - + * fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing wmemchr or wmemcpy. Problem reported by Robert Dahlem for Reliant Unix 5.43. @@ -122,7 +194,7 @@ readable. This could be improved further but it'd take some work. 2004-08-08 Simon Josefsson - + * xgethostname.c: Don't include error.h (not used). * getpass.h: Add.