]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 8 Aug 1999 10:15:15 +0000 (10:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 8 Aug 1999 10:15:15 +0000 (10:15 +0000)
old/fileutils/ChangeLog

index 185fceb6bd1546cf036e23a197b5e568c7f07e3f..7bf0b0aaae232939b795e0e719b561276be84f64 100644 (file)
@@ -1,3 +1,19 @@
+1999-08-08  Jim Meyering  <meyering@ascend.com>
+
+       * lib/savedir.c (savedir): Change type of name_size parameter to off_t.
+       * lib/savedir.h (savedir): Update prototype.
+       * src/chmod.c (change_dir_mode): Remove cast of savedir arg.
+       * src/chown.c (change_dir_owner): Likewise.
+       * src/chgrp.c (change_dir_group): Likewise.
+       * src/copy.c (copy_dir): Likewise.
+       * src/du.c (count_entry): Likewise.
+       Suggestion from Bob Proulx.
+
+1999-08-07  Jim Meyering  <meyering@ascend.com>
+
+       * po/POTFILES.in: Add lots of lib/*.c files.
+       Remove src/cp-hash.c, since it doesn't use _().
+
 1999-08-04  Jim Meyering  <meyering@ascend.com>
 
        * configure.in: Remove getline-testing code.  Now it's in m4/.