diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2009-10-23 19:22:22 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2009-10-23 19:22:22 (GMT) |
commit | 4a45c09d3568615029161191653c40db77813449 (patch) | |
tree | 06a53eaf276d5dce4aec2fd1af20345898c44e43 /ChangeLog | |
parent | cb8e2485c0e779952241cb4142cbafec46b43110 (diff) | |
download | tcl-4a45c09d3568615029161191653c40db77813449.zip tcl-4a45c09d3568615029161191653c40db77813449.tar.gz tcl-4a45c09d3568615029161191653c40db77813449.tar.bz2 |
* library/platform/pkgIndex.tcl: Backported the platform packages
* library/platform/platform.tcl: from head and8.5 into the 8.4
* library/platform/shell.tcl: branch. Updated makefiles to install
* unix/Makfile.in: the packages.
* win/Makefile.in:
FossilOrigin-Name: 1d80d14e921b01001a994a44b01cf15eca628a30
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2009-10-23 Andreas Kupries <andreask@activestate.com> + * library/platform/pkgIndex.tcl: Backported the platform packages + * library/platform/platform.tcl: from head and8.5 into the 8.4 + * library/platform/shell.tcl: branch. Updated makefiles to install + * unix/Makfile.in: the packages. + * win/Makefile.in: + * generic/tclIO.c (FlushChannel): Skip OutputProc for low-level 0-length writes. When closing pipes which have already been closed not skipping leads to spurious SIG_PIPE signals. Reported by |