diff options
author | nijtmans <nijtmans> | 2010-05-21 12:11:58 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-21 12:11:58 (GMT) |
commit | 9cb882ffefc858535b31f7da4b6e955d890ad7de (patch) | |
tree | edf8b1f82bc87c3f6a67ace6ca3f7d196091fbdf /ChangeLog | |
parent | 24f9dad514d1496c92732307721f86fcd897e946 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |