diff options
author | hobbs <hobbs> | 2001-09-13 23:49:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-13 23:49:56 (GMT) |
commit | 37be4afdd112e8b929bc2005e753d1df3b500065 (patch) | |
tree | 52febc2fcdf5ae70a517592874d30583efea37e5 /ChangeLog | |
parent | 298ec8a4e8fbb3d26a8c5a4e3c8b46fc4121fcc5 (diff) | |
download | tcl-37be4afdd112e8b929bc2005e753d1df3b500065.zip tcl-37be4afdd112e8b929bc2005e753d1df3b500065.tar.gz tcl-37be4afdd112e8b929bc2005e753d1df3b500065.tar.bz2 |
* generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from
2001-08-06 to actually duplicate the objects in certain cases.
This is really a place where feather would have been essential.
[Bug #461322]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2001-09-13 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from + 2001-08-06 to actually duplicate the objects in certain cases. + This is really a place where feather would have been essential. + [Bug #461322] + + * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the proper + location when the middle of a UTF-8 byte was passed in. + [Bug #450504] + * ChangeLog.1999: * ChangeLog: broke changes from 199x into ChangeLog.1999 to reduce size of the main ChangeLog. |