summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-07-05 21:18:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-07-05 21:18:14 (GMT)
commitb70197afbdb6e71461ae861830db8f544fc47505 (patch)
treeb66ee0bc1d9995dfd54be7ef3fa6d9d8a30024ac /ChangeLog
parentbf7695058ddedaee83cf8f2386277dded31a5260 (diff)
downloadtcl-b70197afbdb6e71461ae861830db8f544fc47505.zip
tcl-b70197afbdb6e71461ae861830db8f544fc47505.tar.gz
tcl-b70197afbdb6e71461ae861830db8f544fc47505.tar.bz2
* generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)
* generic/tclEncoding.c that permits longer lifetimes of the * generic/tclInt.h Tcl_Encoding values kept as intreps of Tcl_Obj's. Reduces the need for repeated reading of encoding definition files from the filesystem. [Bug 1077262]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9c5495..a8c435e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-05 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered)
+ * generic/tclEncoding.c that permits longer lifetimes of the
+ * generic/tclInt.h Tcl_Encoding values kept as intreps of
+ Tcl_Obj's. Reduces the need for repeated reading of encoding
+ definition files from the filesystem. [Bug 1077262]
+
* generic/tclNamesp.c: Allow for [namespace import] of a command
* tests/namespace.test: over a previous [namespace import] of itself
without throwing an error. [RFE 1230597]