Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [SCM] mingw-org-wsl (mingw) branch, 5.5-trunk, updated.
cf7bdc75e24a873a3dc1c1b14b8e758ddc19fc96 (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Sat, 29 Jan 2022 23:15:20 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.5-trunk,
updated. cf7bdc75e24a873a3dc1c1b14b8e758ddc19fc96
Message-ID:
<[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.
The branch, 5.5-trunk has been updated
via cf7bdc75e24a873a3dc1c1b14b8e758ddc19fc96 (commit)
via ee6147891511fde96eea165009e79c05705c5f30 (commit)
from 603c0173c00f5e9890e3928e14eee9e44e34e515 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cf7bdc75e24a873a3dc1c1b14b8e758ddc19fc96
Author: Keith Marshall <[email protected]>
Date: Fri Jun 25 20:32:34 2021 +0100
Correct Microsoft's dup2() POSIX.1 non-conformity.
* include/unistd.h [! defined dup2]: Define macro reference to...
(__mingw_posix_dup2): ...this new in-line function, (as named by the
macro); it overrides the Microsoft dup2() function, to ensure that it
returns the correct file descriptor, as specified by POSIX.1, rather
than zero, as returned by the Microsoft implementation, on success.
commit ee6147891511fde96eea165009e79c05705c5f30
Author: Keith Marshall <[email protected]>
Date: Tue Jun 22 21:21:40 2021 +0100
Implement a POSIX.1 compliant pseudo-random number generator.
-----------------------------------------------------------------------
Summary of changes:
mingwrt/ChangeLog | 23 ++++
mingwrt/Makefile.in | 9 +-
mingwrt/include/stdlib.h | 30 ++++-
mingwrt/include/unistd.h | 21 +++-
mingwrt/mingwex/math/random.c | 250 ++++++++++++++++++++++++++++++++++++++++++
5 files changed, 328 insertions(+), 5 deletions(-)
create mode 100644 mingwrt/mingwex/math/random.c
hooks/post-receive
--
mingw-org-wsl (mingw)
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 49, Issue 5
*******************************************