summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-08-23 21:15:59 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-08-23 21:15:59 (GMT)
commit5bcfdfbedb363aaa3e66ffc61232a83e68a1d46c (patch)
tree28b1859f1de01bf8397cabd990c5b00dcf12c719 /ChangeLog
parent571e6798ab1268412251c2a343f1a328307d5d68 (diff)
downloadtcl-5bcfdfbedb363aaa3e66ffc61232a83e68a1d46c.zip
tcl-5bcfdfbedb363aaa3e66ffc61232a83e68a1d46c.tar.gz
tcl-5bcfdfbedb363aaa3e66ffc61232a83e68a1d46c.tar.bz2
2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* win/tclWinPipe.c (BuildCommandLine): Fixed tcl Bug [432499]. Part of the code used the non-absolute path to the executable to determine quoting. This failed if the absolute path cotained spaces, but the application name itselfl not. This bug caused no trouble on Win NT 5, but does for other variants in the Win* family. Report and fix due to Ken Poole <kenpoole@users.sourceforge.net>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d8cbda..bffa486 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-08-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * win/tclWinPipe.c (BuildCommandLine): Fixed tcl Bug
+ [432499]. Part of the code used the non-absolute path to the
+ executable to determine quoting. This failed if the absolute
+ path cotained spaces, but the application name itselfl not. This
+ bug caused no trouble on Win NT 5, but does for other variants
+ in the Win* family. Report and fix due to Ken Poole
+ <kenpoole@users.sourceforge.net>.
+
2001-08-23 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure: