1f99484812
* thread.cc (pthread::pop_cleanup_handler): Set cancel state to disabled to avoid recursively waiting for cancel.
15 lines
336 B
Plaintext
15 lines
336 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
- New API: memrchr.
|
|
|
|
Bug fixes:
|
|
----------
|
|
|
|
- Fix pipe creation problem which manifested as a problem creating a
|
|
fifo. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html
|
|
|
|
- Fix hang when calling pthread_testcancel in a canceled thread.
|
|
Fixes some of: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
|
|
|