summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2003-08-15 02:13:10 (GMT)
committerchengyemao <chengyemao>2003-08-15 02:13:10 (GMT)
commitf334ea4979e4fd824dd9c0dc4ab914fb03299944 (patch)
treea57d0db1ae1d2d6b5d36ddccc9d09dd556b44d68
parentf949e9949bcc3cf843f5fc5ef22e26edde6c60cf (diff)
downloadtcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.zip
tcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.tar.gz
tcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.tar.bz2
Bug fix 789040
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e66869e..4560f09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-08-13 Chengye Mao <chengye.geo@yahoo.com>
+
+ * generic/win/tclWinPipe.c: fixed a bug in BuildCommandLine.
+ This bug built a command line with a missing space between
+ tclpipe.dll and the following arguments. It caused error
+ in Windows 98 when exec command.com (e.g. dir) [Bug 789040]
+
2003-08-11 Donal K. Fellows <fellowsd@cs.man.ac.uk>
TIP #136 IMPLEMENTATION from Simon Geard <simon.geard@ntlworld.com>