OSDN Git Service

Correct C++ compilation anomaly with hypotf() in cmath header.
[mingw/mingw-org-wsl.git] / mingwrt / include /
2015-06-12 Keith MarshallCorrect C++ compilation anomaly with hypotf() in cmath...
2015-06-08 Keith MarshallPrepare and tag all files for release of mingwrt-3... mingwrt-3.21.1-release
2015-05-18 Keith MarshallRefactor to avoid possible time_t conflicts across...
2015-05-09 Keith MarshallRemove obsolete varargs.h header file.
2015-05-08 Keith MarshallCorrect improper unistd.h function attribute declarations.
2014-12-28 Keith MarshallTag all files for release of mingwrt-3.21. mingwrt-3.21-release
2014-12-28 Keith MarshallImprove usage notes in stdlib.h, for mkstemp() function.
2014-12-23 Keith MarshallEliminate some potential definition inconsistencies.
2014-12-23 Keith MarshallProvide more POSIX conforming sleep() functions.
2014-12-13 Keith MarshallSome further inline function rationalization.
2014-12-13 Keith MarshallSome POSIX feature test adjustments.
2014-12-11 Keith MarshallAnother CRT_INLINE function implementation rationalization.
2014-12-11 Keith MarshallMore rationalization of CRT_INLINE function implementat...
2014-12-11 Keith MarshallDon't implicitly define _POSIX_C_SOURCE too early.
2014-12-10 Keith MarshallCorrect complex square root computation per issue ...
2014-12-10 Keith MarshallAdjust header guards to resolve issue [#2244].
2014-12-09 Keith MarshallMinor formatting adjustment.
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-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-08 Keith MarshallImplement new command line argument globbing strategy.
2014-11-07 Keith MarshallBackport glob implementation from master to legacy.
2014-11-03 Keith MarshallMake dirent implementation namespace and time_t clean.
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...