summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-09-09 17:47:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-09-09 17:47:18 (GMT)
commit90b8834c64cb9d111fb0f663393cd5b0696df6cb (patch)
tree80077a3970c52480b94b10b1c8dbe7282cf8f4aa /ChangeLog
parent0fa613150f4fab3a1cb24978c8c342293dcf3e56 (diff)
downloadtcl-90b8834c64cb9d111fb0f663393cd5b0696df6cb.zip
tcl-90b8834c64cb9d111fb0f663393cd5b0696df6cb.tar.gz
tcl-90b8834c64cb9d111fb0f663393cd5b0696df6cb.tar.bz2
* generic/tclInt.h: New internal routine TclObjPrintf()
* generic/tclStringObj.c: is similar to TclFormatObj() but accepts arguments in non-Tcl_Obj format.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a4ae40..f059824 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
2005-09-09 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclInt.h: New internal routine TclObjPrintf()
+ * generic/tclStringObj.c: is similar to TclFormatObj() but
+ accepts arguments in non-Tcl_Obj format.
+
* generic/tclInt.h: New internal routines TclFormatObj()
* generic/tclStringObj.c: and TclAppendFormattedObjs() to offer
sprintf()-like means to append to Tcl_Obj. Work in progress toward