mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 20:40:24 +08:00
b959a54321
- Fix incorrect description of the bug fixes part.
34 lines
1.4 KiB
Groff
34 lines
1.4 KiB
Groff
Bug Fixes
|
|
---------
|
|
|
|
- Fix issue that new pipe code doesn't handle reading zero byte reads
|
|
emitted by some non-Cygwin apps.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249777.html
|
|
|
|
- Fix issue that new pipe code doesn't handle size zero pipe which
|
|
may be created by non-cygwin apps.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249844.html
|
|
|
|
- Make sure that "X:" paths are not handled as absolute DOS paths in
|
|
fstatat and other ...at calls. "X:/" still is handled as absolute
|
|
path.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249837.html
|
|
|
|
- Fix showing DLL version info from native Windows tools.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249867.html
|
|
|
|
- Handle Unicode surrogate pairs in console. Cygwin console does not
|
|
handle surrogate pairs correctly at the moment. Fix issue that
|
|
running bash in Windows Terminal and inserting an emoji does not
|
|
work as expected.
|
|
Addresses: https://github.com/git-for-windows/git/issues/3281
|
|
|
|
- Fix long-standing problem that fchmod or facl on newly created files
|
|
screw up the DOS file attributes.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249909.html
|
|
|
|
- Fix issue that pipe read()/write() occasionally returns a garbage
|
|
length when NtReadFile/NtWriteFile returns STATUS_PENDING in non-
|
|
blocking mode.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249910.html
|