diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-01-23 11:24:36 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-01-23 11:24:36 (GMT) |
commit | 81f0f7d83c0d31ad950d4d757b3e12848859d980 (patch) | |
tree | 2efebf2b113b58ff153bab367d00984aadd0eab9 /ChangeLog | |
parent | f388a5c71529a9aa4ed00cadbd0551e19c8c32bb (diff) | |
download | tcl-81f0f7d83c0d31ad950d4d757b3e12848859d980.zip tcl-81f0f7d83c0d31ad950d4d757b3e12848859d980.tar.gz tcl-81f0f7d83c0d31ad950d4d757b3e12848859d980.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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +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. + 2006-01-16 Reinhard Max <max@suse.de> * generic/tclPipe.c (FileForRedirect): Prevent nameString from |