]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 2004 18:01:56 +0000 (18:01 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 2004 18:01:56 +0000 (18:01 +0000)
ChangeLog

index 42af63f6fe9ca4ed07b43884c5eb33ad253b3b89..cd63f849cc2a982bea76d3fdd11ffac60e7faada 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
-2004-07-01  Paul Eggert  <eggert@cs.ucla.edu>
+2004-07-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * src/copy.c (copy_dir): Assume path_concat returns non-NULL.
+       * src/cp.c (do_copy): Likewise.
+       * src/mv.c (movefile): Likewise.
+
+       * src/cp.c (make_path_private): 2nd arg is now size_t, not int,
+       to avoid problem when path_concat dir name is longer than 2 GiB (!).
+
+       * src/nohup.c (main): Don't pass NULL first argument to path_concat.
+       This cleans up the semantics a bit, as we no longer try to open the
+       same file twice.
+
+2004-07-01  Paul Eggert  <eggert@cs.ucla.edu>
+
        * NEWS: Add short names -t and -T for --target-directory
        and --no-target-directory options, respectively.