From 6c84ec765f4d737b28b2016fa273f8db6213b726 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Oct 2004 04:37:46 +0000 Subject: [PATCH] Sync from coreutils. --- lib/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index 32225f75ec..aaa22944df 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,24 @@ +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. -- 2.30.2