libc/winsup/cygwin/release/2.5.1

23 lines
565 B
Groff
Raw Normal View History

What's new:
-----------
What changed:
-------------
Bug Fixes
---------
- Fix strxfrm/wcsxfrm return value if output buffer is too small. Fix
wcsxfrm return value either way.
Addresses: https://cygwin.com/ml/cygwin/2016-04/msg00232.html
2016-04-18 12:09:18 +02:00
- Fix bug introduced in 2.5.0: Fix condition specifying when to write a
NULL SID ACE.
Addresses: https://cygwin.com/ml/cygwin/2016-04/msg00400.html
2016-04-20 12:34:07 +02:00
- Remove spurious checks for already initialized pthread object in pthread
object init functions.
Addresses: https://cygwin.com/ml/cygwin/2016-04/msg00473.html