From: Jim Meyering Date: Fri, 22 Dec 1995 05:15:35 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13i~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddc22e05abe7ee3864b556a8a7aa52013054f80c;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 71b24f32eb..c5aa5d3d18 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,23 @@ +Thu Dec 21 23:15:06 1995 Jim Meyering (meyering@comco.com) + + * argmatch.h: New file. + * lib/Makefile.am (HEADERS): Add argmatch.h. + + * cp.c: Include argmatch.h. + * ls.c: Likewise. + * touch.c: Likewise. + + * cp.c (main): Accept new option, --sparse={never,auto,always}, + to control creation of sparse files. + (copy_reg): Set local, make_holes, from global flag_sparse. + * cp-aux (usage): Describe new option. + Mon Dec 18 22:29:49 1995 Jim Meyering (meyering@comco.com) * ln.c: [SYMBOLIC_SPACE_STRING]: New macro. - (do_link): Use it instead of open-code #ifdef. - For --verbose, say `create link DEST to SRC' instead of ambiguous - (or inconsistent with cp -v and mv -v) `SRC -> DEST.' + (do_link): Use SYMBOLIC_SPACE_STRING instead of open-coded #ifdef. + For --verbose, output `create [symbolic ]link DEST to SRC' instead + of ambiguous (or inconsistent with cp -v and mv -v) `SRC -> DEST.' Tue Dec 5 17:38:11 1995 Jim Meyering (meyering@comco.com)