OSDN Git Service

Remove, and subsequently ignore, .hgtags file.
[mingw/mingw-org-wsl.git] / mingwrt /
2019-10-26 Keith MarshallFix MinGW-Issue #39757; avoid multiple vsnprintf()...
2019-10-16 Keith MarshallAddress MinGW-Issue #39677; declare _findclose() only...
2019-07-06 Keith MarshallPrepare and publish MinGW.org WSL-5.2.2 release. wsl-5.2.2-release
2019-07-03 Keith MarshallAvoid built-in snprintf() prototypes; fix MinGW-Bug...
2019-07-01 Keith MarshallRevert to macro implementation of "alloca()" functions.
2019-02-03 Keith MarshallClean up winsock default version selection stratagem.
2019-02-02 Keith MarshallAdd build option for <features.h> sample distribution.
2019-01-22 Keith MarshallPrepare and publish MinGW.org WSL-5.2.1 release. wsl-5.2.1-release
2019-01-22 Keith MarshallIncorporate user-customized <features.h> configuration.
2019-01-21 Keith MarshallHandle another GCC compile-time warning.
2019-01-11 Keith MarshallFix a mkstemp() file name generator defect.
2019-01-11 Keith MarshallFix a <stdio.h> typedef omission.
2018-12-23 Keith MarshallPrepare and publish MinGW.org WSL-5.2 release. wsl-5.2-release
2018-12-22 Keith MarshallCorrect an optional DLL installation and packaging...
2018-12-22 Keith MarshallUpdate ANSI stdio feature test to accommodate ISO-C11.
2018-12-20 Keith MarshallImplement test suite for aligned heap management API.
2018-12-20 Keith MarshallReimplement aligned heap management API.
2018-12-04 Keith MarshallReimplement Win9x specific fseek()/fwrite() redirector.
2018-12-04 Keith MarshallImplement POSIX.1-1996 linked-list queue management...
2018-11-25 Keith MarshallEmulate _fseeki64()/_ftelli64() API on legacy platforms.
2018-10-21 Keith MarshallUpdate <conio.h> and <wchar.h> header files.
2018-10-18 Keith MarshallMap compile-time constant references for POSIX clocks.
2018-10-08 Keith MarshallSuppress autoconf detection of _aligned_malloc functions.
2018-10-07 Keith MarshallMake alloca() API both GNU and Microsoft compatible.
2018-09-06 Keith MarshallAvoid unwanted GCC warning diagnostic messages.
2018-09-03 Keith MarshallPrepare and publish MinGW.org WSL-5.1.1 release. wsl-5.1.1-release
2018-09-02 Keith MarshallMake clockapi symbolic constants #ifdef detectable.
2018-08-26 Keith MarshallCircumvent <process.h> testsuite failure with GCC-7+.
2018-04-16 Keith MarshallSuppress glob-brace expansion within quoted arguments.
2018-04-16 Keith MarshallSuppress glob-brace expansion of single item lists.
2018-02-26 Keith MarshallPrepare and publish MinGW.org WSL-5.1 release. wsl-5.1-release
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-18 Keith MarshallSupport strtok() re-entrancy, per request [#2342].
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 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-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-15 Keith MarshallFactor <sys/time.h> duplicate content out of winsock...
2017-09-09 Keith MarshallFactor BSD non-standard type definitions into common...
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-05 Keith MarshallAutomatically correct obsolete _XOPEN_SOURCE usage.
2017-05-24 Keith MarshallFix snprintf()/vsnprintf() -Wformat vs. multiple defini...
2017-03-14 Keith MarshallRefactor mingwrt and w32api common makefile content.
2017-03-09 Keith MarshallFix generated header file version dependencies.
2017-03-09 Keith MarshallStrip optional DLLs, when staging for distribution.
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-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-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-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.
2016-11-02 Keith MarshallImplement unit tests for ANSI printf() functions.
2016-11-01 Keith MarshallFix another printf() hex-float formatting bug.
2016-11-01 Keith MarshallFix another printf() hex-float formatting bug. legacy
2016-10-30 Keith MarshallMerge post 2016-10-18 updates from legacy branch.
2016-10-30 Keith MarshallWork around MSDN inconsistencies in _finddata_t naming.
2016-10-30 Keith MarshallFix a potentially infinite printf() format conversion...
2016-10-18 Keith MarshallMerge mingwrt-3.22.4 updates into 5.0-active branch.
2016-10-17 Keith MarshallPrepare and tag mingwrt-3.22.4 patch release. mingwrt-3.22.4-release
2016-10-17 Keith MarshallResolve an ANSI mode <string.h> vs. <wchar.h> conflict.
2016-10-14 Keith MarshallAdd dependency tracking for tests/Makefile.
2016-10-14 Keith MarshallCorrect a minor typographic error.
2016-10-14 Keith MarshallMerge mingwrt-3.22.3 updates into 5.0-active branch.
2016-10-13 Keith MarshallPrepare and tag mingwrt-3.22.3 patch release. mingwrt-3.22.3-release
2016-10-13 Keith MarshallEmulate glibc <string.h> POSIX.1 non-compliance.
2016-10-13 Keith MarshallResolve some non-ANSI typedef omissions.
2016-09-20 Keith MarshallPrepare and tag mingwrt-3.22.2 patch release. mingwrt-3.22.2-release
2016-09-17 Keith MarshallAdd missing <wchar.h> declarations when compiling C++.
next