diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-12 11:32:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-12 11:32:31 +0000 |
commit | 1b0d576996b7d1c085cd928c8593832d6f479920 (patch) | |
tree | ddd51b0fef7ab7b50f5ec9a2cf76d38a942dfcb8 /ChangeLog | |
parent | b5125cf5f0752bd25a3aed4026a154af4ab4810c (diff) | |
download | coreutils-1b0d576996b7d1c085cd928c8593832d6f479920.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,7 @@ 2003-07-12 Jim Meyering <jim@meyering.net> + * 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 <jim@meyering.net> * 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, |