]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 16 Apr 2003 21:43:07 +0000 (21:43 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 16 Apr 2003 21:43:07 +0000 (21:43 +0000)
ChangeLog
TODO

index cba03a90f98c0f899c5a3217f54b24449e4d0897..c05321084819b4469a24dbcb931c395f679a0c5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,8 @@
        * src/tr.c: * src/unexpand.c, src/users.c:
        Remove anachronistic casts of xmalloc, xrealloc, and xcalloc
        return values and of xrealloc's first argument.
+       Fix the former with this:
+       perl -pi -e 's/\([^(]*?\*\) *(x(m|c|re)alloc)\b/$1/'
 
 2003-04-10  Jim Meyering  <jim@meyering.net>
 
diff --git a/TODO b/TODO
index 53e7bc10ba10e21b4824540008eeb4f285dd8ea6..65c4d7ad1ecd09f888bf7fbf8adfb20965d38eff 100644 (file)
--- 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