2021-11-11 18:01:23 +08:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2021-11-17 11:39:38 +08:00
|
|
|
- Fix issue that new pipe code doesn't handle size zero pipe which
|
|
|
|
may be created by non-cygwin apps.
|
2021-11-11 18:01:23 +08:00
|
|
|
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
|
2021-11-15 20:32:03 +08:00
|
|
|
|
|
|
|
- Fix showing DLL version info from native Windows tools.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249867.html
|
2021-11-16 03:31:51 +08:00
|
|
|
|
2021-11-16 18:26:10 +08:00
|
|
|
- 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
|
2021-11-17 02:44:21 +08:00
|
|
|
|
|
|
|
- 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
|
2021-11-17 07:13:17 +08:00
|
|
|
|
|
|
|
- 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
|
2021-11-22 19:37:01 +08:00
|
|
|
|
|
|
|
- Fix two bugs in raise(2).
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249973.html
|
2021-11-22 20:57:16 +08:00
|
|
|
|
|
|
|
- Fix regression in printf introduced with Cygwin 3.3.2.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249930.html
|