- cff91bb crt: Fix POSIX stat() with 32-bit st_size for pre-msvcr100 build by Pali Rohár · 3 months ago
- 07e3453 headers: Fix declaration of POSIX stat/fstat and LFS stat64/fstat64 functions by Pali Rohár · 3 months ago
- 8650898 crt: Fix ABI of mingw-w64 emulation of POSIX stat* functions by Pali Rohár · 3 months ago
- 85d439d headers: Remove inline definition of _fstat64i32() and _stat64i32() functions by Pali Rohár · 3 months ago
- 72d71a5 crt: Provide emulation of _fstat32i64, _stat32i64 and _wstat32i64 functions by Pali Rohár · 3 months ago
- c98e4bb crt: Fix mingw-w64 emulation of _fstat64i32, _stat64i32 and _wstat64i32 functions by Pali Rohár · 3 months ago
- b06fd9d crt: Provide emulation of _fstat64, _stat64 and _wstat64 functions by Pali Rohár · 3 months ago
- ecc0108 crt: Avoid memset calls in stdio format functions. by Jacek Caban · 4 months ago
- 7ea592a crt: Avoid memset calls in stat functions implementation. by Jacek Caban · 4 months ago
- 28d2ed3 crt,headers: Use headers to redirect __ms_v*scanf functions to v*scanf functions. by Jacek Caban · 4 months ago
- 9fe772a crt: Remove the separate UCRT __ms_fprintf function by Martin Storsjö · 4 months ago
- e5f6f12 crt, headers: Convert the UCRT *wscanf functions to non-inline by Martin Storsjö · 4 months ago
- 4fcc433 crt, headers: Convert the UCRT *wprintf functions to non-inline by Martin Storsjö · 4 months ago
- d0d357a crt: Use the default _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS in __ms_fwprintf by Martin Storsjö · 4 months ago
- 6ddfe6f crt: Use _CRT_INTERNAL_LOCAL_SCANF_OPTIONS in non-inline scanf functions by Martin Storsjö · 4 months ago
- 3f5c5d8 headers, crt: Convert the UCRT stdio options to a mutable state by Martin Storsjö · 4 months ago
- 7939d61 crt: Make ucrt_fwprintf consistent with the other ucrt_* files by Martin Storsjö · 4 months ago
- 9f64d7b crt: Remove workarounds for defining non-inline versions of inline functions by Martin Storsjö · 4 months ago
- 574355c Revert "ucrtbase: Make sure that compat symbols aren't autoexported" by Martin Storsjö · 4 months ago
- ea22a99 crt: Replace repeated code for loading of msvcrt.dll function by common code from msvcrt_or_emu_glue.h by Pali Rohár · 6 months ago
- 3caba2f crt: Split fseeki64.c into _fseeki64.c and _ftelli64.c by Pali Rohár · 6 months ago
- 4a11620 crt: Update description about function in mingw-w64-crt/stdio/scanf.S file by Pali Rohár · 6 months ago
- c9eca28 crt: Define __ms_fprintf function for UCRT by Pali Rohár · 7 months ago
- e18f9b3 crt: Split mingw_vfwscanf.c into mingw_swformat.c, mingw_vfwscanf.c and mingw_vswscanf.c by Pali Rohár · 7 months ago
- 4b08b67 crt: Split mingw_vfscanf.c into mingw_sformat.c, mingw_vfscanf.c and mingw_vsscanf.c by Pali Rohár · 7 months ago
- f7a0f38 crt: Rename all mingw_* stdio files to names which functions they provide by Pali Rohár · 8 months ago
- a764eb1 crt: crtdll and msvcrt10: Add support for C95 fgetws() function by Pali Rohár · 8 months ago
- 6fe7c27 crt: crtdll and msvcrt10: Add support for C95 fputws() function by Pali Rohár · 8 months ago
- 3d539d0 crt: Add _(v)scwprintf emulation for msvcrt.dll by Pali Rohár · 8 months ago
- c50df03 crt: Fix non-ISO (v)snwprintf() functions when __USE_MINGW_ANSI_STDIO=0 by Pali Rohár · 8 months ago
- c85d64d crt: Add support for C95 (v)swprintf() functions when __USE_MINGW_ANSI_STDIO=1 by Pali Rohár · 8 months ago
- 73cf399 crt: Add support for C95 (v)swprintf() functions when __USE_MINGW_ANSI_STDIO=0 by Pali Rohár · 8 months ago
- 51f5fd3 crt: Split UCRT __ms_fwprintf() into separate file by Pali Rohár · 9 months ago
- ee481ee crt: Move ftime symbol definition from _ftime.c to crt-aliases.def.in by Pali Rohár · 10 months ago
- ff3f23c crt: Use _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS in narrow printfs by Martin Storsjö · 10 months ago
- 5277a00 crt: Access errno directly instead of _get_errno/_set_errno functions by Pali Rohár · 11 months ago
- 012344c crt: Provide _filelengthi64() function for crtdll.dll, msvcrt10.dll and msvcrt20.dll by Pali Rohár · 1 year, 1 month ago
- 4bc1b2b crt: Define fgetpos64() and fsetpos64() functions in crt-aliases.def.in as symbol aliases by Pali Rohár · 1 year, 1 month ago
- 2437bc9 crt: Fix fgetpos() and fsetpos() functions for crtdll.dll, msvcrt10.dll and msvcrt20.dll by Pali Rohár · 1 year, 1 month ago
- 2072dbe crt: Provide __iob_func function by every msvcrt import library by Pali Rohár · 1 year, 1 month ago
- 297146f crt: Declare aliased __MINGW_IMP_SYMBOL symbols via __attribute__((alias)) by Pali Rohár · 1 year, 1 month ago
- c0f0630 crt: Provide fstat function symbol via alias by Pali Rohár · 1 year, 1 month ago
- 819a6ec crt: Avoid warnings about ucrt _scprintf/_snprintf/_snscanf missing a prototype by Martin Storsjö · 1 year, 2 months ago v12.0.0
- edbd2b7 crt: Use the right options in the UCRT non-inline _snwprintf by Martin Storsjö · 1 year, 3 months ago
- c7f7d30 crt: Cleanup _scprintf/_vscprintf for non-msvcrtos builds by Pali Rohár · 1 year, 3 months ago
- 3005d79 crt: Add non-inline variant of UCRT _scprintf, _snprintf and _snscanf functions by Pali Rohár · 3 years, 5 months ago
- 1415ff7 __pformat_fpreg_bits: change to match __gdtoa prototype by Jonathan Yong · 1 year, 6 months ago
- b190082 gdtoa: Sync to match the latest version at netlib.org by Jameson Nash · 2 years, 6 months ago
- 9517046 crt: Fix -Wimplicit-fallthrough for mingw_pformat.c by Pali Rohár · 2 years, 7 months ago
- c52f1eb crt: Define atoll/strto[u]ll/strto[iu]max functions for all msvcrt builds by Pali Rohár · 2 years, 7 months ago
- 19aa419 crt: Make single-bit bitfield variables unsigned by Martin Storsjö · 2 years, 8 months ago
- 800f69b crt/stdlib: Add missing _wcstof_l function and redirections by L. E. Segovia via Mingw-w64-public · 2 years, 8 months ago
- 03ad04e crt/stdlib: Add missing _strtof_l function and redirections by L. E. Segovia via Mingw-w64-public · 2 years, 8 months ago
- cd95dbd crt: Fix _vscprintf() uninitialized compile warning by Pali Rohár · 2 years, 10 months ago
- 609a249 crt: Move dummy stdio _lock() and _unlock() functions into stdio/mingw_dummy__lock.c file by Pali Rohár · 3 years, 4 months ago
- a40df96 crt: Add (v)snprintf() support for crtdll.dll builds by Pali Rohár · 3 years, 4 months ago
- e1b6a2e crt: Add missing __cdecl signature to ucrt functions by Pali Rohár · 3 years, 5 months ago
- d0258f8 crt: Fix v*scanf functions by Pali Rohár · 3 years, 5 months ago
- 29220d3 crt: Optimize __ms_vsnprintf() for LTO by Pali Rohár · 3 years, 5 months ago
- be23259 crt: Add fallback _scprintf() implementation by Pali Rohár · 3 years, 6 months ago
- dd72602 crt: Add fallback _vscprintf() implementation by Pali Rohár · 3 years, 7 months ago
- ed70800 crt: De-duplicate _vscprintf/_vsnprintf code by Pali Rohár · 3 years, 7 months ago
- 2938ef6 crt: Fix conversion of denormals from 64 bit doubles to 80 bit form by Martin Storsjö · 3 years, 10 months ago
- 6aa9457 Change formatting of double precision floating-points in hexadecimal to match glibc. by Patrick Northon · 3 years, 10 months ago
- a3978b0 crt: Fix exponent when formatting long double in hexadecimal. by Patrick Northon · 3 years, 10 months ago
- 10e1449 crt: Expand mixed tabs/space indentation in mingw_pformat.c to plain spaces by Martin Storsjö · 3 years, 10 months ago
- 01def06 Fix hexadecimal formatting of long doubles. by Patrick Northon · 3 years, 10 months ago
- b0dcc49 crt: Fix a typo in the ucrt __imp_vfscanf assignment by Martin Storsjö · 4 years ago
- ed3f52d crt: Fix printf formatting of %a on arm/aarch64 with __USE_MINGW_ANSI_STDIO by Martin Storsjö · 4 years ago
- 8b437d3 crt: Don't print a leading '+' for format strings like "%+u" by Martin Storsjö · 4 years, 1 month ago
- faa8333 crt: Fix setting errno in the strtod based strtof implementation by Martin Storsjö · 4 years, 1 month ago
- 0dd9563 crt: Make the scanf/sscanf/fscanf/vscanf/vsscanf/vfscanf functions extern with UCRT by Martin Storsjö · 4 years, 3 months ago
- 9b207d4 crt: Silence warnings when building _*wc_nolock by Martin Storsjö · 4 years, 4 months ago
- ebc06f3 crt: Silence GCC warnings about missing prototypes by Martin Storsjö · 4 years, 10 months ago
- edeeef2 crt/stdio/fseeki64: Copy-n-paste from `f{tell,seek}o64()` by Liu Hao · 5 years ago
- df6c08b crt/stdio/fseeko64: Remove the now superfluous `mingw_dosmaperr()` by Liu Hao · 5 years ago
- b246159 crt: Use corecrt_stdio_config.h instead of local UCRTBASE_* defines. by Jacek Caban · 5 years ago
- f4a336f crt: Add a fallback _setmaxstdio for arm libmsvcrt-os.a by Martin Storsjö · 5 years ago
- b46a25b crt: Move the msvcrt snprintf/vsnprintf aliases into separate object files by Martin Storsjö · 5 years ago
- d8275c1 crt: Provide _vscprintf as a non-inline function for UCRT by Martin Storsjö · 5 years ago
- 3a11276 crt: Make __ms_snprintf and __ms_vsnprintf aliases for snprintf and vsnprintf by Martin Storsjö · 5 years ago
- dc3b2e2 crt: Fix snprintf() by Pali Rohár · 5 years ago
- 211af1e ucrt: Use multibyte functions from ucrt instead of libmingwex by Martin Storsjö · 6 years ago
- e46aa77 stdio/mingw_wvfscanf.c: Return `EOF` on failure rather than `WEOF`. by Liu Hao · 6 years ago
- 6aa39bf stdio/mingw_wvfscanf.c: Fix segmentation fault when a char or string format (without malloc option) is used. by Liu Hao · 6 years ago
- cd485c6 crt: Make the ucrt _vsnwprintf function use UCRTBASE_PRINTF_DEFAULT_WIDE by Martin Storsjö · 6 years ago
- 7647583 crt: Correctly restore %edi on exit from __argtos(). by Zebediah Figura · 6 years ago
- 8b9ea8c crt: Call the right __stdio_common_* function in UCRT _vsnwprintf by Martin Storsjö · 6 years ago
- 3cf1c68 crt: Add an implementation of gets() for msvcrt.dll for arm/arm64 by Martin Storsjö · 6 years ago
- edd674f crt: Use _UCRT for specifying the CRT to use in certain files by Martin Storsjö · 6 years ago
- d66350e move _fseeki64 and _ftelli64 functions from libmingwex to libmsvcrt by Mateusz Brzostek · 7 years ago
- b1de317 ucrt: Move _snwprintf and fwprintf to separate translation units by Martin Storsjö · 7 years ago
- 52a34d5 ucrtbase: Provide non-inline version of _vsnwprintf. by Jacek Caban · 7 years ago
- bcf1f29 crt/stdio/mingw_pformat.c: Make the %e specifier compliant to C99. by Liu Hao · 7 years ago
- 455b4ed Use .def files to forward vsnprintf_s to _vsnprintf_s. by Jacek Caban · 8 years ago
- d04e5a4 ucrtbase: Fix a typo in the previous commit by Martin Storsjö · 8 years ago
- 91459ac ucrtbase: Make sure that compat symbols aren't autoexported by Martin Storsjö · 8 years ago
- 5f9f320 ucrtbase: Provide most common *printf functions as non-inline functions by Martin Storsjö · 8 years ago
- b295099 crt: Provide __acrt_iob_func and __p___argv without the __imp_ prefix by Martin Storsjö · 8 years ago
- af149ab crt: Use __acrt_iob_func for accessing __iob in all msvcrt versions by Martin Storsjö · 8 years ago