From 805131243209d555578e0db754621b3c9b667271 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 16 Apr 2003 21:43:07 +0000 Subject: *** empty log message *** --- ChangeLog | 2 ++ TODO | 7 ------- 2 files changed, 2 insertions(+), 7 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 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 -- cgit v1.2.3-54-g00ecf