summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 955cde2..4d0695f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,9 @@
2006-01-23 Miguel Sofer <msofer@users.sf.net>
- * generic/tclStringObj.c: fixed incorrect handling of internal rep
- in Tcl_GetRange [Bug 1410553]. Thanks to twylite and Peter Spjuth.
+ * generic/tclStringObj.c (Tcl_GetRange):
+ * tests/stringTest (string-12.21):fixed incorrect handling of
+ internal rep in Tcl_GetRange [Bug 1410553]. Thanks to twylite and
+ Peter Spjuth.
2006-01-16 Reinhard Max <max@suse.de>