summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-01-23 11:18:52 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-01-23 11:18:52 (GMT)
commit5797180be8dc50f5539d7262da04e069b8c4a726 (patch)
tree052fd6689293161622275ecc754244534721d4ed /ChangeLog
parentd638f4a874b43bdeb4154f5138d42108604d855f (diff)
downloadtcl-5797180be8dc50f5539d7262da04e069b8c4a726.zip
tcl-5797180be8dc50f5539d7262da04e069b8c4a726.tar.gz
tcl-5797180be8dc50f5539d7262da04e069b8c4a726.tar.bz2
* generic/tclStringObj.c: fixed incorrect handling of internal rep
in Tcl_GetRange [Bug 1410553]. Thanks to twylite and Peter Spjuth.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87133a0..2ca6bd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
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/tclProc.c: fixed args handling for precompiled bodies
[Bug 1412695]; thanks to Uwe Traum.