1. 015844a msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*(). by Francois Gouget · 17 years ago
  2. 49864b0 msvcrt: Fix demangling of function pointers by maintaining the left/right distinction for type references. by Alexandre Julliard · 17 years ago
  3. 56eb6f6 msvcrt: Fix ^Z handling in text mode. by Dan Kegel · 17 years ago
  4. 4cd3a16 msvcrt: Improve CR CR LF handling. by Dan Kegel · 17 years ago
  5. 260fd8a msvcrt: New implementation of fcvt. by Karl Relton · 18 years ago
  6. 1efae75 msvcrt: Implement _wspawnv{, e, p, pe}. by Hans Leidekker · 18 years ago
  7. 7d3d98e msvcrt: Implement _wsearchenv. by Hans Leidekker · 18 years ago
  8. fcae677 msvcrt: Added implementation of a few more __crt functions. by Alexandre Julliard · 18 years ago
  9. 35602d4 msvcrt: Added implementation for __STRINGTOLD. by Alexandre Julliard · 18 years ago
  10. 6bbd3ca msvcrt: Resolve symbols clashes with FreeBSD libc. by Tijl Coosemans · 18 years ago
  11. dd3e2be msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. by Francois Gouget · 18 years ago
  12. a116879 Assorted spelling fixes. by Francois Gouget · 18 years ago
  13. 26d50d6 msvcrt: Don't include mbstring.h to avoid conflicts with system headers. by Alexandre Julliard · 18 years ago
  14. 758539c msvcrt: Implement and test _mbsbtype. by Mikolaj Zalewski · 18 years ago
  15. 884d718 msvcrt: Test and fix _ismbslead and _ismbstrail. by Mikolaj Zalewski · 18 years ago
  16. 9a2d605 msvcrt: Test and fix _mbsinc/_mbsninc. by Mikolaj Zalewski · 18 years ago
  17. cf8cf1d msvcrt: Don't test codepage 20932. by Mikolaj Zalewski · 18 years ago
  18. c5268a2 msvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy. by Mikolaj Zalewski · 18 years ago
  19. e98d1da msvcrt: Restore error handling code in localtime. by Dmitry Timoshkov · 18 years ago
  20. 12ff678 msvcrt: Test that some functions depends on locale codepage, not the one set by _setmbcp. by Mikolaj Zalewski · 18 years ago
  21. cea1052 msvcrt: Test and fix _mbclen/_mbslen. by Mikolaj Zalewski · 18 years ago
  22. 545f446 msvcrt: Test and fix _mbsnextc. by Mikolaj Zalewski · 18 years ago
  23. ba43c67 msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests). by Mikolaj Zalewski · 18 years ago
  24. ea824f8 msvcrt: Fill _mbctype table in _setmbcp. by Mikolaj Zalewski · 18 years ago
  25. 56f4262 msvcrt/tests: Wait for spawned processes to finish. by Paul Vriens · 18 years ago
  26. 1e5b131 msvcrt: Route mktime and localtime to glibc. by Dmitry Timoshkov · 18 years ago
  27. e9ec5d4 msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead. by Mikolaj Zalewski · 18 years ago
  28. 059436d msvcrt/tests: Remove wrong FreeLibrary and fix typo's. by Paul Vriens · 18 years ago
  29. 1b819cb msvcrt: Use a valid parameter array when demangling a template name. by Alexandre Julliard · 18 years ago
  30. 7f1db3a msvcrt: Use the correct size_t type. by Alexandre Julliard · 18 years ago
  31. 1a688cd msvcrt: Fix _makepath(). by Peter Beutner · 18 years ago
  32. 2b3c19f msvcrt: Add _makepath() tests. by Peter Beutner · 18 years ago
  33. d85b10a msvcrt: mbsnbicmp should be case insensitive. by Damjan Jovanovic · 18 years ago
  34. cf7c156 msvcrt/tests: Add _aligned_malloc tests. by Robert Reif · 18 years ago
  35. fc77a46 msvcrt: Add _aligned_malloc functions. by Robert Reif · 18 years ago
  36. 1f5a4a8 msvcrt: Get rid of the now unused strndup/wstrndup functions. by Alexandre Julliard · 18 years ago
  37. 00c81e9 msvcrt: Fixed errno setting in malloc, HeapAlloc doesn't set last error. by Alexandre Julliard · 18 years ago
  38. b2acafa msvcrt: Fixed buffer allocation in _getcwd/_wgetcwd. by Alexandre Julliard · 18 years ago
  39. b25ad76 msvcrt: Preserve registers when calling unwind function. by Vitaliy Margolen · 18 years ago
  40. d7d40b7 msvcrt: Remove superfluous casts of void pointers to other pointer types. by Michael Stefaniuc · 18 years ago
  41. ec4936a msvcrt: Do not use wide character constants. by Michael Stefaniuc · 18 years ago
  42. 814ca12 msvcrt: Move definition of 2 static inline functions up and remove the forward declaration of those. Found by sparse. by Michael Stefaniuc · 18 years ago
  43. 72bc742 msvcrt: Set the correct ebp value before calling the local unwind handler. by Alexandre Julliard · 18 years ago
  44. a50dfc1 msvcrt/tests: Fix a signed/unsigned int mismatch. by Francois Gouget · 18 years ago
  45. cf21862 msvcrt: When operating on a closed pipe, read() should return 0, not -1. by Francois Gouget · 18 years ago
  46. 784693b msvcrt: Remove the S_ISXXX() macros as they are not present in the Visual C++ headers. by Francois Gouget · 18 years ago
  47. f793221 msvcrt/tests: When compiling with Visual C++ 2005, one must define _CRT_NON_CONFORMING_SWPRINTFS otherwise swprintf() takes an extra parameter. by Francois Gouget · 18 years ago
  48. 9069577 msvcrt: Exclude unused headers. by Andrew Talbot · 18 years ago
  49. 480faef msvcrt: Correct the spec file entry for _makepath. by Hans Leidekker · 18 years ago
  50. 0edfb58 msvcrt: Remove superfluous semicolons. by Andrew Talbot · 18 years ago
  51. 590bf1b msvcrt: Demangle a C++ mangled string that is only a name with it's template argument list. by Michael Stefaniuc · 18 years ago
  52. 4718261 msvcrt: Move the code to demangle a name with its template argument list out of get_class() and into a separate function. by Michael Stefaniuc · 18 years ago
  53. 1e8e0a4 msvcrt/tests: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  54. 7b10348 msvcrt: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  55. 63da5f2 msvcrt: Print FIXME on platforms where _except_handler3 is a stub. by Dmitry Timoshkov · 18 years ago
  56. fbe9b57 msvcrt: Remove unused variable. by Jan Zerebecki · 18 years ago
  57. 8f097d8 msvcrt: _initterm doesn't return anything. by Alexandre Julliard · 18 years ago
  58. 35d728e msvcrt: Improved _local_unwind2 implementation. by Alexandre Julliard · 18 years ago
  59. 3b32ae2 msvcrt: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  60. 8ebcf40 msvcrt/tests: Properly remove temporary directory. by Paul Vriens · 18 years ago
  61. 2705d78 msvcrt: Fix fstat's handling of pipes and char devices. by Damjan Jovanovic · 18 years ago
  62. 7ecc283 msvcrt: Implemented stat64, wstat64 and fstat64. by Damjan Jovanovic · 18 years ago
  63. cbb6da2 msvcrt: Added declarations for functions and structures related to stat64. by Damjan Jovanovic · 18 years ago
  64. f415b5d msvcrt: Use raise(SIGABRT) for abort() and assert(). by Eric Pouech · 18 years ago
  65. bb5a20c msvcrt: Implemented the raise function. by Eric Pouech · 18 years ago
  66. 9f309b3 msvcrt: Reset a signal to DFL before it's used. by Eric Pouech · 18 years ago
  67. 2851b31 msvcrt: Implement fopen/wfopen on top of fsopen/wfsopen instead of the other way around. by Alexandre Julliard · 18 years ago
  68. 24dbdf8 msvcrt: Implement _mbbtype according to MSDN. by Juan Lang · 18 years ago
  69. 65d9723 msvcrt: Align struct _stati64's st_size on an 8 byte boundary. by Damjan Jovanovic · 18 years ago
  70. bbe9c51 msvcrt: Fix *printf() handling of negative field width. by Michael Stefaniuc · 18 years ago
  71. 8333cf8 msvcrt: Fix the internal flag computation for _open_osfhandle. by Eric Pouech · 18 years ago
  72. aab5e58 Don't put single quotes around '%s' when using the debugstr_*() functions. by Francois Gouget · 18 years ago
  73. 2319999 Remove redundant semicolons for ANSI compatibility. by Joel Parker · 18 years ago
  74. 8137c09 msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total. by Alasdair Sinclair · 18 years ago
  75. 6f9ad1b msvcrt: Export various locale and codepage variables. by Alexandre Julliard · 18 years ago
  76. 464a6eb msvcrt: Move static function from header into file where it is called. by Andrew Talbot · 18 years ago
  77. 338100c msvcrt: Declare some items static. by Andrew Talbot · 18 years ago
  78. 262cf15 msvcrt: execl fix when no args are given (reported by Louis Lenders). by Eric Pouech · 18 years ago
  79. 6d9f0c2 msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. by Andrew Talbot · 18 years ago
  80. c7e00c9 janitorial: In multiline strings there is no need for '\' at the end of the lines. by Michael Stefaniuc · 18 years ago
  81. ada9dc9 msvcrt: Make an internal function static, avoid a prototype. by Dmitry Timoshkov · 18 years ago
  82. 6738635 msvcrt: Add function _mbsspnp. by Duane Clark · 18 years ago
  83. 6c04a18 msvcrt: Add _atoldbl. by Louis Lenders · 18 years ago
  84. 0689e9e msvcrt: Define __CxxLongjmpUnwind for i386 only. by Alexandre Julliard · 18 years ago
  85. 7d98599 msvcrt: Implemented __CxxLongjmpUnwind. by Alexandre Julliard · 18 years ago
  86. 8592c4b msvcrt: Make pointers to read-only exception descriptors const. by Alexandre Julliard · 18 years ago
  87. ffa8444 msvcrt: Make some data const. by Dmitry Timoshkov · 18 years ago
  88. f0dd63c msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary(). by Francois Gouget · 18 years ago
  89. ac550a8 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  90. 9317377 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  91. 24c4f46 msvcrt/tests: Cast-qual warnings fix. by Andrew Talbot · 18 years ago
  92. f0280cb made functions and variables static in some testcases. by Marcus Meissner · 18 years ago
  93. ec7f2f8 msvcrt: Use LOCALE_USER_DEFAULT to get the proper codepage for the Unix locale. by Alexandre Julliard · 18 years ago
  94. bb8e625 Assorted spelling fixes. by Francois Gouget · 18 years ago
  95. 1a145bb msvcrt/tests: We cannot link with _initterm() with Visual C++, so we have to load it dynamically. by Francois Gouget · 18 years ago
  96. b2765fc msvcrt/tests: The tests must not include msvcrt.h because it contains declarations that may be incompatible with the PSDK headers. by Francois Gouget · 18 years ago
  97. fa47970 msvcrt: Add _fstat64 and _stat64 to msvcrt.spec. by Louis Lenders · 18 years ago
  98. 48c0066 msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too. by Sam Dennis · 18 years ago
  99. 63b62dc msvcrt/tests: Clean up a temp file. by Alexandre Julliard · 18 years ago
  100. a697fe5 msvcrt: printf buffer overrun tests. by Jesse Allen · 18 years ago