diff options
author | dgp <dgp@users.sourceforge.net> | 2005-04-08 20:03:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-04-08 20:03:43 (GMT) |
commit | 41e18fd7dc1745c26225b36db8e215cca756fa3d (patch) | |
tree | c057b88614cde6c0e7d8d9236a87529e68589735 /ChangeLog | |
parent | 0d5c0c748ea73b02b422d5cf116b12754a28775e (diff) | |
download | tcl-41e18fd7dc1745c26225b36db8e215cca756fa3d.zip tcl-41e18fd7dc1745c26225b36db8e215cca756fa3d.tar.gz tcl-41e18fd7dc1745c26225b36db8e215cca756fa3d.tar.bz2 |
* generic/tclInt.h (TclGetEncodingFromObj): New function to
* generic/tclEncoding.c (TclGetEncodingFromObj): retrieve a
Tcl_Encoding value, as well as cache it in the internal rep
of a new "encoding" Tcl_ObjType.
* generic/tclCmdAH.c (Tcl_EncodingObjCmd): Updated to call
new function so that Tcl_Encoding's used by [encoding convert*]
routines are not freed too quickly. [Bug 1077262]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-04-08 Don Porter <dgp@users.sourceforge.net> + + * generic/tclInt.h (TclGetEncodingFromObj): New function to + * generic/tclEncoding.c (TclGetEncodingFromObj): retrieve a + Tcl_Encoding value, as well as cache it in the internal rep + of a new "encoding" Tcl_ObjType. + * generic/tclCmdAH.c (Tcl_EncodingObjCmd): Updated to call + new function so that Tcl_Encoding's used by [encoding convert*] + routines are not freed too quickly. [Bug 1077262] + 2005-04-08 Donal K. Fellows <dkf@users.sf.net> * generic/tclCompCmds.c (TclCompileSwitchCmd): Rewritten to be |