1. 4f3b7f8 msvcrt: Implement _invalid_parameter and fix the handler definitions. by Alexandre Julliard · 15 years ago
  2. 254eab3 msvcr90: Added _get/set_invalid_parameter_handler implementation. by Piotr Caban · 15 years ago
  3. 580e07e include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility. by Alexandre Julliard · 16 years ago
  4. bb33b0a msvcrt: Add __cdecl to all function prototypes. by Alexandre Julliard · 16 years ago
  5. e2b3ee5 msvcrt: The __p_* functions are only exported on i386. by Alexandre Julliard · 16 years ago
  6. b19913a msvcrt: Add a few more *_func functions to replace the __p_* ones. by Alexandre Julliard · 16 years ago
  7. 33fa6c2 include: Add the msvcrt/crtdefs.h header and include it where needed. by Alexandre Julliard · 16 years ago
  8. 74d63c0 include: Fix the definition of 64-bit types for Mingw64. by Alexandre Julliard · 16 years ago
  9. dd3e2be msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. by Francois Gouget · 18 years ago
  10. 70015ab include/msvcrt: Make sure that __int64 is properly defined on a 64-bit platform. by Dmitry Timoshkov · 18 years ago
  11. 2af96fe msvcrt: Pack the structures on a 8-byte boundary like in PSDK. by Dmitry Timoshkov · 18 years ago
  12. 9452927 include/msvcrt: Fix all definitions of size_t for Win64. by Alexandre Julliard · 19 years ago
  13. 4056d7e Fixed some errors in function prototypes. by Eric Pouech · 20 years ago
  14. 0377462 Split the MSVCRT implementation headers from the public headers. by Dimitrie O. Paun · 21 years ago
  15. 821f477 - Prefix many more functions, types, structs, etc. with MSVCRT_. by Hans Leidekker · 21 years ago
  16. 0b19a6f Better support for div and ldiv in Winelib apps. by Alexandre Julliard · 21 years ago
  17. d3ab533 Fixed _wfullpath prototype. by Pierre d'Herbemont · 21 years ago
  18. 5f17550 Don't redefine __WINE_USE_MSVCRT (msvc warning). by Jon Griffiths · 22 years ago
  19. 992d1b9 Changed the macros in the msvcrt headers to static inline functions. by Madhura Sahasrabudhe · 22 years ago
  20. 3fd4087 Define qsort and bsearch in stdlib.h. by Dimitrie O. Paun · 22 years ago
  21. b4a4c05 Removed a few more #ifdef __WINE__. by Alexandre Julliard · 22 years ago
  22. 36d0e5b Define NULL if it's not defined already. by Dimitrie O. Paun · 22 years ago
  23. 3f5ff2f Avoid including other headers from the msvcrt headers, duplicate some by Alexandre Julliard · 22 years ago
  24. 435e2e6 winnt.h should not be self-contained, it must depend on windef.h so by Alexandre Julliard · 22 years ago
  25. 79027d1 Added constants for _set_error_mode(). by Francois Gouget · 22 years ago
  26. 618a4e9 atexit doesn't take a _onexit_t parameter. by Peter Hunnisett · 23 years ago
  27. a45907c Added __WINE_USE_MSVCRT. by Francois Gouget · 23 years ago
  28. fceb19f Don't use Windows types like LONGLONG in msvcrt headers. by Francois Gouget · 24 years ago
  29. b29120d Add msvcrt/malloc.h (for the MFC). by Francois Gouget · 24 years ago
  30. eee695d Added headers for the msvcrt library. by Francois Gouget · 24 years ago