diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |