diff options
author | dgp <dgp@users.sourceforge.net> | 2005-09-09 17:47:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-09-09 17:47:18 (GMT) |
commit | 90b8834c64cb9d111fb0f663393cd5b0696df6cb (patch) | |
tree | 80077a3970c52480b94b10b1c8dbe7282cf8f4aa /ChangeLog | |
parent | 0fa613150f4fab3a1cb24978c8c342293dcf3e56 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |