diff options
author | hobbs <hobbs> | 2002-08-08 08:56:18 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-08-08 08:56:18 (GMT) |
commit | 1d73c07b16f3304b87070edf4a7aee24a263402f (patch) | |
tree | aeaa59f60f701e1b111d28a3ca390205142aa573 /ChangeLog | |
parent | 1e8d54aee72071673f69d387e8130f02b46934a7 (diff) | |
download | tcl-1d73c07b16f3304b87070edf4a7aee24a263402f.zip tcl-1d73c07b16f3304b87070edf4a7aee24a263402f.tar.gz tcl-1d73c07b16f3304b87070edf4a7aee24a263402f.tar.bz2 |
* tests/fCmd.test:
* tests/unixFCmd.test: updated tests for new link copy behavior.
* generic/tclFCmd.c (CopyRenameOneFile): changed the behavior to
follow links to endpoints and copy that file/directory instead of
just copying the surface link. This means that trying to copy a
link that has no endpoint (danling link) is an error.
[Patch #591647] (darley)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-08-08 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/fCmd.test: + * tests/unixFCmd.test: updated tests for new link copy behavior. + * generic/tclFCmd.c (CopyRenameOneFile): changed the behavior to + follow links to endpoints and copy that file/directory instead of + just copying the surface link. This means that trying to copy a + link that has no endpoint (danling link) is an error. + [Patch #591647] (darley) + + * tests/README: slight wording improvements + 2002-08-07 Miguel Sofer <msofer@users.sourceforge.net> * docs/BoolObj.3: added description of valid string reps for a |