diff options
author | hobbs <hobbs> | 2001-10-15 17:37:55 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-15 17:37:55 (GMT) |
commit | d83f436f3c6920fd6099965bbf44f874a9310a12 (patch) | |
tree | 03d47f721a36534b99b6902253cbc31c1c848b70 /ChangeLog | |
parent | 303ba7f5cd5aa41cfd4c9a4528d19014eae5e750 (diff) | |
download | tcl-d83f436f3c6920fd6099965bbf44f874a9310a12.zip tcl-d83f436f3c6920fd6099965bbf44f874a9310a12.tar.gz tcl-d83f436f3c6920fd6099965bbf44f874a9310a12.tar.bz2 |
see ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |