2023-03-14 16:56:01 +08:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
2023-03-16 04:50:32 +08:00
|
|
|
- Fix CPU_SET(3) macro type mismatch by making the macros type-safe.
|
|
|
|
Addresses https://cygwin.com/pipermail/cygwin/2023-March/253220.html
|
|
|
|
|
|
|
|
- kill(1): don't print spurious error message.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2023-March/253291.html
|
2023-03-29 16:18:23 +08:00
|
|
|
|
|
|
|
- Align behaviour of dirname in terms of leading slashes to POSIX:
|
|
|
|
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html
|
2023-04-14 09:52:08 +08:00
|
|
|
|
|
|
|
- Fix reading CONIN$ in non cygwin apps when stdin is not a pty.
|
|
|
|
Addresses https://cygwin.com/pipermail/cygwin/2023-April/253424.html
|