diff options
author | andreask <andreask> | 2011-06-08 20:28:57 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-06-08 20:28:57 (GMT) |
commit | 16f7aa77f536ccb3a36ed622f482b0a93a1e0db5 (patch) | |
tree | 241f0287fbd24352a50e31dc34860524b03378c7 /ChangeLog | |
parent | 58ce780c3e7059e66583a33e596969adf9ba7086 (diff) | |
download | tcl-16f7aa77f536ccb3a36ed622f482b0a93a1e0db5.zip tcl-16f7aa77f536ccb3a36ed622f482b0a93a1e0db5.tar.gz tcl-16f7aa77f536ccb3a36ed622f482b0a93a1e0db5.tar.bz2 |
Reverted the fix for [Bug 3274728] committed on 2011-04-06 (rev [caf317ab68]) and replaced with one which is 64bit-safe. The existing fix crashed tclsh on Windows 64bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2011-06-08 Andreas Kupries <andreask@activestate.com> + + * generic/tclExecute.c: Reverted the fix for [Bug 3274728] + committed on 2011-04-06 and replaced with one which is + 64bit-safe. The existing fix crashed tclsh on Windows 64bit. + 2011-06-08 Donal K. Fellows <dkf@users.sf.net> * tests/fileSystem.test: Reduce the amount of use of duplication of |