summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4560f09..cdc9f03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
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]
+ * 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>