summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-10-15 17:37:55 (GMT)
committerhobbs <hobbs>2001-10-15 17:37:55 (GMT)
commitd83f436f3c6920fd6099965bbf44f874a9310a12 (patch)
tree03d47f721a36534b99b6902253cbc31c1c848b70 /ChangeLog
parent303ba7f5cd5aa41cfd4c9a4528d19014eae5e750 (diff)
downloadtcl-d83f436f3c6920fd6099965bbf44f874a9310a12.zip
tcl-d83f436f3c6920fd6099965bbf44f874a9310a12.tar.gz
tcl-d83f436f3c6920fd6099965bbf44f874a9310a12.tar.bz2
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e54af7..4a87e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2001-10-15 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclFileName.c: minor code cleanup
+
+ * generic/tcl.h: moved #define of WIN32 to tcl.h where __WIN32__
+ is defined and added #ifndef check.
+
+ * doc/open.n: moved all fconfigure option docs to fconfigure.n
+ * doc/fconfigure.n: added serial config options
+
+ * win/tclWinChan.c:
+ * win/tclWinPort.h:
+ * win/tclWinSerial.c: added TIP #35 Windows enhancements for
+ serial configuration. [Patch #438509] (schroedter)
+
2001-10-15 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclFCmd.c: fix to memory leak in TclFileDeleteCmd on