summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-21 10:41:34 +0000
committerJim Meyering <jim@meyering.net>2003-02-21 10:41:34 +0000
commit3abab5f38820ee650b8109518f55a65338b6edaa (patch)
tree1c86c55e7a46d08e2ef191823f91eb2e0eca5881 /ChangeLog
parent4d34fabc8dbf9ec41b869ab11c0db0cf326db400 (diff)
downloadcoreutils-3abab5f38820ee650b8109518f55a65338b6edaa.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fd0cde592..4d1108206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 4.5.8.
+ * src/cp.c: Include "mmap-stack.h".
+ (main): Invoke `run' through a macro that (when possible) runs it
+ with a large, mmap'd stack.
+
+ * src/cp.c (run): New function, preparing for the above.
+ Exit from this function, not from main
+ (main): Call run.
+
* src/du.c: New option: --apparent-size.
(enum) [APPARENT_SIZE_OPTION]: New member.
(long_options): Add it.
@@ -99,11 +107,6 @@
* tests/misc/cat-tty-eof: Generalize, clean-up, and test for
cat, cksum, md5sum, and sha1sum all in the same loop.
-2003-02-17 Jim Meyering <jim@meyering.net>
-
- * src/cp.c (run): New function, preparing for ...
- (main): Call it.
-
2003-02-14 Jim Meyering <jim@meyering.net>
* src/remove.c: Include "euidaccess.h".