summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormdejong <mdejong>2003-08-18 07:19:19 (GMT)
committermdejong <mdejong>2003-08-18 07:19:19 (GMT)
commitfcf099c193f2f5f2f310954a013c7de3d51a3b29 (patch)
tree0bea017153000b30cca6da2d1f18673224b1bea0
parentf334ea4979e4fd824dd9c0dc4ab914fb03299944 (diff)
downloadtcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.zip
tcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.tar.gz
tcl-fcf099c193f2f5f2f310954a013c7de3d51a3b29.tar.bz2
Fixup ChangeLog entry.
-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>