summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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]