2022-12-07 19:20:26 +08:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
|
|
|
|
|
|
|
- Fix an error introduced into the build process, resulting in `gcc -pg'
|
|
|
|
becoming disfunctional.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252619.html
|
2022-12-08 21:19:22 +08:00
|
|
|
|
|
|
|
- Fix a backward incompatibility problem in the definition of the
|
2022-12-09 19:41:54 +08:00
|
|
|
base type of the stdio type FILE. This requires that C++ binaries
|
|
|
|
compiled under Cygwin 3.4.0 having a public facing interface using
|
|
|
|
FILE need to be recompiled.
|
2022-12-08 21:19:22 +08:00
|
|
|
Addresses: https://savannah.gnu.org/bugs/index.php?63480
|
2022-12-08 21:02:43 +08:00
|
|
|
|
|
|
|
- Fix performance degradation of non-cygwin pipe.
|
|
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2022-December/252628.html
|