summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-09-28 10:32:50 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-09-28 10:32:50 (GMT)
commit0d0f75efddc1a77a4d446b809ea5a00640088988 (patch)
tree69917d9b1e56c4793fc279785aac2d517d563b25
parentb8a0cfd4829cfb7c33064dbc04719a12cd67bc69 (diff)
downloadtcl-0d0f75efddc1a77a4d446b809ea5a00640088988.zip
tcl-0d0f75efddc1a77a4d446b809ea5a00640088988.tar.gz
tcl-0d0f75efddc1a77a4d446b809ea5a00640088988.tar.bz2
no message
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41ec0ff..4bbc13b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-28 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinPipe.c: The windows port of expect can call
+ TclWinAddProcess before any of the other pipe functions.
+ Added a missing PipeInit() call to make sure the
+ initialization happens.
+
2003-09-25 Daniel Steffen <das@users.sourceforge.net>
* macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden