From: Jim Meyering Date: Mon, 17 Apr 2006 23:17:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~478 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3280967bdbe07417c8b761025378c47d9114a538;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 361ea316cb..f97ba3ea5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2006-04-12 Paul Eggert +2006-04-18 Jim Meyering * Version 6.0-cvs. + * src/ptx.c (main) [DEFAULT_IGNORE_FILE]: Remove code to use a default + ignore file. This has never been enabled. Reported by Eric Blake. + +2006-04-12 Paul Eggert + * src/ln.c (linkfunc): Remove. This method ran into a compiler/linker bug in Interix. Just call symlink or link directly. All uses changed. * src/setuidgid.c (main) [! HAVE_SETGROUPS]: Don't call setgroups.