4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-29 18:40:25 +08:00
Ken Brown dda82d1a7b Add _PC_CASE_INSENSITIVE to [f]pathconf
Update the getconf utility to support the new flag as well as
_PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY.  These were previously
unsupported, probably as an oversight.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-10-21 13:39:02 +02:00

19 lines
360 B
Groff

What's new:
-----------
- Add _PC_CASE_INSENSITIVE flag to [f]pathconf(3).
What changed:
-------------
Bug Fixes
---------
- Fix regression in console charset handling
Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00000.html
- Fix case-sensitivity problem when renaming directories
Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00264.html