summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-11-02 16:57:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-11-02 16:57:53 (GMT)
commitee75480f2f9483654c8f665acd984569f3234ca8 (patch)
tree2310e44be176ea7118c46442e8d83a1fb9c699ec /ChangeLog
parentd21c1ef27faf5fb3983ceaa6fb2f9e4d92fd79fc (diff)
downloadtcl-ee75480f2f9483654c8f665acd984569f3234ca8.zip
tcl-ee75480f2f9483654c8f665acd984569f3234ca8.tar.gz
tcl-ee75480f2f9483654c8f665acd984569f3234ca8.tar.bz2
* generic/tclCmdAH.c: Further revisions to produce the routines
* generic/tclInt.h: TclFormat() and TclAppendFormatToObj() that * generic/tclNamesp.c: accept (objc, objv) arguments rather than * generic/tclStringObj.c: any varargs stuff.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f68bcd7..a56069a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@
2006-11-02 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdAH.c: Further revisions to produce the routines
+ * generic/tclInt.h: TclFormat() and TclAppendFormatToObj() that
+ * generic/tclNamesp.c: accept (objc, objv) arguments rather than
+ * generic/tclStringObj.c: any varargs stuff.
+
* generic/tclBasic.c: Further revised TclAppendPrintToObj() and
* generic/tclCkalloc.c: TclObjPrintf() routines to panic when unable
* generic/tclCmdAH.c: to complete their formatting operations, rather