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.
      09dbd0d135a264c3c3125dfde0f2db66c50b7b1f (MinGW Notification List)
   2. [SCM] mingw-dist (mingw) branch, master, updated.
      87e66b72cc0c58477870435387fd8f93fc3faebe (MinGW Notification List)
   3. [SCM] mingw-org-wsl (mingw) tag, wsl-5.3-release, created.
      09dbd0d135a264c3c3125dfde0f2db66c50b7b1f (MinGW Notification List)
   4. [SCM] mingw-org-wsl (mingw) branch, 5.3-trunk, updated.
      76522e433d8ab0dd9e1220abe5b05f9380659486 (MinGW Notification List)


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

Message: 1
Date: Fri, 06 Mar 2020 02:43:28 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.3-trunk,
        updated. 09dbd0d135a264c3c3125dfde0f2db66c50b7b1f
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  09dbd0d135a264c3c3125dfde0f2db66c50b7b1f (commit)
       via  16c8f8b4fb192900841e143f02779ab649b57481 (commit)
       via  5315abb63343f392489b76563a652ef49dba0120 (commit)
       via  b9742c6cc57e4916d96d4e7bbf3c49d2ea4d56f1 (commit)
       via  14023de5a129e68a0b726d55258ee30daa85e384 (commit)
       via  cc40bc6c69615bc8b936d966f457d31bbc9cabc8 (commit)
       via  3afef4254714c54d4ff1ebb401f209f7c2dfe55f (commit)
       via  97f9c0216cf74ef334037c277c58dc42e16ec406 (commit)
      from  3edbad03398142e3fe3d3bb55fa506b5b03acecd (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 09dbd0d135a264c3c3125dfde0f2db66c50b7b1f
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 14:01:56 2020 +0000

    Prepare and publish MinGW.org WSL-5.3 release.

commit 16c8f8b4fb192900841e143f02779ab649b57481
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 13:49:29 2020 +0000

    Let _ISOC11_SOURCE imply _ISOC99_SOURCE.

commit 5315abb63343f392489b76563a652ef49dba0120
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 10:27:46 2020 +0000

    Avoid deprecated specification of esp in asm clobber list.

commit b9742c6cc57e4916d96d4e7bbf3c49d2ea4d56f1
Author: Keith Marshall <[email protected]>
Date:   Wed Mar 4 22:55:56 2020 +0000

    Disallow surrogates as printf() radix and grouping characters.

commit 14023de5a129e68a0b726d55258ee30daa85e384
Author: Keith Marshall <[email protected]>
Date:   Wed Mar 4 19:20:34 2020 +0000

    Reimplement wcstof(), and wcstold() functions.

commit cc40bc6c69615bc8b936d966f457d31bbc9cabc8
Author: Keith Marshall <[email protected]>
Date:   Tue Mar 3 21:58:11 2020 +0000

    Reimplement btowc(), and wctob() functions.

commit 3afef4254714c54d4ff1ebb401f209f7c2dfe55f
Author: Keith Marshall <[email protected]>
Date:   Mon Mar 2 14:43:44 2020 +0000

    Reimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions.

commit 97f9c0216cf74ef334037c277c58dc42e16ec406
Author: Keith Marshall <[email protected]>
Date:   Tue Feb 25 23:08:18 2020 +0000

    Reimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687.

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

Summary of changes:
 ChangeLog                       |   6 +
 mingwrt/ChangeLog               | 157 ++++++++++++++++++++++
 mingwrt/Makefile.in             |  14 +-
 mingwrt/crt1.c                  |  17 ++-
 mingwrt/include/_mingw.h.in     |  11 +-
 mingwrt/include/limits.h        |  10 +-
 mingwrt/include/stdlib.h        |  14 ++
 mingwrt/include/wchar.h         | 105 +++++++++++++--
 mingwrt/mingwex/btowc.c         | 131 +++++++++++++++---
 mingwrt/mingwex/codeset.c       | 111 ++++++++++++++++
 mingwrt/mingwex/mb_wc_common.h  |  13 --
 mingwrt/mingwex/mbrconv.c       | 185 ++++++++++++++++++++++++++
 mingwrt/mingwex/mbrlen.c        | 107 +++++++++++++++
 mingwrt/mingwex/mbrscan.c       | 287 ++++++++++++++++++++++++++++++++++++++++
 mingwrt/mingwex/mbrtowc.c       | 265 ++++++++++++++++---------------------
 mingwrt/mingwex/mbsrtowcs.c     | 227 +++++++++++++++++++++++++++++++
 mingwrt/mingwex/stdio/pformat.c |  39 +++++-
 mingwrt/mingwex/wcharmap.c      | 193 +++++++++++++++++++++++++++
 mingwrt/mingwex/wcharmap.h      | 115 ++++++++++++++++
 mingwrt/mingwex/wcrtomb.c       | 240 ++++++++++++++++++++++-----------
 mingwrt/mingwex/wcsrtombs.c     | 174 ++++++++++++++++++++++++
 mingwrt/mingwex/wcstof.c        |  64 ---------
 mingwrt/mingwex/wcstofp.c       | 243 ++++++++++++++++++++++++++++++++++
 mingwrt/mingwex/wcstold.c       |  65 ---------
 mingwrt/mingwex/wctob.c         | 120 ++++++++++++++---
 w32api/ChangeLog                |   6 +
 26 files changed, 2490 insertions(+), 429 deletions(-)
 create mode 100644 mingwrt/mingwex/codeset.c
 delete mode 100644 mingwrt/mingwex/mb_wc_common.h
 create mode 100644 mingwrt/mingwex/mbrconv.c
 create mode 100644 mingwrt/mingwex/mbrlen.c
 create mode 100644 mingwrt/mingwex/mbrscan.c
 create mode 100644 mingwrt/mingwex/mbsrtowcs.c
 create mode 100644 mingwrt/mingwex/wcharmap.c
 create mode 100644 mingwrt/mingwex/wcharmap.h
 create mode 100644 mingwrt/mingwex/wcsrtombs.c
 delete mode 100644 mingwrt/mingwex/wcstof.c
 create mode 100644 mingwrt/mingwex/wcstofp.c
 delete mode 100644 mingwrt/mingwex/wcstold.c


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



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

Message: 2
Date: Fri, 06 Mar 2020 04:05:34 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-dist (mingw) branch, master,
        updated. 87e66b72cc0c58477870435387fd8f93fc3faebe
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  87e66b72cc0c58477870435387fd8f93fc3faebe (commit)
      from  00cbef97dbc39a4320f03b77c19b1d410e9fa37c (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 87e66b72cc0c58477870435387fd8f93fc3faebe
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 19:04:24 2020 +0000

    Publish MinGW.org GCC-9.2 and WSL-5.3 package sets.

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

Summary of changes:
 ChangeLog                   | 15 +++++++++++++++
 common/issue.log            |  2 +-
 mingw32/issue.log           |  6 +++---
 mingw32/mingw32-gcc4.xml    | 24 ++++++++++++++++++++++++
 mingw32/mingw32-runtime.xml |  9 +++++++++
 5 files changed, 52 insertions(+), 4 deletions(-)


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



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

Message: 3
Date: Fri, 06 Mar 2020 07:38:44 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) tag,
        wsl-5.3-release, created. 09dbd0d135a264c3c3125dfde0f2db66c50b7b1f
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-release has been created
        at  09dbd0d135a264c3c3125dfde0f2db66c50b7b1f (commit)

- Log -----------------------------------------------------------------
commit 09dbd0d135a264c3c3125dfde0f2db66c50b7b1f
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 14:01:56 2020 +0000

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


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



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

Message: 4
Date: Fri, 06 Mar 2020 08:12:16 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.3-trunk,
        updated. 76522e433d8ab0dd9e1220abe5b05f9380659486
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  76522e433d8ab0dd9e1220abe5b05f9380659486 (commit)
      from  09dbd0d135a264c3c3125dfde0f2db66c50b7b1f (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 76522e433d8ab0dd9e1220abe5b05f9380659486
Author: Keith Marshall <[email protected]>
Date:   Thu Mar 5 23:06:40 2020 +0000

    Adjust repository version following WSL-5.3 release.

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

Summary of changes:
 ChangeLog  | 6 ++++++
 VERSION.m4 | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)


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 30, Issue 2
*******************************************

Reply via email to