summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-29 22:19:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-29 22:19:10 (GMT)
commit4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7 (patch)
tree4540c3a9c4bdbaa0eb0ac055eaf9231cdcaeb552 /ChangeLog
parentee637cf09685ba523bf11f70708f24a29d50b74e (diff)
downloadtcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.zip
tcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.tar.gz
tcl-4fc1ccf0fbcec82d7f50f39beaeaf84b46388db7.tar.bz2
* generic/tclPathObj.c: More fixes for path normalization when /../
* tests/fileSystem.test: tries to go beyond root.[Bug 1379287]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0966c2f..95eec59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
* changes: Updates for another RC.
+ * generic/tclPathObj.c: More fixes for path normalization when /../
+ * tests/fileSystem.test: tries to go beyond root.[Bug 1379287]
+
* generic/tclExecute.c: Revised INST_MOD implementation to do
calculations in native types as much as possible, moving to mp_ints
only when necessary.