diff options
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. |