forked from Alexpux/Cygwin
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from dscho/msys2-runtime-v3.4.10
Update to MSYS2 runtime v3.4.10
- Loading branch information
Showing
12 changed files
with
124 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Bug Fixes | ||
--------- | ||
|
||
- Fix missing term in __cpuset_zero_s() prototoype in sys/cpuset.h. | ||
Addresses: https://cygwin.com/pipermail/cygwin/2023-September/254423.html | ||
|
||
- Fix hang in process initialization if cwd is unreadable. | ||
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254604.html | ||
|
||
- Let feraiseexcept actually raise an exception. | ||
Addresses: https://cygwin.com/pipermail/cygwin/2023-October/254667.html | ||
|
||
- Make random(3) family of functions thread-safe. | ||
Addresses: https://cygwin.com/pipermail/cygwin/2023-November/254734.html | ||
|
||
- Updates to profiler and gmondump: error display mechanics, buffer sizing, | ||
and output formatting. | ||
|
||
- Align behaviour of rand(3) to ISO C. | ||
Adresses: https://cygwin.com/pipermail/cygwin/2023-November/254735.html | ||
|
||
- Fix posix_fallocate(3) return value in case of being called on | ||
other than regular files. | ||
|
||
- Reset sparseness in case open(2) has been called with O_CREAT|O_TRUNC on | ||
sparse files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.