From: Jim Meyering Date: Tue, 14 Oct 2003 14:43:59 +0000 (+0000) Subject: . X-Git-Tag: v5.1.0~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bc5afc7b0e489eca9aa8b8788d7ad918f8c8b5;p=thirdparty%2Fcoreutils.git . --- diff --git a/ChangeLog b/ChangeLog index b640402ef6..bb2aa86a5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-14 Jim Meyering + + * tests/chgrp/posix-H: New tests for the above. + * tests/chgrp/Makefile.am (TESTS): Add posix-H. + 2003-10-13 Paul Eggert 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 - - * tests/chgrp/posix-H: New tests for the above. - 2003-10-13 Jim Meyering * src/ls.c (init_column_info): Add another FIXME comment.