From fffe6020aa3ecdfae2c3d4762c40edfa3ffc82a7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 Aug 1997 13:10:35 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3bcf11647..7d2479684 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,21 @@ 1997-08-31 Jim Meyering - * src/rm.c: Major rewrite. Use fchdir/chdir. + * m4/Makefile.am (EXTRA_DIST): Add d-ino.m4 and d-type.m4. - * m4/d-info.m4: New file. + * tests/rm: New directory and tests. + * tests/Makefile.am (SUBDIRS): Add rm. + * configure.in (AC_OUTPUT): Add tests/rm/Makefile. + + * src/dircolors.c [!STDC_HEADERS]: Declare malloc. + Remove unnecessary dcl of xmalloc. + + * src/rm.c: Major rewrite in progress. Use fchdir/chdir. + + * m4/d-ino.m4: New file. + * m4/d-type.m4: New file. + * acconfig.h (D_TYPE_IN_DIRENT): Define. + * configure.in: Move code to check for d_ino into its own file. + Use jm_STRUCT_DIRENT_D_TYPE and jm_STRUCT_DIRENT_D_INO. * src/chmod.c (change_file_mode): Call describe_change with a 3-state argument. @@ -11,11 +24,8 @@ 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 - - * lib/simple-hash.h: New file. - * lib/simple-hash.c: New file. + FIXME: do the same for chgrp and chown 1997-07-28 Jim Meyering