]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 22 Dec 1995 05:15:35 +0000 (05:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 22 Dec 1995 05:15:35 +0000 (05:15 +0000)
old/fileutils/ChangeLog

index 71b24f32ebd99b7b457467963bde5f9fa549a719..c5aa5d3d1879c57a96b51554b8af770dde4c04c4 100644 (file)
@@ -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)