summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 556116a..af98add 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
+ ever stored in it.
+
2009-02-10 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclEncoding.c Eliminate some unnessary type casts