diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-14 14:43:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-14 14:43:59 +0000 |
commit | e5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5 (patch) | |
tree | 3160c102fb2641ad13b5cae20f36b339c00eb5ed | |
parent | 91e5e022c67ef49766cb052a403f2b1c08172eaf (diff) | |
download | coreutils-e5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5.tar.xz |
.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2003-10-14 Jim Meyering <jim@meyering.net> + + * tests/chgrp/posix-H: New tests for the above. + * tests/chgrp/Makefile.am (TESTS): Add posix-H. + 2003-10-13 Paul Eggert <eggert@twinsun.com> Fix to avoid a denial-of-service attack if the display width is @@ -14,10 +19,6 @@ to represent the current set of files. Allocate all the new size_t cells in one call to xnmalloc, rather than a row at a time. -2003-10-14 Jim Meyering <jim@meyering.net> - - * tests/chgrp/posix-H: New tests for the above. - 2003-10-13 Jim Meyering <jim@meyering.net> * src/ls.c (init_column_info): Add another FIXME comment. |