diff options
author | dgp <dgp@users.sourceforge.net> | 2009-02-11 18:07:48 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-02-11 18:07:48 (GMT) |
commit | d30eaa00001670c9031797d534be65f1c21a868b (patch) | |
tree | 2bdbbcf1086888325210efa5d620a1198688340c /ChangeLog | |
parent | 93480ff215923ba215001b05e93b3316e4742487 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |