summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-13 17:51:33 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-13 17:51:33 (GMT)
commitab0269bc6ff39bae75790de51289dd88201b657b (patch)
treed85a60684599af9a61b0ce1e003f76e85c4227f6 /ChangeLog
parent14658604dc06848987405fc50bd939df33cd8796 (diff)
downloadtcl-ab0269bc6ff39bae75790de51289dd88201b657b.zip
tcl-ab0269bc6ff39bae75790de51289dd88201b657b.tar.gz
tcl-ab0269bc6ff39bae75790de51289dd88201b657b.tar.bz2
* generic/tclIO.c: When [gets] on a binary channel needs to use
the "iso8859-1" encoding, save a copy of that encoding per-thread to avoid repeated freeing and re-loading of it from the file system. This replaces the cached copy of this encoding that the platform initialization code used to keep in pre-8.5 releases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4061297..c9d31d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-11-13 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclIO.c: When [gets] on a binary channel needs to use
+ the "iso8859-1" encoding, save a copy of that encoding per-thread to
+ avoid repeated freeing and re-loading of it from the file system.
+ This replaces the cached copy of this encoding that the platform
+ initialization code used to keep in pre-8.5 releases.
+
2006-11-13 Daniel Steffen <das@users.sourceforge.net>
* generic/tclCompExpr.c: fix gcc warnings about 'cast to/from