From a05f1702902589575796ca1164ca999a37915d91 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Dec 2002 20:55:15 +0000 Subject: *** empty log message *** --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 9307b246a..471acfd78 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,8 @@ 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 -- cgit v1.2.3-54-g00ecf