diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-11 10:52:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-11 10:52:04 +0000 |
commit | d5d5c4fc6811bc97d9099904269b4d099a6095af (patch) | |
tree | f5020130c6b0739abe3ede738a0ec6175386d642 | |
parent | 6c93bdeeaa8a322b76c48ffc17a2205f6c3f5271 (diff) | |
download | coreutils-d5d5c4fc6811bc97d9099904269b4d099a6095af.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ -2003-04-10 Jim Meyering <jim@meyering.net> +2003-04-11 Jim Meyering <jim@meyering.net> * Version 5.0.1. + * copy.c, cp-hash.c, cp.c, csplit.c, cut.c, date.c, df.c, du.c: + * expand.c, expr.c, id.c, join.c, md5sum.c, nl.c, od.c, paste.c: + * pr.c, ptx.c, sort.c, split.c, su.c, tail.c, tee.c, tr.c: + * unexpand.c, users.c: Remove anachronistic casts of xmalloc, + xrealloc, and xcalloc return values and of xrealloc's first argument. + +2003-04-10 Jim Meyering <jim@meyering.net> + * src/stty.c (wrapf): Declare with format attribute. The S_MAGIC_... names shouldn't be maintained in two places (prior |