diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-20 03:51:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-20 03:51:17 +0000 |
commit | 0528939c0a1c0adcf6e9adda90bd2b8723e879c9 (patch) | |
tree | c6fd2d9bc7cbc84c7ef0ff180af924df229bc68b | |
parent | a2d90c16169cd806ee8a2575d3915dd6da23e0a7 (diff) | |
download | coreutils-0528939c0a1c0adcf6e9adda90bd2b8723e879c9.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/fileutils/NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9593ececd..1e30f33ec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ Fri Apr 19 00:06:02 1996 Jim Meyering (meyering@na-net.ornl.gov) + * df.c: No longer call sync by default. + * cp.c (copy_reg): Rearrange arithmetic in conditional to avoid integer overflow with large files. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a44355f5d..5a6b6c46b 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ Changes in release 3.13: +* df no longer invokes the sync system call by default. + Use --sync to invoke sync before getting file system sizes. * internationalized diagnostic messages * mkdir accepts new option: --verbose * cp has been fixed so that the full file name it uses for the destination @@ -39,7 +41,7 @@ User-visible changes in release 3.10: * Fix bug in cp that made the commands `mkdir dir; touch foo; cp -P foo dir' incorrectly change the permissions on directory, dir. * df accepts a new option, --no-sync, that inhibits the default invocation - of the sync system call. FIXME. + of the sync system call. * ls accepts a new option, --dired, that makes emacs' dired mode more efficient * skeletal texinfo documentation (mainly just the `invoking' nodes) * ln accepts a new option: --no-dereference (-n). With this option, |