[Mingw-w64-public] winpthreads cleanup handlers not called after pthread_exit()

2015-03-19 Thread Keri Harris
I've noticed some unexpected behaviour with winpthreads which I believe is a bug. Thread-cancellation cleanup handlers are not called when a thread terminates due to a call to pthread_exit(). This is unexpected; the pthread_cleanup_push(), pthread_cleanup_pop() specification [1] mentions:

Re: [Mingw-w64-public] [PATCH 2/2] Added new versionhelpers.h header.

2015-03-19 Thread Kai Tietz
Likewise, patch is ok. Thanks, Kai 2015-03-19 14:49 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/versionhelpers.h | 79 > ++ > 1 file changed, 79 insertions(+) > create mode 100644 mingw-w64-headers/include/versionhelpers.h > > > > --

Re: [Mingw-w64-public] [PATCH 1/2] winsdkver.h: Added *_WINBLUE defines.

2015-03-19 Thread Kai Tietz
Patch is ok. Thanks, Kai PS: In hope we get soon a lot of the upcoming Windows X APIs 2015-03-19 14:49 GMT+01:00 Jacek Caban : > --- > mingw-w64-headers/include/sdkddkver.h | 3 +++ > 1 file changed, 3 insertions(+) > > > > --

[Mingw-w64-public] [PATCH 2/2] Added new versionhelpers.h header.

2015-03-19 Thread Jacek Caban
--- mingw-w64-headers/include/versionhelpers.h | 79 ++ 1 file changed, 79 insertions(+) create mode 100644 mingw-w64-headers/include/versionhelpers.h diff --git a/mingw-w64-headers/include/versionhelpers.h b/mingw-w64-headers/include/versionhelpers.h new file mode 1

[Mingw-w64-public] [PATCH 1/2] winsdkver.h: Added *_WINBLUE defines.

2015-03-19 Thread Jacek Caban
--- mingw-w64-headers/include/sdkddkver.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-headers/include/sdkddkver.h b/mingw-w64-headers/include/sdkddkver.h index 0433811..1b965ae 100644 --- a/mingw-w64-headers/include/sdkddkver.h +++ b/mingw-w64-headers/include/sdkddkver.h @@ -