OSDN Git Service

Avoid -shared-libgcc dependencies in optional DLLs.
[mingw/mingw-org-wsl.git] / mingwrt / Makefile.in
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-10 Keith MarshallAvoid unnecessary duplication of configuration files.
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].
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-10-30 Keith MarshallMerge post 2016-10-18 updates from legacy branch.
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-09-13 Keith MarshallCreate a preliminary autotest framework.
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-08-01 Keith MarshallMerge w32api-3.18.1 legacy updates to 5.0-active branch.
2016-07-17 Keith MarshallEliminate redundant configuration files.
2016-07-17 Keith MarshallMerge mingwrt-3.22 packaging correction to 5.0-active...
2016-07-17 Keith MarshallCorrect source package omission of msvcrt-xref subdirec... mingwrt-3.22-release
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
2016-07-04 Keith MarshallDo not pass MAKEFLAGS explicitly, when invoking recursi...
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 updates from legacy branch to 5.0-active.
2016-05-23 Keith MarshallMerge W32API updates, from Cygwin CVS, into legacy...
2016-05-21 Keith MarshallMerge legacy updates into 5.0-active branch.
2016-05-12 Keith MarshallIntegrate mingwrt and w32api build; synchronize versions.
2016-05-12 Keith MarshallResolve some strnlen() implementation issues.
2016-05-03 Keith MarshallEnforce consistent specification of package version.
2016-04-30 Keith MarshallMake strnlen() available for all MSVCRT.DLL versions.
2016-04-13 Keith MarshallGeneralize procedure for installing manpages.
2016-03-13 Keith MarshallSupport installation of headers with empty parts directory.
2016-02-09 Keith MarshallAdapt msvcrt-xref to become msvcrt.def.in provider.
2015-12-27 Keith MarshallImprove ISO-C conformity in MinGW printf(); cf. MinGW...
2015-09-14 Keith MarshallMake strings.h mostly POSIX.1-2008 compliant.
2015-07-16 Keith MarshallIncorporate build system updates from w32api package.
2015-06-18 Keith MarshallTrack dependencies on modified system header files.
2015-06-18 Keith MarshallCorrect an anomaly in stage 1 only build procedure.
2014-12-23 Keith MarshallSuppress expected warning diagnostics in LIBIMPL builds.
2014-12-23 Keith MarshallProvide more POSIX conforming sleep() functions.
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-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-18 Keith MarshallEnable remake of lost LIBIMPL object files.
2014-11-17 Keith MarshallImplement more robust _get_output_format fallback handling.
2014-11-16 Keith MarshallDo some more essential build tree clean up.
2014-11-11 Keith MarshallImplement wrappers for emulation of POSIX dlfcn API.
2014-11-08 Keith MarshallImplement new command line argument globbing strategy.
2014-11-07 Keith MarshallBackport glob implementation from master to legacy.
2014-11-05 Keith MarshallImplement conventionally named dirent function trampolines.
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...