summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-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>