summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-01 05:16:46 +0000
committerJim Meyering <jim@meyering.net>1999-04-01 05:16:46 +0000
commitbbea0501a9a8fcfa409624dfb9b952ef9396a3a1 (patch)
treec36cac0af50367c3a818dc26de6d1b23735ec94f /old
parenta7b641acd55e50038dc5c94a5c3305d2f539fff7 (diff)
downloadcoreutils-bbea0501a9a8fcfa409624dfb9b952ef9396a3a1.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 049d544c5..ae6c562e0 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,19 @@
+1999-03-31 Jim Meyering <meyering@ascend.com>
+
+ * src/du.c: Remove prototypes and tsort function definitions.
+
+ * src/chown.c (main): Move the declaration of `e' into the scope
+ where it's used and make it `const'.
+
+ * src/install.c (main): Qualify a char* with the `const' keyword.
+ (install_file_in_dir): Likewise.
+ * src/ln.c (main): Likewise.
+ * src/mkdir.c (main): Likewise.
+ * src/mkfifo.c (main): Likewise.
+ * src/mknod.c (main): Likewise.
+ * src/mv.c (main): Likewise.
+ * src/touch.c (touch): Likewise.
+
1999-03-30 Jim Meyering <meyering@ascend.com>
* src/*.c: Don't include closeout.h or version-etc.h explicitly.