summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-16 21:43:07 +0000
committerJim Meyering <jim@meyering.net>2003-04-16 21:43:07 +0000
commit805131243209d555578e0db754621b3c9b667271 (patch)
treeae45d733de3c729d81f2df8b51cdac51d2f3f60a /TODO
parent9a948999764ecbbef237334004ba4ed158629376 (diff)
downloadcoreutils-805131243209d555578e0db754621b3c9b667271.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 53e7bc10b..65c4d7ad1 100644
--- a/TODO
+++ b/TODO
@@ -74,11 +74,4 @@ resolve RH report on cp -a forwarded by Tim Waugh
Martin Michlmayr's patch to provide ls with `--sort directory' option
-clean-up: Remove anachronistic casts of xmalloc, xrealloc, and xcalloc
-return values found by this:
- grep -E '\*\) *x(m|c|re)alloc\>' {lib,src}/*.[ch]
-Fix with this:
- perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
-Also remove anachronistic casts of xrealloc's first argument.
-
Remove uses of PROTOTYPES