summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-07-04 18:01:56 +0000
committerJim Meyering <jim@meyering.net>2004-07-04 18:01:56 +0000
commit19dc6a796449a893d4165460f212e02209b7afa7 (patch)
tree09ee6a182648ee870a3a11f365459fadb78b65ca /ChangeLog
parent10da95cf3f2fa93a975c530b6dc7e04330d40acb (diff)
downloadcoreutils-19dc6a796449a893d4165460f212e02209b7afa7.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 42af63f6f..cd63f849c 100644
--- 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.