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.
74f8379b5e868ef999663ab74383e28e73a1792a (MinGW Notification List)
2. [SCM] mingw-org-wsl (mingw) branch, 5.5-trunk, updated.
e6a7d2485cad66c3daaf9c91e8b4d87c9210b2e0 (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Fri, 04 Nov 2022 05:01:52 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.5-trunk,
updated. 74f8379b5e868ef999663ab74383e28e73a1792a
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 74f8379b5e868ef999663ab74383e28e73a1792a (commit)
via 8ac75c098ac9ff1b05a3ac921a02991caacf9eac (commit)
via d5a5b6b6e37d492f264f0da7a05523d5494b9271 (commit)
via daf2e7a42f855fe819337461b87fcfebc2ab0d97 (commit)
via c6a7bf0818eda24536165921268d1b9a53372089 (commit)
via c5fd3a308e2308b28300b0b338c9d49d51b15668 (commit)
via b70462d1a87b4b2e900cf515e61a86c043cd5695 (commit)
via 1bfb9e11f44757c50921e7a24f33278d93b8341d (commit)
via 4d471da629ec3b596ea5bbb184e632aa75c3dbb6 (commit)
via 3c52b903552c76a012e78d7788a3042257defd40 (commit)
via 03b45f86b1b877344afb2ac28ae454816bd41ac1 (commit)
from cf7bdc75e24a873a3dc1c1b14b8e758ddc19fc96 (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 74f8379b5e868ef999663ab74383e28e73a1792a
Author: Keith Marshall <[email protected]>
Date: Sat Oct 15 00:09:06 2022 +0100
Do not define public symbols in <wspiapi.h>
commit 8ac75c098ac9ff1b05a3ac921a02991caacf9eac
Author: Keith Marshall <[email protected]>
Date: Fri Aug 26 21:50:12 2022 +0100
Do not expose private declarations in <search.h>
commit d5a5b6b6e37d492f264f0da7a05523d5494b9271
Author: Keith Marshall <[email protected]>
Date: Fri Aug 19 21:50:12 2022 +0100
Correct declaration of struct RAWHID.
commit daf2e7a42f855fe819337461b87fcfebc2ab0d97
Author: Earnie Boyd <[email protected]>
Date: Wed Aug 17 19:11:46 2022 +0100
Add CertEnumCRLsInStore() references for CRYPT32.DLL.
commit c6a7bf0818eda24536165921268d1b9a53372089
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:23 2022 +0100
Correct project name references in w32api source files.
commit c5fd3a308e2308b28300b0b338c9d49d51b15668
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:22 2022 +0100
Correct references in features configuration generator.
commit b70462d1a87b4b2e900cf515e61a86c043cd5695
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:22 2022 +0100
Correct project name references in msvcrt-xref documentation.
commit 1bfb9e11f44757c50921e7a24f33278d93b8341d
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:22 2022 +0100
Correct project name references in mingwrt manpages.
commit 4d471da629ec3b596ea5bbb184e632aa75c3dbb6
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:22 2022 +0100
Correct project name references in mingwrt source files.
commit 3c52b903552c76a012e78d7788a3042257defd40
Author: Keith Marshall <[email protected]>
Date: Mon Aug 15 21:49:22 2022 +0100
Correct project name references in project-common files.
commit 03b45f86b1b877344afb2ac28ae454816bd41ac1
Author: Keith Marshall <[email protected]>
Date: Sat Jan 29 14:27:53 2022 +0000
Stop creating redundant "include/parts" directory.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 +++++++
LICENSE | 2 +-
Makefile.comm | 4 +-
Makefile.in | 6 +--
README | 6 +--
aclocal.m4 | 6 +--
configure.ac | 4 +-
mingwrt/CRT_fenv.c | 4 +-
mingwrt/ChangeLog | 77 ++++++++++++++++++++++++++++
mingwrt/Makefile.in | 8 +--
mingwrt/README | 19 ++++---
mingwrt/configure.ac | 4 +-
mingwrt/cpu_features.sx | 4 +-
mingwrt/crt1.c | 2 +-
mingwrt/include/_mingw.h.in | 2 +-
mingwrt/include/alloca.h | 2 +-
mingwrt/include/conio.h | 5 +-
mingwrt/include/ctype.h | 2 +-
mingwrt/include/dir.h | 2 +-
mingwrt/include/direct.h | 3 +-
mingwrt/include/dlfcn.h | 4 +-
mingwrt/include/dos.h | 2 +-
mingwrt/include/errno.h | 6 +--
mingwrt/include/excpt.h | 4 +-
mingwrt/include/fenv.h | 2 +-
mingwrt/include/float.h | 3 +-
mingwrt/include/getopt.h | 4 +-
mingwrt/include/glob.h | 8 +--
mingwrt/include/io.h | 4 +-
mingwrt/include/libgen.h | 11 ++--
mingwrt/include/limits.h | 4 +-
mingwrt/include/locale.h | 3 +-
mingwrt/include/malloc.h | 2 +-
mingwrt/include/math.h | 2 +-
mingwrt/include/msvcrtver.h | 4 +-
mingwrt/include/process.h | 3 +-
mingwrt/include/search.h | 24 +--------
mingwrt/include/stdint.h | 3 +-
mingwrt/include/stdio.h | 6 +--
mingwrt/include/stdlib.h | 4 +-
mingwrt/include/string.h | 4 +-
mingwrt/include/strings.h | 4 +-
mingwrt/include/sys/bsdtypes.h | 6 +--
mingwrt/include/sys/stat.h | 2 +-
mingwrt/include/sys/time.h | 2 +-
mingwrt/include/sys/timeb.h | 2 +-
mingwrt/include/sys/types.h | 2 +-
mingwrt/include/sys/utime.h | 2 +-
mingwrt/include/time.h | 4 +-
mingwrt/include/unistd.h | 4 +-
mingwrt/include/wchar.h | 4 +-
mingwrt/include/wctype.h | 2 +-
mingwrt/man/btowc.3.man | 2 +-
mingwrt/man/dirname.3.man | 2 +-
mingwrt/man/getline.3.man | 2 +-
mingwrt/man/mbrlen.3.man | 4 +-
mingwrt/man/mbrtowc.3.man | 4 +-
mingwrt/man/mbsinit.3.man | 2 +-
mingwrt/man/mbsrtowcs.3.man | 4 +-
mingwrt/man/wcrtomb.3.man | 4 +-
mingwrt/man/wcsrtombs.3.man | 4 +-
mingwrt/man/wctob.3.man | 2 +-
mingwrt/mingwex/basename.c | 2 +-
mingwrt/mingwex/btowc.c | 6 +--
mingwrt/mingwex/clockapi.c | 2 +-
mingwrt/mingwex/clockapi.h | 2 +-
mingwrt/mingwex/clockres.c | 2 +-
mingwrt/mingwex/clockset.c | 2 +-
mingwrt/mingwex/clocktime.c | 2 +-
mingwrt/mingwex/codeset.c | 2 +-
mingwrt/mingwex/complex/cabs_generic.c | 6 +--
mingwrt/mingwex/complex/casin_generic.c | 6 +--
mingwrt/mingwex/complex/catan_generic.c | 6 +--
mingwrt/mingwex/complex/clog_generic.c | 4 +-
mingwrt/mingwex/complex/cpow_generic.c | 6 +--
mingwrt/mingwex/complex/csqrt_generic.c | 6 +--
mingwrt/mingwex/cryptnam.c | 8 +--
mingwrt/mingwex/dirent.c | 4 +-
mingwrt/mingwex/dirname.c | 2 +-
mingwrt/mingwex/dlfcn.c | 2 +-
mingwrt/mingwex/fesetenv.c | 2 +-
mingwrt/mingwex/ftruncate.c | 2 +-
mingwrt/mingwex/glob.c | 2 +-
mingwrt/mingwex/imaxdiv.c | 2 +-
mingwrt/mingwex/insque.c | 2 +-
mingwrt/mingwex/jmpstub.sx | 4 +-
mingwrt/mingwex/math/asinh_generic.c | 4 +-
mingwrt/mingwex/math/errno.sx | 4 +-
mingwrt/mingwex/math/fmod_generic.sx.in | 4 +-
mingwrt/mingwex/math/hypot_generic.c | 4 +-
mingwrt/mingwex/math/log10_generic.sx | 4 +-
mingwrt/mingwex/math/log1p_generic.sx | 4 +-
mingwrt/mingwex/math/log2_generic.sx | 4 +-
mingwrt/mingwex/math/log_generic.sx | 4 +-
mingwrt/mingwex/math/pow_generic.sx | 4 +-
mingwrt/mingwex/math/random.c | 4 +-
mingwrt/mingwex/math/remquo_generic.sx | 4 +-
mingwrt/mingwex/math/x87cvt_generic.sx | 4 +-
mingwrt/mingwex/mbrconv.c | 2 +-
mingwrt/mingwex/mbrlen.c | 8 +--
mingwrt/mingwex/mbrscan.c | 2 +-
mingwrt/mingwex/mbrtowc.c | 8 +--
mingwrt/mingwex/mbsrtowcs.c | 8 +--
mingwrt/mingwex/memalign.c | 26 +++++-----
mingwrt/mingwex/memcrypt.c | 6 +--
mingwrt/mingwex/mkdtemp.c | 4 +-
mingwrt/mingwex/mkstemp.c | 4 +-
mingwrt/mingwex/nsleep.c | 4 +-
mingwrt/mingwex/ofmt.c | 6 +--
mingwrt/mingwex/ofmtctl.c | 10 ++--
mingwrt/mingwex/remque.c | 2 +-
mingwrt/mingwex/setenv.c | 2 +-
mingwrt/mingwex/stdio/fseeki64.c | 2 +-
mingwrt/mingwex/stdio/ftelli64.c | 2 +-
mingwrt/mingwex/stdio/fwrite.c | 4 +-
mingwrt/mingwex/stdio/getdelim.c | 4 +-
mingwrt/mingwex/stdio/pformat.c | 2 +-
mingwrt/mingwex/stdio/snprintf.c | 4 +-
mingwrt/mingwex/stdio/vsnprintf.c | 4 +-
mingwrt/mingwex/strerror_r.c | 2 +-
mingwrt/mingwex/strnlen.sx | 4 +-
mingwrt/mingwex/strtok_r.c | 2 +-
mingwrt/mingwex/tdelete.c | 9 ++--
mingwrt/mingwex/tfind.c | 9 ++--
mingwrt/mingwex/tsearch.c | 9 ++--
mingwrt/{include/dir.h => mingwex/tsearch.h} | 47 ++++++++++-------
mingwrt/mingwex/twalk.c | 5 +-
mingwrt/mingwex/wcharmap.c | 2 +-
mingwrt/mingwex/wcharmap.h | 4 +-
mingwrt/mingwex/wcrtomb.c | 8 +--
mingwrt/mingwex/wcsrtombs.c | 8 +--
mingwrt/mingwex/wcstofp.c | 4 +-
mingwrt/mingwex/wctob.c | 6 +--
mingwrt/msvcrt-xref/ChangeLog | 8 +++
mingwrt/msvcrt-xref/Makefile.in | 6 +--
mingwrt/msvcrt-xref/README.in | 2 +-
mingwrt/msvcrt-xref/configure.ac | 6 +--
mingwrt/msvcrt-xref/msvcrt-xref.ms | 4 +-
mingwrt/msvcrt-xref/msvcrt.def.in | 4 +-
mingwrt/setargv.c | 2 +-
mingwrt/tests/Makefile.in | 4 +-
mingwrt/tests/ansiprintf.at | 6 +--
mingwrt/tests/atlocal.in | 6 +--
mingwrt/tests/clockapi.at | 4 +-
mingwrt/tests/headers.at | 4 +-
mingwrt/tests/logarithms.at | 4 +-
mingwrt/tests/memalign.at | 2 +-
mingwrt/tests/powerfunc.at | 4 +-
mingwrt/tests/testsuite.at.in | 4 +-
var/features.lua | 12 ++---
w32api/ChangeLog | 46 +++++++++++++++++
w32api/Makefile.in | 6 +--
w32api/README.w32api | 2 +-
w32api/configure.ac | 4 +-
w32api/include/commctrl.h | 2 +-
w32api/include/dbt.h | 2 +-
w32api/include/ddk/ntdddisk.h | 2 +-
w32api/include/ddk/ntddk.h | 2 +-
w32api/include/ddk/ntddstor.h | 2 +-
w32api/include/ddk/winddk.h | 3 +-
w32api/include/iptypes.h | 2 +-
w32api/include/legacy.h | 2 +-
w32api/include/nspapi.h | 2 +-
w32api/include/obsolete.h.in | 4 +-
w32api/include/prsht.h | 2 +-
w32api/include/sdkddkver.h | 2 +-
w32api/include/versionhelpers.h | 2 +-
w32api/include/w32api.h.in | 2 +-
w32api/include/winbase.h | 2 +-
w32api/include/wincon.h | 2 +-
w32api/include/wincrypt.h | 5 +-
w32api/include/windef.h | 2 +-
w32api/include/windows.h | 3 +-
w32api/include/winerror.h | 4 +-
w32api/include/wingdi.h | 2 +-
w32api/include/winioctl.h | 2 +-
w32api/include/winnetwk.h | 2 +-
w32api/include/winnls.h | 3 +-
w32api/include/winnt.h | 4 +-
w32api/include/winperf.h | 2 +-
w32api/include/winreg.h | 3 +-
w32api/include/winsock.h | 4 +-
w32api/include/winsock2.h | 2 +-
w32api/include/winspool.h | 2 +-
w32api/include/winsvc.h | 2 +-
w32api/include/winuser.h | 4 +-
w32api/include/winver.h | 4 +-
w32api/include/ws2spi.h | 2 +-
w32api/include/ws2tcpip.h | 2 +-
w32api/include/wsnetbs.h | 2 +-
w32api/include/wspiapi.h | 3 +-
w32api/include/wtypes.h | 2 +-
w32api/lib/availapi.c | 2 +-
w32api/lib/crypt32.def | 3 +-
w32api/lib/osvercmp.c | 2 +-
w32api/tests/Makefile.in | 6 +--
w32api/tests/atlocal.in | 6 +--
w32api/tests/headers.at | 4 +-
w32api/tests/testsuite.at.in | 4 +-
w32api/tests/winsock.at | 4 +-
200 files changed, 569 insertions(+), 414 deletions(-)
copy mingwrt/{include/dir.h => mingwex/tsearch.h} (51%)
hooks/post-receive
--
mingw-org-wsl (mingw)
------------------------------
Message: 2
Date: Fri, 04 Nov 2022 05:18:39 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.5-trunk,
updated. e6a7d2485cad66c3daaf9c91e8b4d87c9210b2e0
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 e6a7d2485cad66c3daaf9c91e8b4d87c9210b2e0 (commit)
from 74f8379b5e868ef999663ab74383e28e73a1792a (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 e6a7d2485cad66c3daaf9c91e8b4d87c9210b2e0
Author: Keith Marshall <[email protected]>
Date: Wed Nov 2 14:46:12 2022 +0000
Clean up interlocked memory access API declarations.
-----------------------------------------------------------------------
Summary of changes:
w32api/ChangeLog | 67 ++++++++++++++
w32api/include/ddk/ntddk.h | 7 +-
w32api/include/ddk/winddk.h | 210 +++++++++-----------------------------------
w32api/include/winbase.h | 73 ++++++++-------
w32api/include/winnt.h | 52 +++++++++++
5 files changed, 205 insertions(+), 204 deletions(-)
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 54, Issue 2
*******************************************