diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-10 05:27:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-10 05:27:29 +0000 |
commit | ca56be1e3eed78325b535fee4f69918f4f31d29c (patch) | |
tree | 695bbb6efb284ab4badde8ea2d889f941ee1f6da | |
parent | 09f8e7fb0357dcad1eb29c72ee9c54b8d61b2e80 (diff) | |
download | coreutils-ca56be1e3eed78325b535fee4f69918f4f31d29c.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0e8ca5102..e38909de2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,36 @@ +Thu Nov 9 23:27:05 1995 Jim Meyering (meyering@comco.com) + + * src/*.c: Protoize. + + * ls.c (enum filetype): Move dcl to precede prototypes. + (struct fileinfo): Likewise. + Add const attribute to some parameters. + + * rm.c (struct pathstack): Move dcl to precede prototypes. + + * dd.c (translate_charset): Make parameter `const'. + + * ln.c (main): Move to the end. + Remove most fwd dcls. + * chmod.c: Likewise. + * chown.c: Likewise. + * chgrp.c: Likewise. + * mkdir.c: Likewise. + * mkfifo.c: Likewise. + * mknod.c: Likewise. + * mvdir.c: Likewise. + * touch.c: Likewise. + + * mv.c: Rearrange functions to obviate forward dcls. + Remove forward dcls. + + * cp.c: Protect prototyped forward dcls with __P. + * dd.c: Likewise. + * df.c: Likewise. + * du.c: Likewise. + * install.c: Likewise. + * ls.c: Likewise. + Wed Nov 1 23:11:05 1995 Jim Meyering (meyering@comco.com) * cp.c (copy): Use euidaccess instead of euidaccess_stat. |