OSDN Git Service

mingw/mingw-org-wsl.git
3 years agoPrepare and publish MinGW.org WSL-5.4.1 release. wsl-5.4.1-release
Keith Marshall [Thu, 23 Jul 2020 09:58:58 +0000 (10:58 +0100)]
Prepare and publish MinGW.org WSL-5.4.1 release.

3 years agoAdd support for emulation of Microsoft's rand_s() function.
Keith Marshall [Mon, 20 Jul 2020 19:17:27 +0000 (20:17 +0100)]
Add support for emulation of Microsoft's rand_s() function.

3 years agoAdjust repository version following WSL-5.4 release.
Keith Marshall [Sat, 18 Jul 2020 21:59:28 +0000 (22:59 +0100)]
Adjust repository version following WSL-5.4 release.

3 years agoPrepare and publish MinGW.org WSL-5.4 release. wsl-5.4-release
Keith Marshall [Wed, 8 Jul 2020 09:47:07 +0000 (10:47 +0100)]
Prepare and publish MinGW.org WSL-5.4 release.

3 years agoRemove redundant MBCS/wide character converter aliases.
Keith Marshall [Tue, 7 Jul 2020 21:02:51 +0000 (22:02 +0100)]
Remove redundant MBCS/wide character converter aliases.

3 years agoSwitch to new 5.4-trunk development branch.
Keith Marshall [Tue, 7 Jul 2020 13:53:43 +0000 (14:53 +0100)]
Switch to new 5.4-trunk development branch.

* VERSION.m4 (__VERSION__): Increment it to 5.4
* All files (5.4-trunk): Bookmark assigned.

3 years agoPrepare and publish MinGW.org WSL-5.3.4 release. 5.3-trunk wsl-5.3.4-release
Keith Marshall [Mon, 6 Jul 2020 07:56:54 +0000 (08:56 +0100)]
Prepare and publish MinGW.org WSL-5.3.4 release.

3 years agoRevert typedef of socklen_t to signed int type.
Keith Marshall [Sun, 5 Jul 2020 21:32:09 +0000 (22:32 +0100)]
Revert typedef of socklen_t to signed int type.

3 years agoUpdate MBCS to wide character conversion man pages.
Keith Marshall [Sun, 5 Jul 2020 18:26:24 +0000 (19:26 +0100)]
Update MBCS to wide character conversion man pages.

3 years agoDiscontinue use of Microsoft's MBCS/wide character converters.
Keith Marshall [Sat, 4 Jul 2020 21:06:58 +0000 (22:06 +0100)]
Discontinue use of Microsoft's MBCS/wide character converters.

3 years agoAdjust repository version following WSL-5.3.3 release.
Keith Marshall [Sat, 4 Jul 2020 09:51:39 +0000 (10:51 +0100)]
Adjust repository version following WSL-5.3.3 release.

3 years agoPrepare and publish MinGW.org WSL-5.3.3 release. wsl-5.3.3-release
Keith Marshall [Wed, 3 Jun 2020 18:41:20 +0000 (19:41 +0100)]
Prepare and publish MinGW.org WSL-5.3.3 release.

3 years agoDiscard obsolete distribution files from subdirectories.
Keith Marshall [Wed, 3 Jun 2020 18:17:03 +0000 (19:17 +0100)]
Discard obsolete distribution files from subdirectories.

3 years agoRevert 2020-05-27 changes relating to issue #40438.
Keith Marshall [Wed, 3 Jun 2020 17:58:37 +0000 (18:58 +0100)]
Revert 2020-05-27 changes relating to issue #40438.

3 years agoAdjust repository version following WSL-5.3.2 release.
Keith Marshall [Wed, 3 Jun 2020 17:30:52 +0000 (18:30 +0100)]
Adjust repository version following WSL-5.3.2 release.

3 years agoPrepare and publish MinGW.org WSL-5.3.2 release. wsl-5.3.2-release
Keith Marshall [Thu, 28 May 2020 16:59:09 +0000 (17:59 +0100)]
Prepare and publish MinGW.org WSL-5.3.2 release.

3 years agoPrepare empty dist directory when required.
Keith Marshall [Thu, 28 May 2020 20:17:26 +0000 (21:17 +0100)]
Prepare empty dist directory when required.

3 years agoAvoid recursive optional DLL import library linking.
Keith Marshall [Thu, 28 May 2020 16:54:03 +0000 (17:54 +0100)]
Avoid recursive optional DLL import library linking.

3 years agoFix libmingwex-n.dll dependencies; cf. Issue #40438.
Keith Marshall [Wed, 27 May 2020 21:53:31 +0000 (22:53 +0100)]
Fix libmingwex-n.dll dependencies; cf. Issue #40438.

3 years agoAdjust repository version following WSL-5.3.1 release.
Keith Marshall [Tue, 26 May 2020 11:47:35 +0000 (12:47 +0100)]
Adjust repository version following WSL-5.3.1 release.

3 years agoPrepare and publish MinGW.org WSL-5.3.1 release. wsl-5.3.1-release
Keith Marshall [Thu, 30 Apr 2020 10:08:10 +0000 (11:08 +0100)]
Prepare and publish MinGW.org WSL-5.3.1 release.

3 years agoImplement POSIX.1-2001 posix_memalign() function.
Keith Marshall [Sun, 19 Apr 2020 12:02:24 +0000 (13:02 +0100)]
Implement POSIX.1-2001 posix_memalign() function.

3 years agoImplement ISO-C11/C++17 aligned_alloc() function.
Keith Marshall [Sat, 18 Apr 2020 21:22:36 +0000 (22:22 +0100)]
Implement ISO-C11/C++17 aligned_alloc() function.

4 years agoManpage stylistic consistency updates.
Keith Marshall [Sat, 11 Apr 2020 19:58:43 +0000 (20:58 +0100)]
Manpage stylistic consistency updates.

4 years agoEnsure PDF manpages are generated from local sources.
Keith Marshall [Wed, 8 Apr 2020 10:40:27 +0000 (11:40 +0100)]
Ensure PDF manpages are generated from local sources.

4 years agoAutomatically enumerate manpages for publication.
Keith Marshall [Wed, 8 Apr 2020 10:02:23 +0000 (11:02 +0100)]
Automatically enumerate manpages for publication.

4 years agoDocument MinGW MBCS/wide character conversion functions.
Keith Marshall [Tue, 7 Apr 2020 18:55:12 +0000 (19:55 +0100)]
Document MinGW MBCS/wide character conversion functions.

4 years agoHandle wcsrtombs() initial surrogate completion.
Keith Marshall [Thu, 2 Apr 2020 19:37:13 +0000 (20:37 +0100)]
Handle wcsrtombs() initial surrogate completion.

4 years agoCorrect wchar_t to MBCS unpaired surrogate handling.
Keith Marshall [Thu, 2 Apr 2020 19:02:26 +0000 (20:02 +0100)]
Correct wchar_t to MBCS unpaired surrogate handling.

4 years agoMake <winsvc.h> header effectively self-contained.
Keith Marshall [Sat, 28 Mar 2020 14:54:25 +0000 (14:54 +0000)]
Make <winsvc.h> header effectively self-contained.

4 years agoCorrect a potential mbsrtowcs() surrogate pair overrun.
Keith Marshall [Thu, 19 Mar 2020 21:17:25 +0000 (21:17 +0000)]
Correct a potential mbsrtowcs() surrogate pair overrun.

4 years agoRationalize implementations of fwide() and mbsinit() functions.
Keith Marshall [Thu, 12 Mar 2020 22:44:03 +0000 (22:44 +0000)]
Rationalize implementations of fwide() and mbsinit() functions.

4 years agoCorrect a defect in detection of failed btowc() conversions.
Keith Marshall [Wed, 11 Mar 2020 11:59:13 +0000 (11:59 +0000)]
Correct a defect in detection of failed btowc() conversions.

4 years agoCorrect defects in mbrtowc() invalid conversion state handling.
Keith Marshall [Tue, 10 Mar 2020 23:02:32 +0000 (23:02 +0000)]
Correct defects in mbrtowc() invalid conversion state handling.

4 years agoBase MBCS converter function call redirection on _ISOC99_SOURCE.
Keith Marshall [Tue, 10 Mar 2020 15:25:38 +0000 (15:25 +0000)]
Base MBCS converter function call redirection on _ISOC99_SOURCE.

4 years agoAdjust repository version following WSL-5.3 release.
Keith Marshall [Thu, 5 Mar 2020 23:06:40 +0000 (23:06 +0000)]
Adjust repository version following WSL-5.3 release.

4 years agoPrepare and publish MinGW.org WSL-5.3 release. wsl-5.3-release
Keith Marshall [Thu, 5 Mar 2020 14:01:56 +0000 (14:01 +0000)]
Prepare and publish MinGW.org WSL-5.3 release.

4 years agoLet _ISOC11_SOURCE imply _ISOC99_SOURCE.
Keith Marshall [Thu, 5 Mar 2020 13:49:29 +0000 (13:49 +0000)]
Let _ISOC11_SOURCE imply _ISOC99_SOURCE.

4 years agoAvoid deprecated specification of esp in asm clobber list.
Keith Marshall [Thu, 5 Mar 2020 10:27:46 +0000 (10:27 +0000)]
Avoid deprecated specification of esp in asm clobber list.

4 years agoDisallow surrogates as printf() radix and grouping characters.
Keith Marshall [Wed, 4 Mar 2020 22:55:56 +0000 (22:55 +0000)]
Disallow surrogates as printf() radix and grouping characters.

4 years agoReimplement wcstof(), and wcstold() functions.
Keith Marshall [Wed, 4 Mar 2020 19:20:34 +0000 (19:20 +0000)]
Reimplement wcstof(), and wcstold() functions.

4 years agoReimplement btowc(), and wctob() functions.
Keith Marshall [Tue, 3 Mar 2020 21:58:11 +0000 (21:58 +0000)]
Reimplement btowc(), and wctob() functions.

4 years agoReimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions.
Keith Marshall [Mon, 2 Mar 2020 14:43:44 +0000 (14:43 +0000)]
Reimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions.

4 years agoReimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687.
Keith Marshall [Tue, 25 Feb 2020 23:08:18 +0000 (23:08 +0000)]
Reimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue #39687.

4 years agoAddress MinGW-Issue #39658; declare rand_s() function.
Keith Marshall [Tue, 21 Jan 2020 22:03:45 +0000 (22:03 +0000)]
Address MinGW-Issue #39658; declare rand_s() function.

4 years agoImplement <wspiapi.h> sockets fall-back API.
Keith Marshall [Mon, 20 Jan 2020 18:03:57 +0000 (18:03 +0000)]
Implement <wspiapi.h> sockets fall-back API.

4 years agoCorrect DLSYM attribute handling in msvcrt-xref.pdf
Keith Marshall [Sat, 18 Jan 2020 15:27:36 +0000 (15:27 +0000)]
Correct DLSYM attribute handling in msvcrt-xref.pdf

4 years agoSupport GCC-9.x gratuitous dependency on ftruncate64() function.
Keith Marshall [Sat, 18 Jan 2020 12:28:21 +0000 (12:28 +0000)]
Support GCC-9.x gratuitous dependency on ftruncate64() function.

4 years agoPreserve order of tests for integrity of header files.
Keith Marshall [Fri, 17 Jan 2020 19:41:14 +0000 (19:41 +0000)]
Preserve order of tests for integrity of header files.

4 years agoUpdate handling of <process.h> test-suite limitation.
Keith Marshall [Fri, 17 Jan 2020 16:58:38 +0000 (16:58 +0000)]
Update handling of <process.h> test-suite limitation.

4 years agoSupport GCC-9.x gratuitous use of non-standard errno accessor API.
Keith Marshall [Fri, 17 Jan 2020 15:39:44 +0000 (15:39 +0000)]
Support GCC-9.x gratuitous use of non-standard errno accessor API.

4 years agoIncorporate <winnls.h> updates for Vista and Windows-7.
Keith Marshall [Thu, 16 Jan 2020 15:23:43 +0000 (15:23 +0000)]
Incorporate <winnls.h> updates for Vista and Windows-7.

4 years agoMake <winnls.h> header effectively self-contained.
Keith Marshall [Tue, 14 Jan 2020 15:12:18 +0000 (15:12 +0000)]
Make <winnls.h> header effectively self-contained.

4 years agoAdjust repository version following WSL-5.2.3 release.
Keith Marshall [Mon, 13 Jan 2020 20:17:30 +0000 (20:17 +0000)]
Adjust repository version following WSL-5.2.3 release.

4 years agoPrepare and publish MinGW.org WSL-5.2.3 release. 5.2-trunk wsl-5.2.3-release
Keith Marshall [Mon, 13 Jan 2020 19:55:22 +0000 (19:55 +0000)]
Prepare and publish MinGW.org WSL-5.2.3 release.

4 years agoRemove, and subsequently ignore, .hgtags file.
Keith Marshall [Mon, 13 Jan 2020 13:00:27 +0000 (13:00 +0000)]
Remove, and subsequently ignore, .hgtags file.

4 years agoFix MinGW-Issue #39757; avoid multiple vsnprintf() definitions.
Keith Marshall [Sat, 26 Oct 2019 09:33:12 +0000 (10:33 +0100)]
Fix MinGW-Issue #39757; avoid multiple vsnprintf() definitions.

4 years agoAddress MinGW-Issue #39677; declare _findclose() only once.
Keith Marshall [Wed, 16 Oct 2019 08:42:57 +0000 (09:42 +0100)]
Address MinGW-Issue #39677; declare _findclose() only once.

4 years agoAdjust repository version following WSL-5.2.2 release.
Keith Marshall [Sat, 6 Jul 2019 14:40:01 +0000 (15:40 +0100)]
Adjust repository version following WSL-5.2.2 release.

4 years agoAdded tag wsl-5.2.2-release for changeset 287b7e624c5f
Keith Marshall [Sat, 6 Jul 2019 14:37:19 +0000 (15:37 +0100)]
Added tag wsl-5.2.2-release for changeset 287b7e624c5f

4 years agoPrepare and publish MinGW.org WSL-5.2.2 release. wsl-5.2.2-release
Keith Marshall [Sat, 6 Jul 2019 14:36:22 +0000 (15:36 +0100)]
Prepare and publish MinGW.org WSL-5.2.2 release.

4 years agoAvoid built-in snprintf() prototypes; fix MinGW-Bug #39224
Keith Marshall [Wed, 3 Jul 2019 20:49:42 +0000 (21:49 +0100)]
Avoid built-in snprintf() prototypes; fix MinGW-Bug #39224

4 years agoRevert to macro implementation of "alloca()" functions.
Keith Marshall [Mon, 1 Jul 2019 20:48:01 +0000 (21:48 +0100)]
Revert to macro implementation of "alloca()" functions.

4 years agoAdd missing definitions; fix MinGW-Bug #39129
Keith Marshall [Fri, 7 Jun 2019 20:53:34 +0000 (21:53 +0100)]
Add missing definitions; fix MinGW-Bug #39129

4 years agoCorrect a typographic error; fix MinGW-Bug #39193
Keith Marshall [Fri, 3 May 2019 14:32:30 +0000 (15:32 +0100)]
Correct a typographic error; fix MinGW-Bug #39193

5 years agoCorrect typographic error; fix bug #39117
Keith Marshall [Mon, 8 Apr 2019 08:47:46 +0000 (09:47 +0100)]
Correct typographic error; fix bug #39117

5 years agoClean up winsock default version selection stratagem.
Keith Marshall [Sun, 3 Feb 2019 15:47:20 +0000 (15:47 +0000)]
Clean up winsock default version selection stratagem.

5 years agoAdd build option for <features.h> sample distribution.
Keith Marshall [Sat, 2 Feb 2019 23:50:04 +0000 (23:50 +0000)]
Add build option for <features.h> sample distribution.

5 years agoAdjust repository version following WSL-5.2.1 release.
Keith Marshall [Tue, 22 Jan 2019 20:21:59 +0000 (20:21 +0000)]
Adjust repository version following WSL-5.2.1 release.

5 years agoAdded tag wsl-5.2.1-release for changeset 40ebea91874e
Keith Marshall [Tue, 22 Jan 2019 11:59:40 +0000 (11:59 +0000)]
Added tag wsl-5.2.1-release for changeset 40ebea91874e

5 years agoPrepare and publish MinGW.org WSL-5.2.1 release. wsl-5.2.1-release
Keith Marshall [Tue, 22 Jan 2019 11:58:15 +0000 (11:58 +0000)]
Prepare and publish MinGW.org WSL-5.2.1 release.

5 years agoIncorporate user-customized <features.h> configuration.
Keith Marshall [Tue, 22 Jan 2019 11:36:30 +0000 (11:36 +0000)]
Incorporate user-customized <features.h> configuration.

5 years agoHandle another GCC compile-time warning.
Keith Marshall [Mon, 21 Jan 2019 10:50:29 +0000 (10:50 +0000)]
Handle another GCC compile-time warning.

5 years agoFix a mkstemp() file name generator defect.
Keith Marshall [Fri, 11 Jan 2019 20:03:49 +0000 (20:03 +0000)]
Fix a mkstemp() file name generator defect.

5 years agoFix a <stdio.h> typedef omission.
Keith Marshall [Fri, 11 Jan 2019 18:01:52 +0000 (18:01 +0000)]
Fix a <stdio.h> typedef omission.

5 years agoAdjust repository version following WSL-5.2 release.
Keith Marshall [Sun, 23 Dec 2018 15:52:23 +0000 (15:52 +0000)]
Adjust repository version following WSL-5.2 release.

5 years agoAdded tag wsl-5.2-release for changeset c11b4f97069d
Keith Marshall [Sun, 23 Dec 2018 10:29:47 +0000 (10:29 +0000)]
Added tag wsl-5.2-release for changeset c11b4f97069d

5 years agoPrepare and publish MinGW.org WSL-5.2 release. wsl-5.2-release
Keith Marshall [Sun, 23 Dec 2018 10:28:55 +0000 (10:28 +0000)]
Prepare and publish MinGW.org WSL-5.2 release.

5 years agoCorrect an optional DLL installation and packaging defect.
Keith Marshall [Sat, 22 Dec 2018 23:20:49 +0000 (23:20 +0000)]
Correct an optional DLL installation and packaging defect.

5 years agoUpdate ANSI stdio feature test to accommodate ISO-C11.
Keith Marshall [Sat, 22 Dec 2018 16:52:51 +0000 (16:52 +0000)]
Update ANSI stdio feature test to accommodate ISO-C11.

5 years agoImplement test suite for aligned heap management API.
Keith Marshall [Thu, 20 Dec 2018 19:43:18 +0000 (19:43 +0000)]
Implement test suite for aligned heap management API.

5 years agoReimplement aligned heap management API.
Keith Marshall [Thu, 20 Dec 2018 19:30:25 +0000 (19:30 +0000)]
Reimplement aligned heap management API.

5 years agoMake <winver.h> header effectively self-contained.
Keith Marshall [Tue, 18 Dec 2018 21:24:43 +0000 (21:24 +0000)]
Make <winver.h> header effectively self-contained.

5 years agoReimplement Win9x specific fseek()/fwrite() redirector.
Keith Marshall [Tue, 4 Dec 2018 19:00:29 +0000 (19:00 +0000)]
Reimplement Win9x specific fseek()/fwrite() redirector.

5 years agoImplement POSIX.1-1996 linked-list queue management API.
Keith Marshall [Tue, 4 Dec 2018 18:06:30 +0000 (18:06 +0000)]
Implement POSIX.1-1996 linked-list queue management API.

5 years agoEmulate _fseeki64()/_ftelli64() API on legacy platforms.
Keith Marshall [Sun, 25 Nov 2018 17:51:48 +0000 (17:51 +0000)]
Emulate _fseeki64()/_ftelli64() API on legacy platforms.

5 years agoFix MinGW-Bug #2248 (SF ticket).
Keith Marshall [Fri, 23 Nov 2018 21:06:43 +0000 (21:06 +0000)]
Fix MinGW-Bug #2248 (SF ticket).

5 years agoApply some more cosmetic layout adjustments.
Keith Marshall [Fri, 23 Nov 2018 18:07:58 +0000 (18:07 +0000)]
Apply some more cosmetic layout adjustments.

5 years agoFix MinGW-Bug #38736 (OSDN ticket).
Jelle Geerts [Sun, 18 Nov 2018 21:25:35 +0000 (21:25 +0000)]
Fix MinGW-Bug #38736 (OSDN ticket).

5 years agoMake <commctrl.h> header effectively self-contained.
Keith Marshall [Sun, 18 Nov 2018 18:48:03 +0000 (18:48 +0000)]
Make <commctrl.h> header effectively self-contained.

5 years agoMake <prsht.h> header effectively self-contained.
Keith Marshall [Fri, 16 Nov 2018 20:03:22 +0000 (20:03 +0000)]
Make <prsht.h> header effectively self-contained.

5 years agoClean up <wincon.h>; consolidate its version dependencies.
Keith Marshall [Mon, 29 Oct 2018 23:36:08 +0000 (23:36 +0000)]
Clean up <wincon.h>; consolidate its version dependencies.

5 years agoMake <wincon.h> header effectively self-contained.
Keith Marshall [Wed, 24 Oct 2018 20:41:19 +0000 (21:41 +0100)]
Make <wincon.h> header effectively self-contained.

5 years agoImprove WinXP/Vista console I/O support.
David Gressett [Wed, 24 Oct 2018 18:17:28 +0000 (19:17 +0100)]
Improve WinXP/Vista console I/O support.

5 years agoUpdate <conio.h> and <wchar.h> header files.
Keith Marshall [Sun, 21 Oct 2018 15:39:35 +0000 (16:39 +0100)]
Update <conio.h> and <wchar.h> header files.

5 years agoMap compile-time constant references for POSIX clocks.
Keith Marshall [Thu, 18 Oct 2018 08:50:58 +0000 (09:50 +0100)]
Map compile-time constant references for POSIX clocks.

5 years agoSuppress autoconf detection of _aligned_malloc functions.
Keith Marshall [Mon, 8 Oct 2018 20:09:12 +0000 (21:09 +0100)]
Suppress autoconf detection of _aligned_malloc functions.

5 years agoMake alloca() API both GNU and Microsoft compatible.
Keith Marshall [Sun, 7 Oct 2018 19:15:11 +0000 (20:15 +0100)]
Make alloca() API both GNU and Microsoft compatible.

5 years agoAvoid unwanted GCC warning diagnostic messages.
Keith Marshall [Thu, 6 Sep 2018 18:50:09 +0000 (19:50 +0100)]
Avoid unwanted GCC warning diagnostic messages.

5 years agoPre-empt default EXEEXT use before its determination.
Keith Marshall [Tue, 4 Sep 2018 11:58:11 +0000 (12:58 +0100)]
Pre-empt default EXEEXT use before its determination.