summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent9a948999764ecbbef237334004ba4ed158629376 (diff)
downloadcoreutils-805131243209d555578e0db754621b3c9b667271.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cba03a90f..c05321084 100644
--- 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>