diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-16 21:43:07 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-16 21:43:07 +0000 |
commit | 805131243209d555578e0db754621b3c9b667271 (patch) | |
tree | ae45d733de3c729d81f2df8b51cdac51d2f3f60a /ChangeLog | |
parent | 9a948999764ecbbef237334004ba4ed158629376 (diff) | |
download | coreutils-805131243209d555578e0db754621b3c9b667271.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |