summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-31 13:10:35 +0000
committerJim Meyering <jim@meyering.net>1997-08-31 13:10:35 +0000
commitfffe6020aa3ecdfae2c3d4762c40edfa3ffc82a7 (patch)
treef2b7e0fe2bb69bcd245322ab4c2fba20f194a393 /old/fileutils
parente7eb4ca699b56db8a531aaa562cc969faab4b55b (diff)
downloadcoreutils-fffe6020aa3ecdfae2c3d4762c40edfa3ffc82a7.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog22
1 files 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 <meyering@na-net.ornl.gov>
- * 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 <phs@hobbes.fing.edu.uy>
-
- * 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 <meyering@na-net.ornl.gov>