diff options
author | hobbs <hobbs> | 2007-12-05 21:47:25 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-05 21:47:25 (GMT) |
commit | d2cafa17fbc0ba124639514618fcdefecc66d927 (patch) | |
tree | 4699636d41848d0d0642de636144a9faad783163 /ChangeLog | |
parent | 23b63fa1bae88cf7965c0113afc1738d23b51dd4 (diff) | |
download | tcl-d2cafa17fbc0ba124639514618fcdefecc66d927.zip tcl-d2cafa17fbc0ba124639514618fcdefecc66d927.tar.gz tcl-d2cafa17fbc0ba124639514618fcdefecc66d927.tar.bz2 |
* generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce
* generic/tclIO.c: overhead in lookup by Tcl_GetChannel. New
* generic/tclIOCmd.c: TclGetChannelFromObj for internal use.
* generic/tclIO.c (WriteBytes, WriteChars): add opt check to avoid
EOL translation when not linebuffered or using lf. [Bug 1845092]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-12-05 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reduce + * generic/tclIO.c: overhead in lookup by Tcl_GetChannel. New + * generic/tclIOCmd.c: TclGetChannelFromObj for internal use. + * generic/tclIO.c (WriteBytes, WriteChars): add opt check to avoid + EOL translation when not linebuffered or using lf. [Bug 1845092] + 2007-12-05 Miguel Sofer <msofer@users.sf.net> * tests/stack.test: made the tests for stack overflow not care |