summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-12-22 05:15:35 +0000
committerJim Meyering <jim@meyering.net>1995-12-22 05:15:35 +0000
commitddc22e05abe7ee3864b556a8a7aa52013054f80c (patch)
treee2ad65a5d2e0f0edaa6d273749383dcda609463e /old/fileutils
parent42fcbf3950b6ae10f06373d2b67e53df01bed4ef (diff)
downloadcoreutils-ddc22e05abe7ee3864b556a8a7aa52013054f80c.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog20
1 files changed, 17 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 71b24f32e..c5aa5d3d1 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)