mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 12:01:53 +08:00
642c48095c
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
30 lines
793 B
Groff
30 lines
793 B
Groff
What's new:
|
|
-----------
|
|
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
- Drop support for very old SUNWNFS filesystem.
|
|
|
|
- Raise number of supported partitions per disk (for raw access) to 63.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-06/msg00136.html
|
|
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
- Fix strace timer output in child process.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00067.html
|
|
|
|
- Change blkcnt_t to signed type per POSIX.
|
|
|
|
- Fix definition of SSIZE_MAX on 32-bit systems.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00179.html
|
|
|
|
- Fix transposing invalid chars in Windows filenames on relative paths.
|
|
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html
|
|
|
|
- Fix truncl which was using the wrong FPU rounding mode.
|
|
Addresses: https://rt.perl.org/Public/Bug/Display.html?id=128665
|