mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 19:40:07 +08:00
72ee64045b
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
34 lines
994 B
Groff
34 lines
994 B
Groff
What's new:
|
|
-----------
|
|
|
|
- Add _PC_CASE_INSENSITIVE flag to [f]pathconf(3).
|
|
|
|
|
|
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
|
|
|
|
- Fix SetThreadName with gdb 7.10 on x86
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00143.html
|
|
|
|
- Fix broken newlocale handling with empty local string "".
|
|
Found by Coverity.
|
|
|
|
- Fix assorted buffer overflows and resource leaks found by Coverity.
|
|
|
|
- Correctly define __hidden macro on Cygwin.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00294.html
|
|
|
|
- Fix page count in /proc/<pid>/statm and /proc/<pid>/status.
|
|
Addresses: https://cygwin.com/ml/cygwin-patches/2016-q4/msg00008.html
|
|
|
|
- Don't allow sending invalid signals from user space
|
|
|
|
- Fix path handling of ".//" sequences.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-11/msg00295.html
|