From 429043125e1842b92f1cdbc6c0a2772316c9d34e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 26 Aug 1993 04:38:30 +0000 Subject: merge with 3.8.2 --- old/fileutils/ChangeLog | 27 +++++++++++++++++++++++++++ old/fileutils/NEWS | 5 +++++ 2 files changed, 32 insertions(+) (limited to 'old') diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5583c9b2c..b74560f97 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,9 +1,36 @@ +Wed Aug 25 21:40:00 EDT 1993 + + * cp.c: Add --parents as synonym for --path. Change --path to + --parents in comments. --path is deprecated. + + * rm.c (clear_directory): Fix incorrect test for determining when + to reallocate buffer. Thanks to Ric Anderson . + +Fri Aug 13 17:19:52 1993 Jim Meyering (meyering@comco.com) + + * fsusage (adjust_blocks): Round away from zero -- this matters + when computing the negative free-block count for disks that are + more than 100% full. + + * mv.c (movefile): Use nested calls to stpcpy instead of sprintf. + (is_real_dir): New function. + (movefile): In addition to when dest is a directory, if dest has + a trailing `/' and source is not a directory, presume the target + is dest/`basename source`. This converts `mv a b/' to `mv a b/a' + when a is not a directory -- so the command will fail when a is a + non-directory and (b doesn't exist or b isn't a directory or a + symlink to a directory). + + * ls.c (do_copy): Similarly, convert `cp a b/' to cp a b/a when + a is not a directory. + Wed Aug 4 17:43:18 1993 Jim Meyering (meyering@comco.com) * ls.c (get_link_name): Don't ever use the stat field st_size as a buffer size. Too many systems don't set it properly for mount points. Instead, use a fixed-length buffer. From Michael Joosten . + * cp.c (copy): Ditto. Mon Jul 19 17:39:01 1993 Jim Meyering (meyering@comco.com) diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 4b71f42e6..16246d08f 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,3 +1,8 @@ +Major changes in release 3.9: +* ls and cp can handle mount points on more systems +* cp, mkdir, and rmdir long option --path renamed to --parents; --path + will still work for a while + Major changes in release 3.8: * install isn't as likely to produce spurious errors * avoid redundant compilations for `dir' and `vdir'; -- cgit v1.2.3-54-g00ecf