diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-21 13:53:14 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-10-21 13:53:14 (GMT) |
commit | 5be98e8c4e3aa5d4c7c98af3b165e62e7be15d7e (patch) | |
tree | 59c985aa55b81cff86c9908fea48512f19c7a7ff /ChangeLog | |
parent | 206803edd2a7c10a2b1d5413762aa326169a39cb (diff) | |
download | tcl-5be98e8c4e3aa5d4c7c98af3b165e62e7be15d7e.zip tcl-5be98e8c4e3aa5d4c7c98af3b165e62e7be15d7e.tar.gz tcl-5be98e8c4e3aa5d4c7c98af3b165e62e7be15d7e.tar.bz2 |
Fix [Bug 2882561].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2009-10-21 Donal K. Fellows <dkf@users.sf.net> + * generic/tclPosixStr.c: [Bug 2882561]: Work around oddity on Haiku OS + where SIGSEGV and SIGBUS are the same value. + * generic/tclTrace.c (StringTraceProc): [Bug 2881259]: Added back cast to work around silly bug in MSVC's handling of auto-casting. |