diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-04 18:01:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-04 18:01:56 +0000 |
commit | 19dc6a796449a893d4165460f212e02209b7afa7 (patch) | |
tree | 09ee6a182648ee870a3a11f365459fadb78b65ca /ChangeLog | |
parent | 10da95cf3f2fa93a975c530b6dc7e04330d40acb (diff) | |
download | coreutils-19dc6a796449a893d4165460f212e02209b7afa7.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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. |