summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,