OSDN Git Service

Correct a typographic error; fix MinGW-Bug #39193
[mingw/mingw-org-wsl.git] / mingwrt / mingwex /
2019-01-21 Keith MarshallHandle another GCC compile-time warning.
2019-01-11 Keith MarshallFix a mkstemp() file name generator defect.
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-18 Keith MarshallMap compile-time constant references for POSIX clocks.
2018-09-06 Keith MarshallAvoid unwanted GCC warning diagnostic messages.
2018-09-02 Keith MarshallMake clockapi symbolic constants #ifdef detectable.
2018-04-16 Keith MarshallSuppress glob-brace expansion of single item lists.
2017-12-18 Keith MarshallSupport strtok() re-entrancy, per request [#2342].
2017-12-15 Keith MarshallImplement a subset of the POSIX.1b-1993 clock API.
2017-02-27 Keith MarshallMake floating point environment more robust.
2017-02-12 Keith MarshallSupport brace expansion in globbing patterns.
2017-02-04 Keith MarshallResolve a global variable naming inconsistency.
2017-01-30 Keith MarshallImplement strerror_r()/strerror_s() API.
2017-01-30 Keith MarshallRemove duplicate libmingwex.a entries.
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.
2016-11-28 Keith MarshallImplement POSIX.1 compatible setenv() and unsetenv...
2016-11-21 Keith MarshallReplace defective powf() and powl() function implementa...
2016-11-14 Keith MarshallAdd POSIX compliant errno assignments to log 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 MarshallFix a potentially infinite printf() format conversion...
2016-10-18 Keith MarshallMerge mingwrt-3.22.4 updates into 5.0-active branch.
2016-10-14 Keith MarshallMerge mingwrt-3.22.3 updates into 5.0-active branch.
2016-08-06 Keith MarshallImplement POSIX printf() feature per request [#2310].
2016-08-01 Keith MarshallImplement POSIX conforming getline() and getdelim(...
2016-08-01 Keith MarshallMerge mingwrt-3.22.1 legacy updates to 5.0-active branch.
2016-07-31 Keith MarshallInterim workaround for issue [#2306].
2016-07-24 Keith MarshallOptimize printf() field width accumulation function.
2016-07-22 Keith MarshallFix printf() field width parsing regression issue ...
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
2016-07-03 Keith MarshallRework tsearch and friends; resolve issues [#1512]...
2016-06-17 Keith MarshallMerge Cygwin CVS updates to legacy branch.
2016-06-03 Keith MarshallMerge further W32API updates from Cygwin CVS.
2016-05-23 Keith MarshallMerge W32API updates, from Cygwin CVS, into legacy...
2016-05-12 Keith MarshallResolve some strnlen() implementation issues.
2016-04-30 Keith MarshallMake strnlen() available for all MSVCRT.DLL versions.
2016-02-11 Keith MarshallImplement support for POSIX "%n$*m$" printf() format...
2015-12-31 Keith MarshallAvoid user namespace pollution by non-standard type...
2015-12-27 Keith MarshallImprove ISO-C conformity in MinGW printf(); cf. MinGW...
2015-06-13 Keith MarshallPrefer our hypot() implementation in complex maths...
2015-06-12 Keith MarshallCorrect C++ compilation anomaly with hypotf() in cmath...
2015-03-12 Keith MarshallFix GLOB_DOOFFS initialization bug.
2014-12-28 Keith MarshallImprove usage notes in stdlib.h, for mkstemp() function.
2014-12-23 Keith MarshallProvide more POSIX conforming sleep() functions.
2014-12-13 Keith MarshallDelete an unnecessary Unicode wrapper file.
2014-12-13 Keith MarshallSome further inline function rationalization.
2014-12-11 Keith MarshallAnother CRT_INLINE function implementation rationalization.
2014-12-11 Keith MarshallMore rationalization of CRT_INLINE function implementat...
2014-12-10 Keith MarshallCorrect complex arcsin computation per issue [#2245].
2014-12-10 Keith MarshallCorrect complex square root computation per issue ...
2014-12-09 Keith MarshallLayout and documentary corrections.
2014-12-01 Keith MarshallAdd implementation of mkstemp() and mkdtemp() functions.
2014-11-30 Keith MarshallMore JMPSTUB rationalization of inline functions.
2014-11-29 Keith MarshallCorrect omission of complex conjugate functions from...
2014-11-24 Keith MarshallBack-port improved asinh() implementation from 4.0...
2014-11-17 Keith MarshallImplement more robust _get_output_format fallback handling.
2014-11-11 Keith MarshallImplement wrappers for emulation of POSIX dlfcn API.
2014-11-08 Keith MarshallMove libgen functions to __mingw_ pseudo-namespace.
2014-11-07 Keith MarshallBackport glob implementation from master to legacy.
2014-11-05 Keith MarshallImplement conventionally named dirent function trampolines.
2014-11-03 Keith MarshallMake dirent implementation namespace and time_t clean.
2014-10-31 Keith MarshallCorrect improper naming of assembly language source...
2014-10-29 Keith MarshallStreamline the build system infrastructure.
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...