diff options
author | dgp <dgp@users.sourceforge.net> | 2006-08-28 14:13:22 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-08-28 14:13:22 (GMT) |
commit | 484ddcb6a498fab5690d6e8d58fb6b75f16195c7 (patch) | |
tree | 11888e917d8f13929f3ff16d8e4a19a7b8dae2f6 /ChangeLog | |
parent | c22de5144f416a709ff386b57b1484fa09ec5ed1 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |