summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-28 14:13:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-28 14:13:22 (GMT)
commit484ddcb6a498fab5690d6e8d58fb6b75f16195c7 (patch)
tree11888e917d8f13929f3ff16d8e4a19a7b8dae2f6 /ChangeLog
parentc22de5144f416a709ff386b57b1484fa09ec5ed1 (diff)
downloadtcl-484ddcb6a498fab5690d6e8d58fb6b75f16195c7.zip
tcl-484ddcb6a498fab5690d6e8d58fb6b75f16195c7.tar.gz
tcl-484ddcb6a498fab5690d6e8d58fb6b75f16195c7.tar.bz2
* generic/tclStringObj.c: Corrected TclFormatObj's failure
to count up the number of arguments required by examining the format string. [Bug 1547681]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14f1f17..456f661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-28 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclStringObj.c: Corrected TclFormatObj's failure
+ to count up the number of arguments required by examining the
+ format string. [Bug 1547681]
+
2006-08-27 Joe Mistachkin <joe@mistachkin.com>
* generic/tclClock.c (ClockClicksObjCmd): Fix nested macro breakage