summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-16 23:30:16 (GMT)
committermdejong <mdejong>2001-07-16 23:30:16 (GMT)
commitfd62f3050d8bf4932638966b135c8d1cd4e4800c (patch)
tree7a4e0c91f8b2e94871a4556e677684a828d7d473 /ChangeLog
parentb5f5e3b3fe8c3b1101c882a75fc15881440a4684 (diff)
downloadtcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.zip
tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.tar.gz
tcl-fd62f3050d8bf4932638966b135c8d1cd4e4800c.tar.bz2
* win/tclWinConsole.c:
* win/tclWinPipe.c: * win/tclWinPort.h: * win/tclWinSerial.c: * win/tclWinThrd.c: Remove unnecessary #includes of dos.h, direct.h, and tchar.h. This will help the Cygwin porting effort since these headers do not exist under Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c73ef3b..611df78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-07-10 Mo DeJong <mdejong@redhat.com>
+
+ * win/tclWinConsole.c:
+ * win/tclWinPipe.c:
+ * win/tclWinPort.h:
+ * win/tclWinSerial.c:
+ * win/tclWinThrd.c:
+ Remove unnecessary #includes of dos.h, direct.h,
+ and tchar.h. This will help the Cygwin porting
+ effort since these headers do not exist under Cygwin.
+
2001-07-16 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclCmdMZ.c: Removed extra copy of the SCAN_* macros