OSDN Git Service

mingw/mingw-org-wsl.git
2016-02-15 Keith MarshallRefactor <time.h> vs. <wchar.h> to avoid duplication.
2016-02-11 Keith MarshallImplement support for POSIX "%n$*m$" printf() format...
2016-02-11 Keith MarshallAdd prototypes for Microsoft's _printf_p() family of...
2016-02-09 Keith MarshallAdapt msvcrt-xref to become msvcrt.def.in provider.
2016-02-09 Keith MarshallImport msvcrt-xref documentation resources.
2016-01-29 Keith MarshallRefactor <stdio.h> vs. <wchar.h> to avoid duplication.
2016-01-29 Keith MarshallEnable selective definition of POSIX system types.
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-11-14 Keith MarshallRefactor for Windows DDK synchronization; fix MinGW...
2015-10-23 Keith MarshallMake atof() and strtod() conform to ISO-C; fix MinGW...
2015-10-22 Keith MarshallRationalize definition of struct timespec.
2015-10-22 Keith MarshallWindows application module version information API...
2015-10-22 Keith MarshallRevert a failed experimental macro construct.
2015-09-29 Keith MarshallCode clean-up; fix MinGW-Bug [#2263].
2015-09-22 Keith MarshallCorrect defect in build system compilation rule.
2015-09-14 Keith MarshallMake strings.h mostly POSIX.1-2008 compliant.
2015-08-02 Keith MarshallBuild system corrections for GCC build time support.
2015-07-16 Keith MarshallIncorporate build system updates from w32api package.
2015-07-15 Keith MarshallOverhaul and streamline build system configuration.
2015-07-15 Keith MarshallMake way for replacement w32api/Makefile.in
2015-07-15 Keith MarshallChangeLog format adjustments.
2015-07-14 Keith MarshallRemove unused aclocal.m4 configuration file.
2015-07-14 Keith MarshallAdapt platform feature checks to NTDDI_VERSION conventions.
2015-07-14 Keith MarshallCorrect mismatched #if/#endif from preceding commit.
2015-06-19 Keith MarshallDefine symbolic names for alternative Microsoft runtime...
2015-06-18 Keith MarshallTrack dependencies on modified system header files.
2015-06-18 Keith MarshallCorrect an anomaly in stage 1 only build procedure.
2015-06-16 Keith MarshallRemove generated configure script from revision control.
2015-06-13 Keith MarshallPrefer our hypot() implementation in complex maths...
2015-06-12 Keith MarshallCorrect C++ compilation anomaly with hypotf() in cmath...
2015-06-08 Keith MarshallAdded tag mingwrt-3.21.1-release for changeset 283116261e25
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.
2015-03-12 Keith MarshallFix GLOB_DOOFFS initialization bug.
2015-03-12 Keith MarshallTidy ChangeLog formatting.
2014-12-28 Keith MarshallAdded tag mingwrt-3.21-release for changeset e6ff0d91cb50
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 MarshallSuppress expected warning diagnostics in LIBIMPL builds.
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-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 arcsin computation per issue [#2245].
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 MarshallLayout and documentary corrections.
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-24 Keith MarshallBack-port improved asinh() implementation from 4.0...
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 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-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-22 Keith MarshallMerge .hgignore from "master" branch to "legacy".
2014-10-21 Keith MarshallImport w32api-3.17 source code on "legacy" branch.
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...
2012-08-08 Earnie BoydInitial commit