diff options
author | rpj <rpj> | 2011-03-07 01:23:25 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-03-07 01:23:25 +0000 |
commit | 247469c6f6a16681491ac3ee213e57efcdda6153 (patch) | |
tree | 524cb8b1365cea86e12d8bee9b1a2bd93df4e6a4 /ChangeLog | |
parent | a39dab139b7c301ffd5a5592c292123c54e686cd (diff) |
exception handling and c++ casts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * several (MINGW64): Cast and call fixups for 64 bit compatibility;
clean build via x86_64-w64-mingw32 cross toolchain on Linux i686
targeting x86_64 win64.
+ * ptw32_threadStart.c (ptw32_threadStart): Routine no longer attempts
+ to pass [unexpected C++] exceptions out of scope but ends the thread
+ normally setting EINTR as the exit status.
2011-03-04 Ross Johnson <ross.johnson at homemail.com.au>
|