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.3-trunk, updated.
      07708f82cc3a4e385d8a0c67265e7a1679f7d087 (MinGW Notification List)
   2. [SCM] mingw-org-wsl (mingw) tag, wsl-5.3.4-release, created.
      07708f82cc3a4e385d8a0c67265e7a1679f7d087 (MinGW Notification List)
   3. [SCM] mingw-dist (mingw) branch, master, updated.
      58e462c63a6ba1687384abddb823301f8bb0c454 (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Mon, 06 Jul 2020 17:11:47 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.3-trunk,
        updated. 07708f82cc3a4e385d8a0c67265e7a1679f7d087
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.3-trunk has been updated
       via  07708f82cc3a4e385d8a0c67265e7a1679f7d087 (commit)
       via  2821f57617d6ce94e7cfb218a9fc88559bd6260f (commit)
       via  6d1cd97dddd7d3810c590dcb62fbdcf8a9b01f5f (commit)
       via  37af5680dbbdee37de0e9b7d3863951f9fc85cde (commit)
       via  5b046a08c00587e904d786cf25ece3ace68853fa (commit)
      from  0b6fe658b4a1b85b8978d4b65458d366e2bf89cb (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 07708f82cc3a4e385d8a0c67265e7a1679f7d087
Author: Keith Marshall <[email protected]>
Date:   Mon Jul 6 08:56:54 2020 +0100

    Prepare and publish MinGW.org WSL-5.3.4 release.

commit 2821f57617d6ce94e7cfb218a9fc88559bd6260f
Author: Keith Marshall <[email protected]>
Date:   Sun Jul 5 22:32:09 2020 +0100

    Revert typedef of socklen_t to signed int type.

commit 6d1cd97dddd7d3810c590dcb62fbdcf8a9b01f5f
Author: Keith Marshall <[email protected]>
Date:   Sun Jul 5 19:26:24 2020 +0100

    Update MBCS to wide character conversion man pages.

commit 37af5680dbbdee37de0e9b7d3863951f9fc85cde
Author: Keith Marshall <[email protected]>
Date:   Sat Jul 4 22:06:58 2020 +0100

    Discontinue use of Microsoft's MBCS/wide character converters.

commit 5b046a08c00587e904d786cf25ece3ace68853fa
Author: Keith Marshall <[email protected]>
Date:   Sat Jul 4 10:51:39 2020 +0100

    Adjust repository version following WSL-5.3.3 release.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |  12 +++
 VERSION.m4                  |   2 +-
 mingwrt/ChangeLog           |  73 +++++++++++++++
 mingwrt/include/wchar.h     | 105 +--------------------
 mingwrt/man/btowc.3.man     |  66 +-------------
 mingwrt/man/mbrlen.3.man    |  67 +-------------
 mingwrt/man/mbrtowc.3.man   |  66 +-------------
 mingwrt/man/mbsinit.3.man   |  10 +-
 mingwrt/man/mbsrtowcs.3.man |  66 +-------------
 mingwrt/man/wcrtomb.3.man   |  66 +-------------
 mingwrt/man/wcsrtombs.3.man |  66 +-------------
 mingwrt/man/wctob.3.man     |  66 +-------------
 mingwrt/mingwex/btowc.c     |  65 +++----------
 mingwrt/mingwex/mbrconv.c   | 218 ++++++++++++++++++++++----------------------
 mingwrt/mingwex/mbrlen.c    |  84 ++++-------------
 mingwrt/mingwex/mbrtowc.c   |  87 ++++--------------
 mingwrt/mingwex/mbsrtowcs.c |  91 +++++-------------
 mingwrt/mingwex/wcrtomb.c   |  89 +++++-------------
 mingwrt/mingwex/wcsrtombs.c |  87 +++++-------------
 mingwrt/mingwex/wctob.c     |  76 ++++-----------
 w32api/ChangeLog            |  16 ++++
 w32api/include/ws2tcpip.h   |   2 +-
 w32api/include/wspiapi.h    |   2 +-
 23 files changed, 357 insertions(+), 1125 deletions(-)


hooks/post-receive
-- 
mingw-org-wsl (mingw)



------------------------------

Message: 2
Date: Mon, 06 Jul 2020 17:11:47 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) tag,
        wsl-5.3.4-release, created. 07708f82cc3a4e385d8a0c67265e7a1679f7d087
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 tag, wsl-5.3.4-release has been created
        at  07708f82cc3a4e385d8a0c67265e7a1679f7d087 (commit)

- Log -----------------------------------------------------------------
commit 07708f82cc3a4e385d8a0c67265e7a1679f7d087
Author: Keith Marshall <[email protected]>
Date:   Mon Jul 6 08:56:54 2020 +0100

    Prepare and publish MinGW.org WSL-5.3.4 release.
-----------------------------------------------------------------------


hooks/post-receive
-- 
mingw-org-wsl (mingw)



------------------------------

Message: 3
Date: Tue, 07 Jul 2020 05:31:51 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-dist (mingw) branch, master,
        updated. 58e462c63a6ba1687384abddb823301f8bb0c454
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-dist" repository
containing the "mingw" project.

The branch, master has been updated
       via  58e462c63a6ba1687384abddb823301f8bb0c454 (commit)
      from  5fe398f004555981de9c66169b3ad0433c5cd640 (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 58e462c63a6ba1687384abddb823301f8bb0c454
Author: Keith Marshall <[email protected]>
Date:   Mon Jul 6 21:29:50 2020 +0100

    Publish MinGW.org WSL-5.3.4 package set.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   | 9 +++++++++
 common/issue.log            | 2 +-
 mingw32/issue.log           | 4 ++--
 mingw32/mingw32-runtime.xml | 9 +++++++++
 4 files changed, 21 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
mingw-dist (mingw)



------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 34, Issue 4
*******************************************

Reply via email to