summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-09-02 02:09:01 +0000
committerJim Meyering <jim@meyering.net>1997-09-02 02:09:01 +0000
commit90df7a344e856cd76f22bb95b3d8ef990378c089 (patch)
treec7d8b0e9ecd096dee113255873230458cee81e7f /old
parent156f60ff68c4c7cd42c50cc024dab4c07fa4f8e6 (diff)
downloadcoreutils-90df7a344e856cd76f22bb95b3d8ef990378c089.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3b963101a..342f4182f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,13 @@
1997-09-01 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/ls.c [!STDC_HEADERS]: Declare malloc.
+
+ * m4/Makefile.am (EXTRA_DIST): Add stat.m4.
+ * m4/stat.m4: New file.
+ * m4/stat.m4 (jm_FUNC_STAT): New macro.
+ * lib/stat.c: New file.
+ * configure.in (jm_FUNC_STAT): Use it.
+
* src/ln.c (do_link): Form destination file name (when DEST is a
directory) before checking whether SOURCE and DEST are the same file.
See tests/ln/sf-1. Reported by Michael Veksler.
@@ -10,8 +18,6 @@
1997-08-31 Jim Meyering <meyering@na-net.ornl.gov>
- * configure.in (AC_REPLACE_FUNCS): Add lstat.
-
* src/chgrp.c (change_file_group): Call describe_change with a
3-state argument.
(describe_change): Report whether the operation was successful,