diff options
author | Jim Meyering <jim@meyering.net> | 1994-10-27 05:02:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-10-27 05:02:05 +0000 |
commit | 51244615e9f58dc51889a51b2e90572e5059db85 (patch) | |
tree | 71a82cdc885d7ef4a17d69b37adcde8477e5a536 /old/fileutils/ChangeLog | |
parent | c0c7ee9ab1b8bfe73bf36c2be2b74b142ad2eb48 (diff) | |
download | coreutils-51244615e9f58dc51889a51b2e90572e5059db85.tar.xz |
merge with 3.9q
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 86a24b970..a65f9ed95 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,14 @@ +Thu Oct 27 00:02:45 1994 Jim Meyering (meyering@comco.com) + + * cp.c (make_path): Don't change protections on existing directory. + Reported by Andreas Schwab. + + * df.c: New option: --sync (-s). No longer perform sync by default. + Do it only when this option is used. Invoking sync can be very + expensive, and it's not that clear doing so yields more up to date + results. With encouragement/prodding from Paolo Zeppegno + (paolo@to.sem.it), Nick Holloway, and Kaveh Ghazi. + Thu Oct 20 00:52:59 1994 Jim Meyering (meyering@comco.com) * system.h [!S_IEXEC]: Define as S_IXUSR. @@ -6,6 +17,7 @@ Thu Oct 20 00:52:59 1994 Jim Meyering (meyering@comco.com) * ls.c [!INT_MAX]: Define to 2^31 - 1 so subsequent #if test works. [S_IEXEC]: Remove definition. It's in system.h now. + (usage): Sort options, but without segregating upper and lower case. * ls.c: Support for new option: --dired (-D). (dired, dired_pos, dired_obstack, subdired_obstack): Global variables. |