1. cbaf176 msvcrtd/tests: Fix calling convention for operator_new_dbg. by Alexandre Julliard · 16 years ago
  2. 37a62a6 msvcrtd: Use size_t instead of unsigned long. by Michael Stefaniuc · 16 years ago
  3. e2b3ee5 msvcrt: The __p_* functions are only exported on i386. by Alexandre Julliard · 16 years ago
  4. b19913a msvcrt: Add a few more *_func functions to replace the __p_* ones. by Alexandre Julliard · 16 years ago
  5. bcfd7dd msvcrt: The _CI* math functions are only exported on i386. by Alexandre Julliard · 16 years ago
  6. 4305e6d msvcrt: Use iob_func instead of p__iob on non-x86. by Alexandre Julliard · 16 years ago
  7. 83a21c6 tests: Use the Wine import libraries when compiling with MinGW. by Alexandre Julliard · 17 years ago
  8. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  9. 9366161 msvcrt: Fix _execv spec entries for the forwarding variants too. by Hans Leidekker · 17 years ago
  10. ad93963 Removed some unneeded imports. by Alexandre Julliard · 17 years ago
  11. 41dd56c "One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  12. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  13. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  14. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  15. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  16. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  17. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  18. 6444876 msvcrtd: Explicitly specify CDECL calling convention on exported functions. by Alexandre Julliard · 19 years ago
  19. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  20. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  21. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  22. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  23. 1476116 Forward all functions to msvcrt instead of having them link directly to libc. by Alexandre Julliard · 20 years ago
  24. cc4da88 Explicitly import kernel32 in tests that use it. by Alexandre Julliard · 20 years ago
  25. 7585895 Fix gcc 4.0 builtin function warnings. by Mike McCormack · 20 years ago
  26. 56171ee Don't import MSVCRTD.DLL and don't fail when it could not be loaded. by Saulius Krasuckas · 20 years ago
  27. b744372 Turn off gcc 4.0's builtin wchar inlines. by Mike McCormack · 20 years ago
  28. 6de20f3 - Declare implemented functions inside #ifndef _DEBUG block. by Saulius Krasuckas · 20 years ago
  29. aa0b9aa Sort entry points alphabetically. by Alexandre Julliard · 20 years ago
  30. dcad086 Fix duplication of _Getnames and _Gettnames, only the latter actually exists. by Alexandre Julliard · 20 years ago
  31. 9213d56 Make some function static. by Stefan Huehner · 20 years ago
  32. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  33. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  34. d8817fe Added stub for _CrtCheckMemory. by Lionel Ulmer · 21 years ago
  35. 5c4420f Implemented the debug version of operator new (C++). by Patrik Stridvall · 21 years ago
  36. 8f7c2bc Fixed the prototypes of the _adj_fdiv_* functions. by Alexandre Julliard · 21 years ago
  37. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  38. 16e5634 Implemented a few more crt* functions. by Alexandre Julliard · 21 years ago
  39. 759d956 Forward _set_error_mode to msvcrt. by André Johansen · 21 years ago
  40. f752be8 Implement some more register functions using DEFINE_REGS_ENTRYPOINT to by Alexandre Julliard · 21 years ago
  41. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  42. 00e5ccf Stub out the _[w]popen/_pclose() functions. by Dimitrie O. Paun · 22 years ago
  43. 9b8a059 _ftol should return a 64-bit int (spotted by Jon Griffiths). by Alexandre Julliard · 22 years ago
  44. cf4e5d4 Added an assembly wrapper to retrieve the this pointer from %ecx for by Alexandre Julliard · 22 years ago
  45. e434d89 Fixed ecvt/fcvt/gcvt entries. by Adam Gundy · 22 years ago
  46. 19a1513 Added an implementation of the MSVCRTD.DLL debugging C runtime DLL. by Adam Gundy · 22 years ago