diff options
author | Jim Meyering <jim@meyering.net> | 1997-08-31 12:54:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-08-31 12:54:14 +0000 |
commit | 2a1bb90a7e0e9bf2a2956de54b628160bd16fd2b (patch) | |
tree | e3e1cd669e8821a111e825a75bd45025b121a217 /old | |
parent | 2f1095be00818833fb71897283f505607d27c093 (diff) | |
download | coreutils-2a1bb90a7e0e9bf2a2956de54b628160bd16fd2b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3fc728cb2..3bcf11647 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,22 @@ +1997-08-31 Jim Meyering <meyering@na-net.ornl.gov> + + * src/rm.c: Major rewrite. Use fchdir/chdir. + + * m4/d-info.m4: New file. + + * src/chmod.c (change_file_mode): Call describe_change with a 3-state + argument. + (describe_change): Report whether the operation was successful, + a failure, or that the request was a no-op. + Before, running `chmod --verb u-r /' as non-root reported + mode of / changed to 0355 (-wxr-xr-x) + chmod: /: Not owner + FIXME: do the same for chgrp and chown + Reported by Philippe Schnoebelen <phs@hobbes.fing.edu.uy> + + * lib/simple-hash.h: New file. + * lib/simple-hash.c: New file. + 1997-07-28 Jim Meyering <meyering@na-net.ornl.gov> * configure.in (AC_OUTPUT): Remove tests/ls/Makefile. |