OSDN Git Service

Correct remquo() quotient computation; cf. MinGW-Bug #41597
[mingw/mingw-org-wsl.git] / mingwrt /
2021-02-24 Keith MarshallCorrect remquo() quotient computation; cf. MinGW-Bug...
2021-01-26 Keith MarshallAvoid proliferation of static snprintf() implementations.
2020-08-07 Keith MarshallInitialize MSVCRT.DLL's _pgmptr reference.
2020-07-23 Keith MarshallPrepare and publish MinGW.org WSL-5.4.1 release. wsl-5.4.1-release
2020-07-20 Keith MarshallAdd support for emulation of Microsoft's rand_s() function.
2020-07-08 Keith MarshallPrepare and publish MinGW.org WSL-5.4 release. wsl-5.4-release
2020-07-07 Keith MarshallRemove redundant MBCS/wide character converter aliases.
2020-07-06 Keith MarshallPrepare and publish MinGW.org WSL-5.3.4 release. 5.3-trunk wsl-5.3.4-release
2020-07-05 Keith MarshallUpdate MBCS to wide character conversion man pages.
2020-07-04 Keith MarshallDiscontinue use of Microsoft's MBCS/wide character...
2020-06-03 Keith MarshallPrepare and publish MinGW.org WSL-5.3.3 release. wsl-5.3.3-release
2020-06-03 Keith MarshallRevert 2020-05-27 changes relating to issue #40438.
2020-05-28 Keith MarshallPrepare and publish MinGW.org WSL-5.3.2 release. wsl-5.3.2-release
2020-05-28 Keith MarshallAvoid recursive optional DLL import library linking.
2020-05-27 Keith MarshallFix libmingwex-n.dll dependencies; cf. Issue #40438.
2020-04-30 Keith MarshallPrepare and publish MinGW.org WSL-5.3.1 release. wsl-5.3.1-release
2020-04-19 Keith MarshallImplement POSIX.1-2001 posix_memalign() function.
2020-04-18 Keith MarshallImplement ISO-C11/C++17 aligned_alloc() function.
2020-04-11 Keith MarshallManpage stylistic consistency updates.
2020-04-08 Keith MarshallEnsure PDF manpages are generated from local sources.
2020-04-08 Keith MarshallAutomatically enumerate manpages for publication.
2020-04-07 Keith MarshallDocument MinGW MBCS/wide character conversion functions.
2020-04-02 Keith MarshallHandle wcsrtombs() initial surrogate completion.
2020-04-02 Keith MarshallCorrect wchar_t to MBCS unpaired surrogate handling.
2020-03-19 Keith MarshallCorrect a potential mbsrtowcs() surrogate pair overrun.
2020-03-12 Keith MarshallRationalize implementations of fwide() and mbsinit...
2020-03-11 Keith MarshallCorrect a defect in detection of failed btowc() convers...
2020-03-10 Keith MarshallCorrect defects in mbrtowc() invalid conversion state...
2020-03-10 Keith MarshallBase MBCS converter function call redirection on _ISOC9...
2020-03-05 Keith MarshallPrepare and publish MinGW.org WSL-5.3 release. wsl-5.3-release
2020-03-05 Keith MarshallLet _ISOC11_SOURCE imply _ISOC99_SOURCE.
2020-03-05 Keith MarshallAvoid deprecated specification of esp in asm clobber...
2020-03-04 Keith MarshallDisallow surrogates as printf() radix and grouping...
2020-03-04 Keith MarshallReimplement wcstof(), and wcstold() functions.
2020-03-03 Keith MarshallReimplement btowc(), and wctob() functions.
2020-03-02 Keith MarshallReimplement mbrlen(), mbrtowc(), and mbsrtowcs() functions.
2020-02-25 Keith MarshallReimplement wcrtomb() and wcsrtombs(); cf. MinGW-Issue...
2020-01-21 Keith MarshallAddress MinGW-Issue #39658; declare rand_s() function.
2020-01-18 Keith MarshallCorrect DLSYM attribute handling in msvcrt-xref.pdf
2020-01-18 Keith MarshallSupport GCC-9.x gratuitous dependency on ftruncate64...
2020-01-17 Keith MarshallPreserve order of tests for integrity of header files.
2020-01-17 Keith MarshallUpdate handling of <process.h> test-suite limitation.
2020-01-17 Keith MarshallSupport GCC-9.x gratuitous use of non-standard errno...
2019-10-26 Keith MarshallFix MinGW-Issue #39757; avoid multiple vsnprintf()...
2019-10-16 Keith MarshallAddress MinGW-Issue #39677; declare _findclose() only...
2019-07-06 Keith MarshallPrepare and publish MinGW.org WSL-5.2.2 release. wsl-5.2.2-release
2019-07-03 Keith MarshallAvoid built-in snprintf() prototypes; fix MinGW-Bug...
2019-07-01 Keith MarshallRevert to macro implementation of "alloca()" functions.
2019-02-03 Keith MarshallClean up winsock default version selection stratagem.
2019-02-02 Keith MarshallAdd build option for <features.h> sample distribution.
2019-01-22 Keith MarshallPrepare and publish MinGW.org WSL-5.2.1 release. wsl-5.2.1-release
2019-01-22 Keith MarshallIncorporate user-customized <features.h> configuration.
2019-01-21 Keith MarshallHandle another GCC compile-time warning.
2019-01-11 Keith MarshallFix a mkstemp() file name generator defect.
2019-01-11 Keith MarshallFix a <stdio.h> typedef omission.
2018-12-23 Keith MarshallPrepare and publish MinGW.org WSL-5.2 release. wsl-5.2-release
2018-12-22 Keith MarshallCorrect an optional DLL installation and packaging...
2018-12-22 Keith MarshallUpdate ANSI stdio feature test to accommodate ISO-C11.
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-21 Keith MarshallUpdate <conio.h> and <wchar.h> header files.
2018-10-18 Keith MarshallMap compile-time constant references for POSIX clocks.
2018-10-08 Keith MarshallSuppress autoconf detection of _aligned_malloc functions.
2018-10-07 Keith MarshallMake alloca() API both GNU and Microsoft compatible.
2018-09-06 Keith MarshallAvoid unwanted GCC warning diagnostic messages.
2018-09-03 Keith MarshallPrepare and publish MinGW.org WSL-5.1.1 release. wsl-5.1.1-release
2018-09-02 Keith MarshallMake clockapi symbolic constants #ifdef detectable.
2018-08-26 Keith MarshallCircumvent <process.h> testsuite failure with GCC-7+.
2018-04-16 Keith MarshallSuppress glob-brace expansion within quoted arguments.
2018-04-16 Keith MarshallSuppress glob-brace expansion of single item lists.
2018-02-26 Keith MarshallPrepare and publish MinGW.org WSL-5.1 release. wsl-5.1-release
2018-02-23 Keith MarshallCorrect <sys/timeb.h> 32-bit vs. 64-bit time_t anomalies.
2018-02-22 Keith MarshallCorrect Windows version support for <utime.h> functions.
2018-01-17 Keith MarshallFix faulty POSIX deprecation warning logic.
2017-12-28 Keith MarshallFix a build issue, assembling generic SX files.
2017-12-18 Keith MarshallSupport strtok() re-entrancy, per request [#2342].
2017-12-16 Keith MarshallImplement autotest module for POSIX clock API functions.
2017-12-15 Keith MarshallImplement a subset of the POSIX.1b-1993 clock API.
2017-12-14 Keith MarshallAdd support for POSIX.1 "obsolescence" warnings.
2017-12-06 Keith MarshallPrepare and publish MinGW.org WSL-5.0.2 release. wsl-5.0.2-release
2017-12-02 Keith MarshallProvide legacy OS work around for issue [#2357]
2017-11-28 Keith MarshallHandle indeterminate FLT_EVAL_METHOD; fix issue [#2352].
2017-10-25 Keith MarshallInclude, and make <sys/bsdtypes.h> test suite safe...
2017-10-25 Keith MarshallInclude, and make <sys/bsdtypes.h> test suite safe.
2017-09-15 Keith MarshallFactor <sys/time.h> duplicate content out of winsock...
2017-09-09 Keith MarshallFactor BSD non-standard type definitions into common...
2017-07-31 Keith MarshallPrepare and tag for release of MinGW.org WSL-5.0.1 wsl-5.0.1-release
2017-07-12 Keith MarshallAutomate testsuite dependency generation.
2017-06-05 Keith MarshallAutomatically correct obsolete _XOPEN_SOURCE usage.
2017-05-24 Keith MarshallFix snprintf()/vsnprintf() -Wformat vs. multiple defini...
2017-03-14 Keith MarshallRefactor mingwrt and w32api common makefile content.
2017-03-09 Keith MarshallFix generated header file version dependencies.
2017-03-09 Keith MarshallStrip optional DLLs, when staging for distribution.
2017-03-08 Keith MarshallPrepare and tag for release of MinGW.org WSL-5.0 wsl-5.0-release
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.
next