From: Jim Meyering Date: Sat, 12 Jul 2003 11:32:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0d576996b7d1c085cd928c8593832d6f479920;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 71716606d2..b841f1b409 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-12 Jim Meyering + * src/remove.c: Remove `#pragma alloca' + * Version 5.0.1. * src/chown-core.c (change_file_owner): Do not restore any special @@ -7,8 +9,6 @@ by chown(2) on some systems. Suggestion and insistence :-) from Michael Stone. - * src/remove.c: Remove `#pragma alloca' - * tests/input-tty: Also check `test -t 1'. This is necessary on linux-2.4.21. Otherwise, the stty/basic-1 test would block when run in the background. @@ -16,8 +16,8 @@ 2003-07-11 Jim Meyering * tests/sample-test: Also fail if cat-to-create-expected-output - fails. Otherwise, if both `exp' and `out' end up empty because - of e.g., a full disk, they would mistakenly compare equal. + fails. Otherwise, if both `exp' and `out' were to end up empty + because of e.g., a full disk, they would mistakenly compare equal. * src/nohup.c: New file. Rewrite of nohup.sh in C. This solves a portability problem: on at least Solaris systems,