]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:00:26 +0000 (18:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 28 Mar 2005 18:00:26 +0000 (18:00 +0000)
ChangeLog

index 4d83eeb567b7cd9b73a9af0b64a74243919372bc..15a3b2ba7eb15271b8475ecb60752b2ae0ab8381 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,18 @@
 
        * src/system.h (GETOPT_HELP_OPTION_DECL): Use NULL, not `0'.
        (GETOPT_VERSION_OPTION_DECL): Likewise.
+       * src/chown.c (long_options): Likewise.
+       * src/chgrp.c (long_options): Likewise.
+       * src/chmod.c (long_options): Likewise.
+       * src/cp.c (sparse_type_string, reply_args, decode_preserve_arg):
+       Likewise.
+       * src/chown-core.c (chopt_init): Likewise.
+       * src/comm.c (long_options): Likewise.
+       * src/copy.c (copy_reg): Likewise.
+       * src/csplit.c (extract_regexp): Likewise.
+       * src/date.c (time_spec_string): Likewise.
+       * src/df.c (find_mount_point, show_point): Likewise.
+       * src/mv.c (reply_args): Likewise.
 
 2005-03-27  Jim Meyering  <jim@meyering.net>