summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-07 01:23:25 +0000
committerrpj <rpj>2011-03-07 01:23:25 +0000
commit247469c6f6a16681491ac3ee213e57efcdda6153 (patch)
tree524cb8b1365cea86e12d8bee9b1a2bd93df4e6a4 /ChangeLog
parenta39dab139b7c301ffd5a5592c292123c54e686cd (diff)
exception handling and c++ casts
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be0a351..25efebe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>