OSDN Git Service

mingw/mingw-org-wsl.git
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 MarshallAdded tag mingwrt-3.22.4-release for changeset e92b7e85ef08
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 MarshallMake package installation prefix consistent throughout.
2016-10-14 Keith MarshallMerge mingwrt-3.22.3 updates into 5.0-active branch.
2016-10-13 Keith MarshallAdded tag mingwrt-3.22.3-release for changeset 9db085b74644
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 MarshallAdded tag w32api-3.18.2-release for changeset cd725d6ae238
2016-09-20 Keith MarshallPrepare and tag w32api-3.18.2 patch release. w32api-3.18.2-release
2016-09-20 Keith MarshallAdded tag mingwrt-3.22.2-release for changeset 96dcdb8540b8
2016-09-20 Keith MarshallPrepare and tag mingwrt-3.22.2 patch release. mingwrt-3.22.2-release
2016-09-17 Keith MarshallFix a minor ISO-C++11 conformity issue.
2016-09-17 Keith MarshallAdd missing <wchar.h> declarations when compiling C++.
2016-09-17 Keith MarshallStricter <wchar.h> ISO-C99 conformity filtering.
2016-09-14 Keith MarshallRelax strict ISO-C conformity to facilitate C99 support.
2016-09-13 Keith MarshallSuppress expected header warnings when running testsuite.
2016-09-13 Keith MarshallCreate a preliminary autotest framework.
2016-08-24 Keith MarshallAdd pthreads-win32 courtesy support hooks.
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-08-01 Keith MarshallMerge w32api-3.18.1 legacy updates to 5.0-active branch.
2016-07-31 Keith MarshallAdded tag mingwrt-3.22.1-release for changeset c42986e81e9c
2016-07-31 Keith MarshallPrepare and tag all files for release of mingwrt-3... mingwrt-3.22.1-release
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-21 Keith MarshallAdded tag w32api-3.18.1-release for changeset cd1bc4d01854
2016-07-21 Keith MarshallPrepare and tag all files for release of w32api-3.18.1 w32api-3.18.1-release
2016-07-21 Keith MarshallResolve improper macro expansion issue [#2307].
2016-07-19 Keith MarshallUpdate install-sh to match mingw.org/build-aux package.
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 MarshallAdded tag mingwrt-3.22-release for changeset b1ff7f59f95a
2016-07-17 Keith MarshallCorrect source package omission of msvcrt-xref subdirec... mingwrt-3.22-release
2016-07-16 Keith MarshallDiscard redundant config.guess and config.sub files.
2016-07-16 Keith MarshallSupport 'install-strip' as a universal make goal.
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
2016-07-14 Keith MarshallAdded tag mingwrt-3.22-release, w32api-3.18-release...
2016-07-14 Keith MarshallPrepare and tag all files for release of w32api-3.18. w32api-3.18-release
2016-07-14 Keith MarshallPrepare and tag all files for release of mingwrt-3.22.
2016-07-14 Keith MarshallPreserve kludge to evade GCC build failure on S_ISBLK...
2016-07-10 Keith MarshallFix C++ strict type checking inconsistency in <glob.h>
2016-07-09 Keith MarshallFactor out <ctype.h> vs. <wctype.h> duplicate elements.
2016-07-04 Keith MarshallDo not pass MAKEFLAGS explicitly, when invoking recursi...
2016-07-03 Keith MarshallRework tsearch and friends; resolve issues [#1512]...
2016-06-28 Keith MarshallRework __try1/__except1 to resolve issue [#1328].
2016-06-17 Keith MarshallMerge Cygwin CVS updates to legacy branch.
2016-06-12 Keith MarshallAdd typedef and access support for opaque locale_t...
2016-06-04 Keith MarshallBackport MemoryBarrier() implementation from 4.0-dev...
2016-06-03 Keith MarshallMerge further W32API updates from Cygwin CVS.
2016-06-02 Keith MarshallUpdate mapping of GCC to MSVC host identification macros.
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-19 Keith MarshallOcclude unsupported _S_IFBLK feature; resolve issue...
2016-05-18 Keith MarshallFix a typo in a <sys/stat.h> inline function definition.
2016-05-12 Keith MarshallIntegrate mingwrt and w32api build; synchronize versions.
2016-05-12 Keith MarshallResolve some strnlen() implementation issues.
2016-05-04 Keith MarshallEliminate redundant <parts/winioctl.h> header.
2016-05-03 Keith MarshallEnforce consistent specification of package version.
2016-04-30 Keith MarshallMake strnlen() available for all MSVCRT.DLL versions.
2016-04-26 Keith MarshallUse correct paths for partially included header files.
2016-04-13 Keith MarshallGeneralize procedure for installing manpages.
2016-04-12 Keith MarshallUpdate several incorrectly attributed header files.
2016-04-11 Keith MarshallEliminate all references to non-standard __NO_ISOCEXT...
2016-04-10 Keith MarshallMake resetting of __need_typedef requests more robust.
2016-04-10 Keith MarshallAdd a missing comment terminator.
2016-04-06 Keith MarshallDeclare <dir.h> as formally deprecated.
2016-04-06 Keith MarshallFactor out <wchar.h> vs. <io.h> duplicate declarations.
2016-04-04 Keith MarshallFactor out <wchar.h> vs. <process.h> duplicate declarat...
2016-04-04 Keith MarshallEnable selective retrieval of intptr typedefs from...
2016-03-29 Keith MarshallFactor out <wchar.h> vs. <sys/stat.h> duplicate declara...
2016-03-28 Keith MarshallFactor out <wchar.h> vs. <direct.h> duplicate declarations.
2016-03-26 Keith MarshallFactor out <direct.h> vs. <dos.h> duplicate declarations.
2016-03-26 Keith MarshallEvade CPP mismatched apostrophe warnings in windres...
2016-03-20 Keith MarshallFactor out <locale.h> vs. <wchar.h> duplicate declarations.
2016-03-18 Keith MarshallResolve some "implicit function declaration" warnings.
2016-03-18 Keith MarshallFactor out <stdlib.h> vs. <wchar.h> duplicate declarations.
2016-03-17 Keith MarshallRelocate misplaced umask() function prototypes.
2016-03-17 Keith MarshallCorrect another _BEGIN_C_DECLS imbalance error.
2016-03-13 Keith MarshallSupport installation of headers with empty parts directory.
2016-03-13 Keith MarshallReinstate typedef for non-standard off64_t.
2016-03-13 Keith MarshallCorrect conditional compilation block nesting errors.
2016-03-10 Keith MarshallFeature test _MINGW32_EXTENDED_SOURCE renamed.
2016-02-28 Keith MarshallCorrect atexit() and _onexit() export declaration regre...
2016-02-18 Keith MarshallRefactor to make <parts/time.h> and <parts/wchar.h...
2016-02-16 Keith MarshallRefactor to make <parts/time.h> redundant.
2016-02-16 Keith MarshallDeclare the nanosleep() function where POSIX expects it.
next