summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-03 04:32:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-03 04:32:11 (GMT)
commita0d9058325f3f9f666dedb54d330ac9a8f01eb7b (patch)
treebd0163f436ca325cf76fed96e1bc13acf023109d /ChangeLog
parent6c7e5a2b7ad325e8fdbbc938610a28b6bd713536 (diff)
downloadtcl-a0d9058325f3f9f666dedb54d330ac9a8f01eb7b.zip
tcl-a0d9058325f3f9f666dedb54d330ac9a8f01eb7b.tar.gz
tcl-a0d9058325f3f9f666dedb54d330ac9a8f01eb7b.tar.bz2
* generic/tclPathObj.c: Fix for failed normalization of
* tests/fileSystem.test: paths with /../ that lead back to the root of the filesystem, like /foo/.. [Bug 1379287].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index d4bff04..0c0df46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-02 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: Fix for failed normalization of
+ * tests/fileSystem.test: paths with /../ that lead back
+ to the root of the filesystem, like /foo/.. [Bug 1379287].
+
2006-03-01 Reinhard Max <max@suse.de>
* unix/installManPage: Fix the script for manpages that have
@@ -6,10 +12,10 @@
2006-02-28 Don Porter <dgp@users.sourceforge.net>
- * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL
- * tests/namespace.test: evaluations act the same as [uplevel #0]
- * tests/parse.test: evaluations, even when execution traces or
- * tests/trace.test: invocations of [::unknown] are present.
+ * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBAL
+ * tests/namespace.test: evaluations act the same as [uplevel #0]
+ * tests/parse.test: evaluations, even when execution traces or
+ * tests/trace.test: invocations of [::unknown] are present.
[Bug 1439836].
2006-02-22 Don Porter <dgp@users.sourceforge.net>
@@ -25,8 +31,8 @@
2006-02-16 Don Porter <dgp@users.sourceforge.net>
- * generic/tclIndexObj.c: Disallow the "ambiguous" error message
- * tests/indexObj.test: when TCL_EXACT matching is requested.
+ * generic/tclIndexObj.c: Disallow the "ambiguous" error message
+ * tests/indexObj.test: when TCL_EXACT matching is requested.
* tests/ioCmd.test:
2006-02-15 Don Porter <dgp@users.sourceforge.net>