1. 27f9052 msvcp90: Added num_put<char>::put(double) implementation. by Piotr Caban · 13 years ago
  2. 5afde5f msvcrt: Add declarations to stdlib.h for _strtoui64 and _strtoi64. by Daniel Lehman · 13 years ago
  3. 9a8d3cc msvcrt: Add declarations to stdlib.h for _wcstoui64 and _wcstoi64. by Daniel Lehman · 13 years ago
  4. e0f1bac msvcrt: Add struct and prototypes for existing _findfirst64 and _findnext64. by Daniel Lehman · 13 years ago
  5. 446a6b3 msvcrt: Use the correct type for findnext64. by Alexandre Julliard · 13 years ago
  6. f4518b9 include: Update msvcrt/locale.h. by Piotr Caban · 13 years ago
  7. d67275f include: Define _WIN64 on sparc/powerpc64. by Austin English · 13 years ago
  8. af6fd25 msvcr90: Fix _vswprintf_p implementation. by Piotr Caban · 14 years ago
  9. 27ff2ae msvcrt: Improved locale initialization. by Piotr Caban · 14 years ago
  10. 277120b msvcp: Implement the Ctraits math functions. by Alexandre Julliard · 14 years ago
  11. 6ecabf7 msvcrt: Added _set_printf_count_output and _get_printf_count_output implementation. by Piotr Caban · 14 years ago
  12. 00182ca msvcrt: Added sprintf_p_l implementation. by Piotr Caban · 14 years ago
  13. 0512829 msvcrt: Add _get_output_format() and return default value. by Nikolay Sivov · 14 years ago
  14. 9b76c16 msvcrt: longjmp doesn't have a return value. by Alexandre Julliard · 14 years ago
  15. 507ec2a include: Add missing _stat64i32 / _stat32i64. by Detlef Riekenberg · 14 years ago
  16. 6e610f1 msvcr90: Implement _stat32, _fstat32, _wstat32. by Detlef Riekenberg · 14 years ago
  17. 03ca06e msvcrt: Partially implement _set_abort_behavior. by Nikolay Sivov · 14 years ago
  18. 6dcf94b include: Add an assert.h msvcrt header. by Alexandre Julliard · 14 years ago
  19. ad6bc94 msvcrt: Add _atoflt and _atoflt_l implementations. by Nikolay Sivov · 14 years ago
  20. 2390681 msvcrt: Implement wcsnicoll. by Mike Gibson · 14 years ago
  21. 92705a4 msvcrt: Add some definitions and prototypes to float.h. by Andrew Nguyen · 14 years ago
  22. 1ae23af include/msvcrt: Define more CPU control word flags. by Alexandre Julliard · 14 years ago
  23. 91bc6c5 msvcrt: Implement fprintf_s and fwprintf_s. by Eryk Wieliczko · 14 years ago
  24. 133a38f msvcrt: Implement printf_s and wprintf_s. by Eryk Wieliczko · 14 years ago
  25. 6296d95 msvcrt: Implement vprintf_s and vwprintf_s. by Eryk Wieliczko · 14 years ago
  26. 8bf437d msvcrt: Implement vfprintf_s and vfwprintf_s. by Eryk Wieliczko · 14 years ago
  27. 37cf8dc msvcrt: Implement strncat_s. by Eryk Wieliczko · 14 years ago
  28. a3927b5 msvcrt: Implement _ftelli64. by Eryk Wieliczko · 14 years ago
  29. ed357e5 msvcrt: Implement _ultoa_s. by Andrew Nguyen · 14 years ago
  30. a622af4 msvcrt: Implement _mbsnbcat_s. by Andrew Nguyen · 14 years ago
  31. c7536ef msvcrt: Define STRUNCATE. by Damjan Jovanovic · 14 years ago
  32. 41ab825 msvcrt: Implement _strlwr_s. by Andrew Nguyen · 14 years ago
  33. bcfaf46 msvcrt: Implement _itoa_s. by Andrew Nguyen · 14 years ago
  34. 6086610 msvcrt: Implement _localtime32_s. by Andrew Nguyen · 14 years ago
  35. e245cb5 msvcrt: Implement _localtime64_s. by Andrew Nguyen · 14 years ago
  36. 67088eb msvcrt: Implement _set_doserrno. by Andrew Nguyen · 15 years ago
  37. ad68c0b msvcrt: Implement _set_errno. by Andrew Nguyen · 15 years ago
  38. c3b127f msvcrt: Implement _get_doserrno. by Andrew Nguyen · 15 years ago
  39. 79ab715 msvcrt: Implement _get_errno. by Andrew Nguyen · 15 years ago
  40. b7a74d2 msvcrt: Implement strerror_s. by Andrew Nguyen · 15 years ago
  41. 471bad1 msvcrt: Added _strdate_s and _wstrdate_s implementation. by Piotr Caban · 15 years ago
  42. 7d0c04d msvcrt: Added _strtime_s and _wstrtime_s implementation. by Piotr Caban · 15 years ago
  43. 8f1ea6e include: Make sure wine/port.h and msvcrt headers are not used together. by Alexandre Julliard · 15 years ago
  44. 5c7ed28 mscvrt: Fix include to be C++ compatible. by Marcus Meissner · 15 years ago
  45. 58dd97e msvcrt: Implement _wmakepath_s. by Andrew Nguyen · 15 years ago
  46. 9628a0d msvcrt: Implement _makepath_s. by Andrew Nguyen · 15 years ago
  47. 5361263 include/msvcrt: Update a bit. by Alexander Scott-Johns · 15 years ago
  48. 4e8e2f3 include/msvcrt: Define _TRUNCATE; use it in the tests. by Alexander Scott-Johns · 15 years ago
  49. b3429e8 include: Add struct _stat32i64 and struct _stat64i32. by Robert Wilhelm · 15 years ago
  50. f4fcd81 include: Add float functions to msvcrt. by Maarten Lankhorst · 15 years ago
  51. 4f3b7f8 msvcrt: Implement _invalid_parameter and fix the handler definitions. by Alexandre Julliard · 15 years ago
  52. 11f10c6 msvcrt: Implemented setjmp for x86_64. by Alexandre Julliard · 15 years ago
  53. 254eab3 msvcr90: Added _get/set_invalid_parameter_handler implementation. by Piotr Caban · 15 years ago
  54. 7f69436 include: Specify explicit alignment for __int64 types. by Alexandre Julliard · 15 years ago
  55. 580e07e include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility. by Alexandre Julliard · 16 years ago
  56. 4a7b346 msvcrt: Add explicit 32- and 64-bit versions of the utime functions. by Alexandre Julliard · 16 years ago
  57. 8408e3a msvcrt: Add explicit 32- and 64-bit versions of the time functions. by Alexandre Julliard · 16 years ago
  58. 0803575 msvcrt: Implement _vscprintf and _vscwprintf. by Hans Leidekker · 16 years ago
  59. 3ad7f77 include/msvcrt: Replace va_list by __ms_va_list for x86_64. by Alexandre Julliard · 16 years ago
  60. fcd2ff9 include: Fix the msvcrt time_t definition on 64-bit. by Alexandre Julliard · 16 years ago
  61. 558732e msvcrt: Add missing __cdecl on some function pointers. by Alexandre Julliard · 16 years ago
  62. 5646fec include: Use __p__iob on i386 to avoid problems with Mingw libraries. by Alexandre Julliard · 16 years ago
  63. bb33b0a msvcrt: Add __cdecl to all function prototypes. by Alexandre Julliard · 16 years ago
  64. e2b3ee5 msvcrt: The __p_* functions are only exported on i386. by Alexandre Julliard · 16 years ago
  65. b19913a msvcrt: Add a few more *_func functions to replace the __p_* ones. by Alexandre Julliard · 16 years ago
  66. 4305e6d msvcrt: Use iob_func instead of p__iob on non-x86. by Alexandre Julliard · 16 years ago
  67. d8ab5a1 msvcrt: Use intptr_t or size_t instead of long where appropriate. by Alexandre Julliard · 16 years ago
  68. 33fa6c2 include: Add the msvcrt/crtdefs.h header and include it where needed. by Alexandre Julliard · 16 years ago
  69. 74d63c0 include: Fix the definition of 64-bit types for Mingw64. by Alexandre Julliard · 16 years ago
  70. 956f19f include: Added the msvcrt memory.h header. by Alexandre Julliard · 16 years ago
  71. 6a704d6 includes: Add win64 calling convention. by Maarten Lankhorst · 16 years ago
  72. 7d39c97 include/msvcrt: Wrap remaining msvcrt headers for C++ compilation. by Jon Griffiths · 17 years ago
  73. 6e59cd2 Spelling fixes. by Austin English · 17 years ago
  74. dd3e2be msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. by Francois Gouget · 18 years ago
  75. fc77a46 msvcrt: Add _aligned_malloc functions. by Robert Reif · 18 years ago
  76. 70015ab include/msvcrt: Make sure that __int64 is properly defined on a 64-bit platform. by Dmitry Timoshkov · 18 years ago
  77. 784693b msvcrt: Remove the S_ISXXX() macros as they are not present in the Visual C++ headers. by Francois Gouget · 18 years ago
  78. 2af96fe msvcrt: Pack the structures on a 8-byte boundary like in PSDK. by Dmitry Timoshkov · 18 years ago
  79. cbb6da2 msvcrt: Added declarations for functions and structures related to stat64. by Damjan Jovanovic · 18 years ago
  80. 65d9723 msvcrt: Align struct _stati64's st_size on an 8 byte boundary. by Damjan Jovanovic · 18 years ago
  81. bb8e625 Assorted spelling fixes. by Francois Gouget · 18 years ago
  82. 9abd885 configure: Don't define _WIN64 on the command line to avoid trouble with system headers. by Alexandre Julliard · 18 years ago
  83. a5f9335 msvcrt/process.h: __stdcall__ defined safely for Mac OSX. by Nick Burns · 18 years ago
  84. ca788bb include: Open Watcom compatibility (Fix _BSDTYPES_DEFINED typo). by Detlef Riekenberg · 19 years ago
  85. 9452927 include/msvcrt: Fix all definitions of size_t for Win64. by Alexandre Julliard · 19 years ago
  86. 6a65bf6 include/msvcrt: Make sure size_t is properly defined for 64-bit. by Ge van Geldorp · 19 years ago
  87. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  88. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  89. 4755f8a msvcrt: Added EILSEQ definition. by Alexandre Julliard · 19 years ago
  90. 935dea2 Fix warnings and errors in 64bit. by Kevin Koltzau · 19 years ago
  91. 6b2a9b3 Added implementation of _dstbias and __p__dstbias. by Alexandre Julliard · 20 years ago
  92. 07b53de Implementation of _get_sbh_threshold and _set_sbh_threshold functions. by Vijay Kiran Kamuju · 20 years ago
  93. 8c2ba6f Added __p__amblksiz implementation. by Vijay Kiran Kamuju · 20 years ago
  94. 6de20f3 - Declare implemented functions inside #ifndef _DEBUG block. by Saulius Krasuckas · 20 years ago
  95. c41b70f Add _MB_CP_* defines. by Vijay Kiran Kamuju · 20 years ago
  96. e5b4a69 Implement signals. by Juan Lang · 20 years ago
  97. 6b7e3e1 gcc4 alias fixes. by Marcus Meissner · 20 years ago
  98. cc89feb fpos_t should be 64 bits (verified with native MSVCRT.DLL) by Lionel Ulmer · 20 years ago
  99. 4056d7e Fixed some errors in function prototypes. by Eric Pouech · 20 years ago
  100. ace5f3c Define pid_t and ssize_t if not already defined. by Martin Fuchs · 20 years ago