summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 11:32:31 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 11:32:31 +0000
commit1b0d576996b7d1c085cd928c8593832d6f479920 (patch)
treeddd51b0fef7ab7b50f5ec9a2cf76d38a942dfcb8 /ChangeLog
parentb5125cf5f0752bd25a3aed4026a154af4ab4810c (diff)
downloadcoreutils-1b0d576996b7d1c085cd928c8593832d6f479920.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 71716606d..b841f1b40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,