OSDN Git Service

Avoid built-in snprintf() prototypes; fix MinGW-Bug #39224
[mingw/mingw-org-wsl.git] / mingwrt / include / stdio.h
2019-07-03 Keith MarshallAvoid built-in snprintf() prototypes; fix MinGW-Bug...
2019-01-11 Keith MarshallFix a <stdio.h> typedef omission.
2018-12-04 Keith MarshallReimplement Win9x specific fseek()/fwrite() redirector.
2018-11-25 Keith MarshallEmulate _fseeki64()/_ftelli64() API on legacy platforms.
2017-05-24 Keith MarshallFix snprintf()/vsnprintf() -Wformat vs. multiple defini...
2017-01-30 Keith MarshallAvoid -Wformat noise from snprintf() and vsnprintf()
2017-01-30 Keith MarshallRemove duplicate libmingwex.a entries.
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-08-01 Keith MarshallImplement POSIX conforming getline() and getdelim(...
2016-07-16 Keith MarshallMerge recent legacy branch updates to 5.0-active branch.
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-03 Keith MarshallMerge further W32API updates from Cygwin CVS.
2016-05-23 Keith MarshallMerge W32API updates, from Cygwin CVS, into legacy...
2016-04-26 Keith MarshallUse correct paths for partially included header files.
2016-04-12 Keith MarshallUpdate several incorrectly attributed header files.
2016-04-11 Keith MarshallEliminate all references to non-standard __NO_ISOCEXT...
2016-03-13 Keith MarshallCorrect conditional compilation block nesting errors.
2016-02-11 Keith MarshallAdd prototypes for Microsoft's _printf_p() family of...
2016-01-29 Keith MarshallRefactor <stdio.h> vs. <wchar.h> to avoid duplication.
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...
2014-12-23 Keith MarshallEliminate some potential definition inconsistencies.
2014-12-11 Keith MarshallMore rationalization of CRT_INLINE function implementat...
2014-11-17 Keith MarshallImplement more robust _get_output_format fallback handling.
2014-10-21 Keith MarshallCreate "legacy" branch; import mingwrt-3.20 source...
2012-08-03 Earnie BoydAdd function prototype declarations per issue [#1293].
2012-08-03 Earnie BoydApply some more rigorous __STRICT_ANSI__ filtering.
2011-12-01 Chris SutcliffeAvoid potential GCC "missing function prototype" warnings.