OSDN Git Service

mingw/mingw-org-wsl.git
7 years agoPrepare and tag for release of MinGW.org WSL-5.0 wsl-5.0-release
Keith Marshall [Wed, 8 Mar 2017 20:01:07 +0000 (20:01 +0000)]
Prepare and tag for release of MinGW.org WSL-5.0

* All files (wsl-5.0-release): Tag assigned.

7 years agoAvoid -shared-libgcc dependencies in optional DLLs.
Keith Marshall [Tue, 7 Mar 2017 22:17:57 +0000 (22:17 +0000)]
Avoid -shared-libgcc dependencies in optional DLLs.

7 years agoSupport optional DLL builds from static libraries.
Keith Marshall [Mon, 27 Feb 2017 17:59:26 +0000 (17:59 +0000)]
Support optional DLL builds from static libraries.

7 years agoMake floating point environment more robust.
Keith Marshall [Mon, 27 Feb 2017 17:46:27 +0000 (17:46 +0000)]
Make floating point environment more robust.

7 years agoExtend basic test suite infrastructure to w32api.
Keith Marshall [Fri, 24 Feb 2017 12:54:20 +0000 (12:54 +0000)]
Extend basic test suite infrastructure to w32api.

7 years agoWork around GCC bug; force C++11 to support std::wcstof().
Keith Marshall [Thu, 16 Feb 2017 22:07:56 +0000 (22:07 +0000)]
Work around GCC bug; force C++11 to support std::wcstof().

7 years agoAdd missing constant definition, per issue [#2249].
Alexander Krisak [Tue, 14 Feb 2017 14:18:34 +0000 (14:18 +0000)]
Add missing constant definition, per issue [#2249].

7 years agoSupport brace expansion in globbing patterns.
Keith Marshall [Sun, 12 Feb 2017 10:12:06 +0000 (10:12 +0000)]
Support brace expansion in globbing patterns.

7 years agoRefactor <getopt.h> and <unistd.h> shared declarations.
Keith Marshall [Sat, 11 Feb 2017 12:35:12 +0000 (12:35 +0000)]
Refactor <getopt.h> and <unistd.h> shared declarations.

7 years agoAvoid unnecessary duplication of configuration files.
Keith Marshall [Fri, 10 Feb 2017 21:30:23 +0000 (21:30 +0000)]
Avoid unnecessary duplication of configuration files.

7 years agoEnsure selective inclusion of the correct <strings.h>
Keith Marshall [Tue, 7 Feb 2017 11:20:05 +0000 (11:20 +0000)]
Ensure selective inclusion of the correct <strings.h>

7 years agoResolve a global variable naming inconsistency.
Keith Marshall [Sat, 4 Feb 2017 21:33:50 +0000 (21:33 +0000)]
Resolve a global variable naming inconsistency.

7 years agoImplement strerror_r()/strerror_s() API.
Keith Marshall [Mon, 30 Jan 2017 15:12:46 +0000 (15:12 +0000)]
Implement strerror_r()/strerror_s() API.

7 years agoAvoid -Wformat noise from snprintf() and vsnprintf()
Keith Marshall [Mon, 30 Jan 2017 13:33:51 +0000 (13:33 +0000)]
Avoid -Wformat noise from snprintf() and vsnprintf()

7 years agoRemove duplicate libmingwex.a entries.
Keith Marshall [Mon, 30 Jan 2017 10:53:24 +0000 (10:53 +0000)]
Remove duplicate libmingwex.a entries.

7 years agoClean up <limits.h> header file.
Keith Marshall [Sun, 29 Jan 2017 14:24:00 +0000 (14:24 +0000)]
Clean up <limits.h> header file.

7 years agoExpose C99 features required by C++11; fix issue [#2335]
Keith Marshall [Sun, 29 Jan 2017 10:09:49 +0000 (10:09 +0000)]
Expose C99 features required by C++11; fix issue [#2335]

7 years agoMake strnlen() and wcsnlen() declaratively consistent.
Keith Marshall [Sat, 28 Jan 2017 17:46:36 +0000 (17:46 +0000)]
Make strnlen() and wcsnlen() declaratively consistent.

7 years agoImplement wcsnlen() API per feature request [#2332].
Keith Marshall [Sat, 28 Jan 2017 16:20:51 +0000 (16:20 +0000)]
Implement wcsnlen() API per feature request [#2332].

--HG--
rename : mingwrt/mingwex/strnlen.s => mingwrt/mingwex/strnlen.sx

7 years agoHonour GLOB_CASEMATCH for globbing sets; cf. issue [#2327].
Jason Hood [Thu, 26 Jan 2017 20:34:13 +0000 (20:34 +0000)]
Honour GLOB_CASEMATCH for globbing sets; cf. issue [#2327].

7 years agoAvoid snprintf() overhead in directory stream functions.
Keith Marshall [Thu, 26 Jan 2017 18:56:27 +0000 (18:56 +0000)]
Avoid snprintf() overhead in directory stream functions.

7 years agoAvoid #include_next misbehaviour; cf. MinGW-Bug [#2330]
Keith Marshall [Thu, 26 Jan 2017 16:14:43 +0000 (16:14 +0000)]
Avoid #include_next misbehaviour; cf. MinGW-Bug [#2330]

7 years agoCorrect quoted backslash handling, per bug [#2328].
Jason Hood [Wed, 25 Jan 2017 13:41:43 +0000 (13:41 +0000)]
Correct quoted backslash handling, per bug [#2328].

7 years agoUse C99 blanks as default argv separators, per issue [#2329].
Keith Marshall [Wed, 25 Jan 2017 13:07:06 +0000 (13:07 +0000)]
Use C99 blanks as default argv separators, per issue [#2329].

7 years agoCorrect <strings.h> preprocessor logic; fix bug [#2322]
Keith Marshall [Tue, 10 Jan 2017 19:43:48 +0000 (19:43 +0000)]
Correct <strings.h> preprocessor logic; fix bug [#2322]

7 years agoCorrect typo in <ddk/ntdddisk.h>; fix bug [#2323]
Jerzy Tarasiuk [Thu, 8 Dec 2016 14:46:52 +0000 (14:46 +0000)]
Correct typo in <ddk/ntdddisk.h>; fix bug [#2323]

7 years agoRationalize <winuser.h> ANSI vs. UNICODE definition strategy.
Keith Marshall [Thu, 8 Dec 2016 14:30:41 +0000 (14:30 +0000)]
Rationalize <winuser.h> ANSI vs. UNICODE definition strategy.

7 years agoImplement POSIX.1 compatible setenv() and unsetenv() functions.
Keith Marshall [Mon, 28 Nov 2016 14:14:48 +0000 (14:14 +0000)]
Implement POSIX.1 compatible setenv() and unsetenv() functions.

7 years agoWork around another C++11 compliance issue; fix bug [#2321].
Keith Marshall [Sun, 27 Nov 2016 12:40:01 +0000 (12:40 +0000)]
Work around another C++11 compliance issue; fix bug [#2321].

7 years agoDeprecate obsolete <winable.h> and <pbt.h> headers.
Keith Marshall [Sat, 26 Nov 2016 22:35:10 +0000 (22:35 +0000)]
Deprecate obsolete <winable.h> and <pbt.h> headers.

7 years agoUpdate <winuser.h> and <dbt.h>; fix issue [#2317].
Keith Marshall [Fri, 25 Nov 2016 21:29:02 +0000 (21:29 +0000)]
Update <winuser.h> and <dbt.h>; fix issue [#2317].

7 years agoReplace defective powf() and powl() function implementations.
Keith Marshall [Mon, 21 Nov 2016 19:24:19 +0000 (19:24 +0000)]
Replace defective powf() and powl() function implementations.

7 years agoImplement unit tests for power functions.
Keith Marshall [Fri, 18 Nov 2016 09:34:08 +0000 (09:34 +0000)]
Implement unit tests for power functions.

7 years agoAdd POSIX compliant errno assignments to log functions.
Keith Marshall [Mon, 14 Nov 2016 17:57:05 +0000 (17:57 +0000)]
Add POSIX compliant errno assignments to log functions.

7 years agoImplement unit tests for logarithmic functions.
Keith Marshall [Tue, 8 Nov 2016 14:11:39 +0000 (14:11 +0000)]
Implement unit tests for logarithmic functions.

7 years agoImplement unit tests for ANSI printf() functions.
Keith Marshall [Wed, 2 Nov 2016 17:03:51 +0000 (17:03 +0000)]
Implement unit tests for ANSI printf() functions.

7 years agoFix another printf() hex-float formatting bug.
Keith Marshall [Tue, 1 Nov 2016 20:08:15 +0000 (20:08 +0000)]
Fix another printf() hex-float formatting bug.

7 years agoFix another printf() hex-float formatting bug. legacy
Keith Marshall [Tue, 1 Nov 2016 19:45:15 +0000 (19:45 +0000)]
Fix another printf() hex-float formatting bug.

7 years agoMerge post 2016-10-18 updates from legacy branch.
Keith Marshall [Sun, 30 Oct 2016 19:12:05 +0000 (19:12 +0000)]
Merge post 2016-10-18 updates from legacy branch.

7 years agoWork around MSDN inconsistencies in _finddata_t naming.
Keith Marshall [Sun, 30 Oct 2016 18:40:10 +0000 (18:40 +0000)]
Work around MSDN inconsistencies in _finddata_t naming.

7 years agoFix a potentially infinite printf() format conversion loop.
Keith Marshall [Sun, 30 Oct 2016 16:35:51 +0000 (16:35 +0000)]
Fix a potentially infinite printf() format conversion loop.

7 years agoMerge mingwrt-3.22.4 updates into 5.0-active branch.
Keith Marshall [Tue, 18 Oct 2016 11:02:44 +0000 (12:02 +0100)]
Merge mingwrt-3.22.4 updates into 5.0-active branch.

7 years agoAdded tag mingwrt-3.22.4-release for changeset e92b7e85ef08
Keith Marshall [Mon, 17 Oct 2016 21:27:17 +0000 (22:27 +0100)]
Added tag mingwrt-3.22.4-release for changeset e92b7e85ef08

7 years agoPrepare and tag mingwrt-3.22.4 patch release. mingwrt-3.22.4-release
Keith Marshall [Mon, 17 Oct 2016 21:25:34 +0000 (22:25 +0100)]
Prepare and tag mingwrt-3.22.4 patch release.

7 years agoResolve an ANSI mode <string.h> vs. <wchar.h> conflict.
Keith Marshall [Mon, 17 Oct 2016 21:05:55 +0000 (22:05 +0100)]
Resolve an ANSI mode <string.h> vs. <wchar.h> conflict.

7 years agoAdd dependency tracking for tests/Makefile.
Keith Marshall [Fri, 14 Oct 2016 14:46:46 +0000 (15:46 +0100)]
Add dependency tracking for tests/Makefile.

7 years agoCorrect a minor typographic error.
Keith Marshall [Fri, 14 Oct 2016 14:00:52 +0000 (15:00 +0100)]
Correct a minor typographic error.

7 years agoMake package installation prefix consistent throughout.
Keith Marshall [Fri, 14 Oct 2016 13:41:44 +0000 (14:41 +0100)]
Make package installation prefix consistent throughout.

7 years agoMerge mingwrt-3.22.3 updates into 5.0-active branch.
Keith Marshall [Fri, 14 Oct 2016 13:21:59 +0000 (14:21 +0100)]
Merge mingwrt-3.22.3 updates into 5.0-active branch.

7 years agoAdded tag mingwrt-3.22.3-release for changeset 9db085b74644
Keith Marshall [Thu, 13 Oct 2016 21:36:11 +0000 (22:36 +0100)]
Added tag mingwrt-3.22.3-release for changeset 9db085b74644

7 years agoPrepare and tag mingwrt-3.22.3 patch release. mingwrt-3.22.3-release
Keith Marshall [Thu, 13 Oct 2016 21:35:37 +0000 (22:35 +0100)]
Prepare and tag mingwrt-3.22.3 patch release.

7 years agoEmulate glibc <string.h> POSIX.1 non-compliance.
Keith Marshall [Thu, 13 Oct 2016 21:03:26 +0000 (22:03 +0100)]
Emulate glibc <string.h> POSIX.1 non-compliance.

7 years agoResolve some non-ANSI typedef omissions.
Keith Marshall [Thu, 13 Oct 2016 20:03:56 +0000 (21:03 +0100)]
Resolve some non-ANSI typedef omissions.

7 years agoAdded tag w32api-3.18.2-release for changeset cd725d6ae238
Keith Marshall [Tue, 20 Sep 2016 19:36:50 +0000 (20:36 +0100)]
Added tag w32api-3.18.2-release for changeset cd725d6ae238

7 years agoPrepare and tag w32api-3.18.2 patch release. w32api-3.18.2-release
Keith Marshall [Tue, 20 Sep 2016 19:36:17 +0000 (20:36 +0100)]
Prepare and tag w32api-3.18.2 patch release.

7 years agoAdded tag mingwrt-3.22.2-release for changeset 96dcdb8540b8
Keith Marshall [Tue, 20 Sep 2016 19:36:11 +0000 (20:36 +0100)]
Added tag mingwrt-3.22.2-release for changeset 96dcdb8540b8

7 years agoPrepare and tag mingwrt-3.22.2 patch release. mingwrt-3.22.2-release
Keith Marshall [Tue, 20 Sep 2016 19:25:20 +0000 (20:25 +0100)]
Prepare and tag mingwrt-3.22.2 patch release.

7 years agoFix a minor ISO-C++11 conformity issue.
Keith Marshall [Sat, 17 Sep 2016 21:36:07 +0000 (22:36 +0100)]
Fix a minor ISO-C++11 conformity issue.

7 years agoAdd missing <wchar.h> declarations when compiling C++.
Keith Marshall [Sat, 17 Sep 2016 21:32:23 +0000 (22:32 +0100)]
Add missing <wchar.h> declarations when compiling C++.

7 years agoStricter <wchar.h> ISO-C99 conformity filtering.
Keith Marshall [Sat, 17 Sep 2016 19:00:10 +0000 (20:00 +0100)]
Stricter <wchar.h> ISO-C99 conformity filtering.

7 years agoRelax strict ISO-C conformity to facilitate C99 support.
Keith Marshall [Wed, 14 Sep 2016 20:26:25 +0000 (21:26 +0100)]
Relax strict ISO-C conformity to facilitate C99 support.

7 years agoSuppress expected header warnings when running testsuite.
Keith Marshall [Tue, 13 Sep 2016 20:14:13 +0000 (21:14 +0100)]
Suppress expected header warnings when running testsuite.

7 years agoCreate a preliminary autotest framework.
Keith Marshall [Tue, 13 Sep 2016 19:45:57 +0000 (20:45 +0100)]
Create a preliminary autotest framework.

7 years agoAdd pthreads-win32 courtesy support hooks.
Keith Marshall [Wed, 24 Aug 2016 23:01:17 +0000 (00:01 +0100)]
Add pthreads-win32 courtesy support hooks.

7 years agoImplement POSIX printf() feature per request [#2310].
Keith Marshall [Sat, 6 Aug 2016 23:10:54 +0000 (00:10 +0100)]
Implement POSIX printf() feature per request [#2310].

7 years agoImplement POSIX conforming getline() and getdelim() functions.
Keith Marshall [Mon, 1 Aug 2016 14:42:35 +0000 (15:42 +0100)]
Implement POSIX conforming getline() and getdelim() functions.

7 years agoMerge mingwrt-3.22.1 legacy updates to 5.0-active branch.
Keith Marshall [Mon, 1 Aug 2016 11:55:07 +0000 (12:55 +0100)]
Merge mingwrt-3.22.1 legacy updates to 5.0-active branch.

7 years agoMerge w32api-3.18.1 legacy updates to 5.0-active branch.
Keith Marshall [Mon, 1 Aug 2016 11:46:09 +0000 (12:46 +0100)]
Merge w32api-3.18.1 legacy updates to 5.0-active branch.

7 years agoAdded tag mingwrt-3.22.1-release for changeset c42986e81e9c
Keith Marshall [Sun, 31 Jul 2016 17:14:24 +0000 (18:14 +0100)]
Added tag mingwrt-3.22.1-release for changeset c42986e81e9c

7 years agoPrepare and tag all files for release of mingwrt-3.22.1. mingwrt-3.22.1-release
Keith Marshall [Sun, 31 Jul 2016 17:13:53 +0000 (18:13 +0100)]
Prepare and tag all files for release of mingwrt-3.22.1.

7 years agoInterim workaround for issue [#2306].
Keith Marshall [Sun, 31 Jul 2016 15:44:59 +0000 (16:44 +0100)]
Interim workaround for issue [#2306].

7 years agoOptimize printf() field width accumulation function.
Keith Marshall [Sun, 24 Jul 2016 15:35:49 +0000 (16:35 +0100)]
Optimize printf() field width accumulation function.

7 years agoFix printf() field width parsing regression issue [#2309].
Keith Marshall [Fri, 22 Jul 2016 17:33:42 +0000 (18:33 +0100)]
Fix printf() field width parsing regression issue [#2309].

7 years agoAdded tag w32api-3.18.1-release for changeset cd1bc4d01854
Keith Marshall [Thu, 21 Jul 2016 21:50:10 +0000 (22:50 +0100)]
Added tag w32api-3.18.1-release for changeset cd1bc4d01854

7 years agoPrepare and tag all files for release of w32api-3.18.1 w32api-3.18.1-release
Keith Marshall [Thu, 21 Jul 2016 21:46:35 +0000 (22:46 +0100)]
Prepare and tag all files for release of w32api-3.18.1

7 years agoResolve improper macro expansion issue [#2307].
Keith Marshall [Thu, 21 Jul 2016 21:20:34 +0000 (22:20 +0100)]
Resolve improper macro expansion issue [#2307].

7 years agoUpdate install-sh to match mingw.org/build-aux package.
Keith Marshall [Tue, 19 Jul 2016 10:02:00 +0000 (11:02 +0100)]
Update install-sh to match mingw.org/build-aux package.

7 years agoEliminate redundant configuration files.
Keith Marshall [Sun, 17 Jul 2016 19:35:18 +0000 (20:35 +0100)]
Eliminate redundant configuration files.

7 years agoMerge mingwrt-3.22 packaging correction to 5.0-active branch.
Keith Marshall [Sun, 17 Jul 2016 12:05:20 +0000 (13:05 +0100)]
Merge mingwrt-3.22 packaging correction to 5.0-active branch.

7 years agoAdded tag mingwrt-3.22-release for changeset b1ff7f59f95a
Keith Marshall [Sun, 17 Jul 2016 10:40:49 +0000 (11:40 +0100)]
Added tag mingwrt-3.22-release for changeset b1ff7f59f95a

7 years agoCorrect source package omission of msvcrt-xref subdirectory. mingwrt-3.22-release
Keith Marshall [Sun, 17 Jul 2016 10:11:20 +0000 (11:11 +0100)]
Correct source package omission of msvcrt-xref subdirectory.

7 years agoDiscard redundant config.guess and config.sub files.
Keith Marshall [Sat, 16 Jul 2016 18:07:04 +0000 (19:07 +0100)]
Discard redundant config.guess and config.sub files.

7 years agoSupport 'install-strip' as a universal make goal.
Keith Marshall [Sat, 16 Jul 2016 17:02:05 +0000 (18:02 +0100)]
Support 'install-strip' as a universal make goal.

7 years agoMerge recent legacy branch updates to 5.0-active branch.
Keith Marshall [Sat, 16 Jul 2016 13:47:57 +0000 (14:47 +0100)]
Merge recent legacy branch updates to 5.0-active branch.

7 years agoAdded tag mingwrt-3.22-release, w32api-3.18-release for changeset ef4db1b16b14
Keith Marshall [Thu, 14 Jul 2016 18:03:12 +0000 (19:03 +0100)]
Added tag mingwrt-3.22-release, w32api-3.18-release for changeset ef4db1b16b14

7 years agoPrepare and tag all files for release of w32api-3.18. w32api-3.18-release
Keith Marshall [Thu, 14 Jul 2016 18:02:24 +0000 (19:02 +0100)]
Prepare and tag all files for release of w32api-3.18.

7 years agoPrepare and tag all files for release of mingwrt-3.22.
Keith Marshall [Thu, 14 Jul 2016 18:00:23 +0000 (19:00 +0100)]
Prepare and tag all files for release of mingwrt-3.22.

7 years agoPreserve kludge to evade GCC build failure on S_ISBLK misuse.
Keith Marshall [Thu, 14 Jul 2016 17:59:07 +0000 (18:59 +0100)]
Preserve kludge to evade GCC build failure on S_ISBLK misuse.

7 years agoFix C++ strict type checking inconsistency in <glob.h>
Keith Marshall [Sun, 10 Jul 2016 21:38:45 +0000 (22:38 +0100)]
Fix C++ strict type checking inconsistency in <glob.h>

7 years agoFactor out <ctype.h> vs. <wctype.h> duplicate elements.
Keith Marshall [Sat, 9 Jul 2016 20:53:41 +0000 (21:53 +0100)]
Factor out <ctype.h> vs. <wctype.h> duplicate elements.

7 years agoDo not pass MAKEFLAGS explicitly, when invoking recursive make.
Keith Marshall [Mon, 4 Jul 2016 11:00:52 +0000 (12:00 +0100)]
Do not pass MAKEFLAGS explicitly, when invoking recursive make.

7 years agoRework tsearch and friends; resolve issues [#1512] and [#1576].
Keith Marshall [Sun, 3 Jul 2016 19:23:28 +0000 (20:23 +0100)]
Rework tsearch and friends; resolve issues [#1512] and [#1576].

7 years agoRework __try1/__except1 to resolve issue [#1328].
Keith Marshall [Tue, 28 Jun 2016 13:50:38 +0000 (14:50 +0100)]
Rework __try1/__except1 to resolve issue [#1328].

7 years agoMerge Cygwin CVS updates to legacy branch.
Keith Marshall [Fri, 17 Jun 2016 14:16:01 +0000 (15:16 +0100)]
Merge Cygwin CVS updates to legacy branch.

7 years agoAdd typedef and access support for opaque locale_t objects.
Keith Marshall [Sun, 12 Jun 2016 19:22:07 +0000 (20:22 +0100)]
Add typedef and access support for opaque locale_t objects.

7 years agoBackport MemoryBarrier() implementation from 4.0-dev branch.
Keith Marshall [Sat, 4 Jun 2016 13:44:52 +0000 (14:44 +0100)]
Backport MemoryBarrier() implementation from 4.0-dev branch.

7 years agoMerge further W32API updates from Cygwin CVS.
Keith Marshall [Fri, 3 Jun 2016 22:05:03 +0000 (23:05 +0100)]
Merge further W32API updates from Cygwin CVS.

7 years agoUpdate mapping of GCC to MSVC host identification macros.
Keith Marshall [Thu, 2 Jun 2016 21:15:06 +0000 (22:15 +0100)]
Update mapping of GCC to MSVC host identification macros.

7 years agoMerge updates from legacy branch to 5.0-active.
Keith Marshall [Mon, 23 May 2016 19:02:11 +0000 (20:02 +0100)]
Merge updates from legacy branch to 5.0-active.

7 years agoMerge W32API updates, from Cygwin CVS, into legacy branch.
Keith Marshall [Mon, 23 May 2016 18:31:09 +0000 (19:31 +0100)]
Merge W32API updates, from Cygwin CVS, into legacy branch.