summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-15 20:55:15 +0000
committerJim Meyering <jim@meyering.net>2002-12-15 20:55:15 +0000
commita05f1702902589575796ca1164ca999a37915d91 (patch)
tree3ac2da9dbb76123272eb6472e8427942454949aa /TODO
parent85b26cb44d243f7191dac65d12a7eb3a495b2fb9 (diff)
downloadcoreutils-a05f1702902589575796ca1164ca999a37915d91.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
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