summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-10-04 18:59:26 (GMT)
committermdejong <mdejong>2003-10-04 18:59:26 (GMT)
commitce5f8d3fdff40fbd42079a7d4c6acf2671e42c62 (patch)
treeddd839b3e2a046023a9e359d7ad1c7e8ab623ab0 /ChangeLog
parentf6514cb20593a23726967be44adf8f2176e18185 (diff)
downloadtcl-ce5f8d3fdff40fbd42079a7d4c6acf2671e42c62.zip
tcl-ce5f8d3fdff40fbd42079a7d4c6acf2671e42c62.tar.gz
tcl-ce5f8d3fdff40fbd42079a7d4c6acf2671e42c62.tar.bz2
* 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]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 798c208..71beb68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-04 Chengye Mao <chengye.geo@yahoo.com>
+
+ * 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-10-03 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c: Fixed error in ref count management of command