From: Jim Meyering Date: Sun, 15 Dec 2002 20:55:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aaa230726e119d7abcfb77b3ef078f3ff82093b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 471acfd78b..b377d8fee8 100644 --- a/TODO +++ b/TODO @@ -8,10 +8,6 @@ strip: add an option to specify the program used to strip binaries. Makefile.maint: extract announcement-generation into a perl script -remove PARAMS macros -grep -lE 'PARAMS ?\(\(.*\)\);?$' *.[ch] \ - | xargs perl -pi -e 's/PARAMS ?\((\(.*\))\)(;?)$/$1$2/' - doc/coreutils.texi: Address this comment: FIXME: mv's behavior in this case is system-dependent Better still: fix the code so it's *not* system-dependent.