summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-04-08 20:03:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-04-08 20:03:43 (GMT)
commit41e18fd7dc1745c26225b36db8e215cca756fa3d (patch)
treec057b88614cde6c0e7d8d9236a87529e68589735 /ChangeLog
parent0d5c0c748ea73b02b422d5cf116b12754a28775e (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46fdb34..0d7cdcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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