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