diff options
author | chengyemao <chengyemao> | 2003-08-15 02:13:10 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2003-08-15 02:13:10 (GMT) |
commit | f334ea4979e4fd824dd9c0dc4ab914fb03299944 (patch) | |
tree | a57d0db1ae1d2d6b5d36ddccc9d09dd556b44d68 /ChangeLog | |
parent | f949e9949bcc3cf843f5fc5ef22e26edde6c60cf (diff) | |
download | tcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.zip tcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.tar.gz tcl-f334ea4979e4fd824dd9c0dc4ab914fb03299944.tar.bz2 |
Bug fix 789040
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |