diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-04 02:13:40 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2005-11-04 02:13:40 (GMT) |
commit | f30e4208875db88eacedeabb363d94c5dbcc32ce (patch) | |
tree | 7a2c5ad8267a9ae169b566172b931957957725ef /ChangeLog | |
parent | 1917d75e5fe50a58035bc8a2a47fdca8338ec9d7 (diff) | |
download | tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.zip tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.tar.gz tcl-f30e4208875db88eacedeabb363d94c5dbcc32ce.tar.bz2 |
* generic/tclInt.h:
* generic/tclNamesp.c:
* generic/tclVar.c:
* tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use
the same approach as the 8.4 patch in the ticket (i.e., removed
the patch committed on 2005-31-10).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-11-04 Miguel Sofer <msofer@users.sf.net> + + * generic/tclInt.h: + * generic/tclNamesp.c: + * generic/tclVar.c: + * tests/trace.test: fix for [Bugs 1338280/1337229]; changed to use + the same approach as the 8.4 patch in the ticket (i.e., removed + the patch committed on 2005-31-10). + 2005-11-03 Pat Thoyts <patthoyts@users.sourceforge.net> * win/tclWin32Dll.c: Applied patch #1256872 to provide unicode |