summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2002-06-17 20:05:49 (GMT)
committerandreas_kupries <akupries@shaw.ca>2002-06-17 20:05:49 (GMT)
commitd791a1f9dbfd5b4dd46a45187426558573eec9ce (patch)
treef5b2f06eebc4e090060919202f111fc9d19cf9ac /ChangeLog
parent9153e89fb7f07be33d811904b905fd07fe8af916 (diff)
downloadtcl-d791a1f9dbfd5b4dd46a45187426558573eec9ce.zip
tcl-d791a1f9dbfd5b4dd46a45187426558573eec9ce.tar.gz
tcl-d791a1f9dbfd5b4dd46a45187426558573eec9ce.tar.bz2
* win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]
on windows did not treat { in filenames well.). Bug reported by Vince Darley <vincentdarley@users.sourceforge.net>, patch provided by Vince too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 089f1d6..2d7ac54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-06-17 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]
+ on windows did not treat { in filenames well.). Bug reported by
+ Vince Darley <vincentdarley@users.sourceforge.net>, patch
+ provided by Vince too.
+
2002-06-17 Joe English <jenglish@users.sourceforge.net>
* generic/tcl.h: #ifdef logic for K&R C backwards compatibility