summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-19 08:38:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-19 08:38:13 (GMT)
commitd1e337a77f3c449c4c13f528cabddeb241b75bd2 (patch)
treeb70fa15b947fbb139826e15495c21ffd3828de56 /ChangeLog
parent53ca72af4923928c8ab2fa18841fe7449cae0f3b (diff)
downloadtcl-d1e337a77f3c449c4c13f528cabddeb241b75bd2.zip
tcl-d1e337a77f3c449c4c13f528cabddeb241b75bd2.tar.gz
tcl-d1e337a77f3c449c4c13f528cabddeb241b75bd2.tar.bz2
* First draft of updated changes for 8.4a4 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16a8fc8..417fbbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-19 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: First draft of updated changes for 8.4a4 release.
+
2002-02-15 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tclUnixPort.h: add strtoll/strtoull declarations for
@@ -3120,7 +3124,7 @@
* win/tclWinPipe.c (BuildCommandLine): Fixed tcl Bug
[432499]. Part of the code used the non-absolute path to the
executable to determine quoting. This failed if the absolute
- path cotained spaces, but the application name itselfl not. This
+ path contained spaces, but the application name itself not. This
bug caused no trouble on Win NT 5, but does for other variants
in the Win* family. Report and fix due to Ken Poole
<kenpoole@users.sourceforge.net>.
@@ -3243,7 +3247,7 @@
* library/tcltest/tcltest.tcl: fixed stdio constraint test.
[Patch #454050] (stanton)
- Simplified unixExecs constriant test.
+ Simplified unixExecs constraint test.
2001-08-22 Don Porter <dgp@users.sourceforge.net>