From: Jim Meyering Date: Mon, 28 Mar 2005 18:00:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d5fa94300f8d45c0e599e2345c0a7f9786e612c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4d83eeb567..15a3b2ba7e 100644 --- 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