diff options
author | das <das> | 2006-04-06 09:25:49 (GMT) |
---|---|---|
committer | das <das> | 2006-04-06 09:25:49 (GMT) |
commit | c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4 (patch) | |
tree | 3ac8babae44d4c4344f5ffb6d3bbe8d9b9cd88e6 /ChangeLog | |
parent | fb3a8d4fb48ee70e19e91c2509c31621f89dec1f (diff) | |
download | tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.zip tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.tar.gz tcl-c54f629fe910f3fffe7ea4d9e0b39d3fb630f7f4.tar.bz2 |
* unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
define on Darwin. [Bug 1457515]
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2006-04-06 Daniel Steffen <das@users.sourceforge.net> + + * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING + define on Darwin. [Bug 1457515] + * unix/configure: autoconf-2.59 + * unix/tclConfig.h.in: autoheader-2.59 + 2006-04-05 Don Porter <dgp@users.sourceforge.net> * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() @@ -20,7 +27,7 @@ 2006-04-03 Andreas Kupries <andreask@activestate.com> - * generic/tclIO.c (ReadChars): Added check, panic and commentary to + * generic/tclIO.c (ReadChars): Added check, panic and commentary to a piece of code which relies on BUFFER_PADDING to create enough space at the beginning of each buffer for the insertion of partial multibyte data at the beginning of a buffer. Commentary explains why this code |