X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=a41db01d21d9310fac7e304e9665c3deec852b46;hb=d33e27b00b65fc12a046ca1f1bdb17bc5c1d1585;hp=f92f90831d01718f17a7c8cc83d19f3c005db1eb;hpb=5006cb177c494a52f8c6841a05c1404c25acfef6;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index f92f90831..a41db01d2 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,51 @@ -2004-10-01 Bruno Haible +2004-10-01 Simon Josefsson - * snprintf.c: Include . + * memmem.h: New file. + * memmem.c: New file, taken from glibc. + +2004-10-03 Paul Eggert + + 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-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 + + * snprintf.c: Include , , . + (snprintf): Declare 'args'. 2004-09-30 Simon Josefsson @@ -84,16 +129,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. @@ -120,7 +165,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.