summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-02-11 18:07:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-02-11 18:07:48 (GMT)
commitd30eaa00001670c9031797d534be65f1c21a868b (patch)
tree2bdbbcf1086888325210efa5d620a1198688340c /ChangeLog
parent93480ff215923ba215001b05e93b3316e4742487 (diff)
downloadtcl-d30eaa00001670c9031797d534be65f1c21a868b.zip
tcl-d30eaa00001670c9031797d534be65f1c21a868b.tar.gz
tcl-d30eaa00001670c9031797d534be65f1c21a868b.tar.bz2
* generic/tclStringObj.c: Changed type of the 'allocated' field
* generic/tclTestObj.c: of the String struct (and the TestString counterpart) from size_t to int since only int values are ever stored in it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index af98add..cf18b17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
2009-02-11 Don Porter <dgp@users.sourceforge.net>
- * generic/tclStringObj.c: Changed type of the 'allocated' field
- of the String struct from size_t to int since only int values are
+ * generic/tclStringObj.c: Changed type of the 'allocated' field
+ * generic/tclTestObj.c: of the String struct (and the
+ TestString counterpart) from size_t to int since only int values are
ever stored in it.
2009-02-10 Jan Nijtmans <nijtmans@users.sf.net>