4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 12:01:53 +08:00
Corinna Vinschen 642c48095c Fix typo
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2016-07-18 22:03:37 +02:00

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