summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-08-28 16:05:31 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-08-28 16:05:31 (GMT)
commit9571f2381728758877fe7ef50963e3e373aad92f (patch)
treed56b5c209ddc88aa2b96deabf31937377f8a7010 /ChangeLog
parent484ddcb6a498fab5690d6e8d58fb6b75f16195c7 (diff)
downloadtcl-9571f2381728758877fe7ef50963e3e373aad92f.zip
tcl-9571f2381728758877fe7ef50963e3e373aad92f.tar.gz
tcl-9571f2381728758877fe7ef50963e3e373aad92f.tar.bz2
* generic/tclStringObj.c: Revised ObjPrintfVA to take care
* generic/tclParseExpr.c: to copy only whole characters when doing %s formatting. This relieves callers of TclObjPrintf() and TclFormatToErrorInfo() from needing to fix arguments to character boundaries. Tcl_ParseExpr() simplified by taking advantage. [Bug 1547786]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 456f661..425f857 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-08-28 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclStringObj.c: Revised ObjPrintfVA to take care
+ * generic/tclParseExpr.c: to copy only whole characters when
+ doing %s formatting. This relieves callers of TclObjPrintf() and
+ TclFormatToErrorInfo() from needing to fix arguments to character
+ boundaries. Tcl_ParseExpr() simplified by taking advantage.
+ [Bug 1547786]
+
* generic/tclStringObj.c: Corrected TclFormatObj's failure
to count up the number of arguments required by examining the
format string. [Bug 1547681]