summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-08-08 08:56:18 (GMT)
committerhobbs <hobbs>2002-08-08 08:56:18 (GMT)
commit1d73c07b16f3304b87070edf4a7aee24a263402f (patch)
treeaeaa59f60f701e1b111d28a3ca390205142aa573 /ChangeLog
parent1e8d54aee72071673f69d387e8130f02b46934a7 (diff)
downloadtcl-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 137929c..e26a345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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