summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-21 12:11:58 (GMT)
committernijtmans <nijtmans>2010-05-21 12:11:58 (GMT)
commit9cb882ffefc858535b31f7da4b6e955d890ad7de (patch)
treeedf8b1f82bc87c3f6a67ace6ca3f7d196091fbdf /ChangeLog
parent24f9dad514d1496c92732307721f86fcd897e946 (diff)
downloadtcl-9cb882ffefc858535b31f7da4b6e955d890ad7de.zip
tcl-9cb882ffefc858535b31f7da4b6e955d890ad7de.tar.gz
tcl-9cb882ffefc858535b31f7da4b6e955d890ad7de.tar.bz2
Make sure that copyDir only receives normalized paths, otherwise it might result in a crash on CYGWIN.
restyle according to the Tcl style guide
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce29204..b1c4759 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-21 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * tools/installData.tcl Make sure that copyDir only receives normalized
+ paths, otherwise it might result in a crash on CYGWIN. restyle according
+ to the Tcl style guide (http://www.tcl.tk/doc/styleGuide.pdf)
+
2010-05-19 Alexandre Ferrieux <ferrieux@users.sourceforge.net>
* tests/dict.test: Add missing tests for [Bug 3004007], fixed under