OSDN Git Service

mingw/mingw-org-wsl.git
2018-02-26 Keith MarshallPrepare and publish MinGW.org WSL-5.1 release. wsl-5.1-release
2018-02-24 Keith MarshallMake <iptypes.h> header effectively self-contained.
2018-02-23 Keith MarshallCorrect <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies.
2018-02-22 Keith MarshallCorrect Windows version support for <utime.h> functions.
2018-01-17 Keith MarshallFix faulty POSIX deprecation warning logic.
2017-12-28 Keith MarshallFix a build issue, assembling generic SX files.
2017-12-20 Keith MarshallMake <winreg.h> header effectively self-contained.
2017-12-20 Keith MarshallClean up, following issue [#2262] patch application.
2017-12-20 Sebastián PueblaUpdate registry management API, per issue [#2262].
2017-12-18 Keith MarshallSupport strtok() re-entrancy, per request [#2342].
2017-12-16 Keith MarshallProvide default definition for _WIN32_IE feature test...
2017-12-16 Keith MarshallImplement autotest module for POSIX clock API functions.
2017-12-15 Keith MarshallImplement a subset of the POSIX.1b-1993 clock API.
2017-12-14 Keith MarshallAdd support for POSIX.1 "obsolescence" warnings.
2017-12-06 Keith MarshallAdjust repository version following WSL-5.0.2 release.
2017-12-06 Keith MarshallApply wsl-5.0.2-release tag. 5.0-active
2017-12-06 Keith MarshallPrepare and publish MinGW.org WSL-5.0.2 release. wsl-5.0.2-release
2017-12-02 Keith MarshallProvide legacy OS work around for issue [#2357]
2017-11-28 Keith MarshallHandle indeterminate FLT_EVAL_METHOD; fix issue [#2352].
2017-11-28 Keith MarshallMake <wsnetbs.h> header effectively self-contained.
2017-11-28 Keith MarshallFactor <winsock.h> duplicate content out of <winsock2.h>
2017-11-24 Keith MarshallMake <winsock.h> and <winsock2.h> duplicate code congruent.
2017-11-14 Keith MarshallEstablish default selection for WinSock API declaration.
2017-11-14 Keith MarshallUpdate gethostname() declaration; drop Cygwin specificity.
2017-11-09 Keith MarshallNormalize fd_set event macros for <winsock2.h> compatib...
2017-11-09 Keith MarshallFilter potential WinSock v2 conflicts out of <winsock.h>
2017-11-09 Keith MarshallFilter out <winsock.h> typedef anomalies.
2017-11-08 Keith MarshallOverhaul WinSock fd_set content management macros.
2017-11-07 Keith MarshallIdentify features which have been deprecated in WinSock v2.
2017-11-07 Keith MarshallAdopt system naming convention for USE_SYS_TYPES_FD_SET...
2017-11-06 Keith MarshallUse WINSOCK_API_LINKAGE consistently in WinSock headers.
2017-10-30 Keith MarshallRefactor <wtypes.h> vs. <nspapi.h> and WinSock headers.
2017-10-25 Keith MarshallInclude, and make <sys/bsdtypes.h> test suite safe...
2017-10-25 Keith MarshallInclude, and make <sys/bsdtypes.h> test suite safe.
2017-09-23 Keith MarshallFactor <winerror.h> duplicate content out of winsock...
2017-09-15 Keith MarshallFactor <sys/time.h> duplicate content out of winsock...
2017-09-09 Keith MarshallSource BSD non-standard type definitions from mingwrt...
2017-09-09 Keith MarshallFactor BSD non-standard type definitions into common...
2017-09-07 Keith MarshallCorrect misuse of __INSIDE_MSYS__ feature test.
2017-09-07 Keith MarshallPrepare for <winsock.h> vs. <winsock2.h> refactoring.
2017-08-28 Keith MarshallResolve secondary issue arising from MinGW-Bug [#2350]
2017-08-28 Keith MarshallResolve MinGW-Bug [#2350]
2017-08-21 Keith MarshallExtend testsuite to cover winsock fd_set macro operations.
2017-07-31 Keith MarshallMinGW.org WSL-5.0.1 released; update repository version.
2017-07-31 Keith MarshallAdded tag wsl-5.0.1-release for changeset b44e016d9ea7
2017-07-31 Keith MarshallPrepare and tag for release of MinGW.org WSL-5.0.1 wsl-5.0.1-release
2017-07-12 Keith MarshallAutomate testsuite dependency generation.
2017-06-20 Keith MarshallMake <winnt.h> header effectively self-contained.
2017-06-12 Keith MarshallConsolidate <winuser.h> version specific conditionals.
2017-06-06 Keith MarshallMake <winuser.h> header effectively self-contained.
2017-06-05 Keith MarshallAutomatically correct obsolete _XOPEN_SOURCE usage.
2017-06-04 Keith MarshallConsolidate <wingdi.h> version specific conditionals.
2017-06-03 Keith MarshallTidy, and make <wingdi.h> header effectively self-conta...
2017-05-31 Keith MarshallDeclare CONDITION_VARIABLE API, per feature request...
2017-05-29 Keith MarshallDeclare SRWLOCK API, to support feature request [#2314]
2017-03-24 Keith MarshallResolve potential <winbase.h> vs. <winerror.h> inconsis...
2017-03-24 Keith MarshallConsolidate <winbase.h> version specific conditionals.
2017-03-20 Keith MarshallTidy, and make <winbase.h> header effectively self...
2017-05-24 Keith MarshallFix snprintf()/vsnprintf() -Wformat vs. multiple defini...
2017-03-14 Keith MarshallRefactor mingwrt and w32api common makefile content.
2017-03-12 Keith MarshallCorrect a copyright notice update omission.
2017-03-09 Keith MarshallFix generated header file version dependencies.
2017-03-09 Keith MarshallStrip optional DLLs, when staging for distribution.
2017-03-09 Keith MarshallMinGW.org WSL-5.0 released; update repository version.
2017-03-08 Keith MarshallAdded tag wsl-5.0-release for changeset 44bf2b16d285
2017-03-08 Keith MarshallPrepare and tag for release of MinGW.org WSL-5.0 wsl-5.0-release
2017-03-07 Keith MarshallAvoid -shared-libgcc dependencies in optional DLLs.
2017-02-27 Keith MarshallSupport optional DLL builds from static libraries.
2017-02-27 Keith MarshallMake floating point environment more robust.
2017-02-24 Keith MarshallExtend basic test suite infrastructure to w32api.
2017-02-16 Keith MarshallWork around GCC bug; force C++11 to support std::wcstof().
2017-02-14 Alexander KrisakAdd missing constant definition, per issue [#2249].
2017-02-12 Keith MarshallSupport brace expansion in globbing patterns.
2017-02-11 Keith MarshallRefactor <getopt.h> and <unistd.h> shared declarations.
2017-02-10 Keith MarshallAvoid unnecessary duplication of configuration files.
2017-02-07 Keith MarshallEnsure selective inclusion of the correct <strings.h>
2017-02-04 Keith MarshallResolve a global variable naming inconsistency.
2017-01-30 Keith MarshallImplement strerror_r()/strerror_s() API.
2017-01-30 Keith MarshallAvoid -Wformat noise from snprintf() and vsnprintf()
2017-01-30 Keith MarshallRemove duplicate libmingwex.a entries.
2017-01-29 Keith MarshallClean up <limits.h> header file.
2017-01-29 Keith MarshallExpose C99 features required by C++11; fix issue [...
2017-01-28 Keith MarshallMake strnlen() and wcsnlen() declaratively consistent.
2017-01-28 Keith MarshallImplement wcsnlen() API per feature request [#2332].
2017-01-26 Jason HoodHonour GLOB_CASEMATCH for globbing sets; cf. issue...
2017-01-26 Keith MarshallAvoid snprintf() overhead in directory stream functions.
2017-01-26 Keith MarshallAvoid #include_next misbehaviour; cf. MinGW-Bug [#2330]
2017-01-25 Jason HoodCorrect quoted backslash handling, per bug [#2328].
2017-01-25 Keith MarshallUse C99 blanks as default argv separators, per issue...
2017-01-10 Keith MarshallCorrect <strings.h> preprocessor logic; fix bug [#2322]
2016-12-08 Jerzy TarasiukCorrect typo in <ddk/ntdddisk.h>; fix bug [#2323]
2016-12-08 Keith MarshallRationalize <winuser.h> ANSI vs. UNICODE definition...
2016-11-28 Keith MarshallImplement POSIX.1 compatible setenv() and unsetenv...
2016-11-27 Keith MarshallWork around another C++11 compliance issue; fix bug...
2016-11-26 Keith MarshallDeprecate obsolete <winable.h> and <pbt.h> headers.
2016-11-25 Keith MarshallUpdate <winuser.h> and <dbt.h>; fix issue [#2317].
2016-11-21 Keith MarshallReplace defective powf() and powl() function implementa...
2016-11-18 Keith MarshallImplement unit tests for power functions.
2016-11-14 Keith MarshallAdd POSIX compliant errno assignments to log functions.
2016-11-08 Keith MarshallImplement unit tests for logarithmic functions.
next