summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-05 21:47:25 (GMT)
committerhobbs <hobbs>2007-12-05 21:47:25 (GMT)
commitd2cafa17fbc0ba124639514618fcdefecc66d927 (patch)
tree4699636d41848d0d0642de636144a9faad783163 /ChangeLog
parent23b63fa1bae88cf7965c0113afc1738d23b51dd4 (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf9a18..fb36948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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