diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-28 18:00:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-28 18:00:26 +0000 |
commit | 2d5fa94300f8d45c0e599e2345c0a7f9786e612c (patch) | |
tree | c2a3df0332876af85bced14b2d0a486148e3b814 | |
parent | 6c816682e076edd89b64fcb0feb4e84ce986564d (diff) | |
download | coreutils-2d5fa94300f8d45c0e599e2345c0a7f9786e612c.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |