1. bd9852c makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. by Alexandre Julliard · 15 years ago
  2. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  3. c27aa28 msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit. by Alexandre Julliard · 15 years ago
  4. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  5. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  6. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  7. b3c38d3 msvcrtd/tests: Fix a memory leak (Valgrind). by Paul Vriens · 15 years ago
  8. cbaf176 msvcrtd/tests: Fix calling convention for operator_new_dbg. by Alexandre Julliard · 16 years ago
  9. 37a62a6 msvcrtd: Use size_t instead of unsigned long. by Michael Stefaniuc · 16 years ago
  10. 83a21c6 tests: Use the Wine import libraries when compiling with MinGW. 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. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  14. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  15. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  16. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  17. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  18. cc4da88 Explicitly import kernel32 in tests that use it. by Alexandre Julliard · 20 years ago
  19. 56171ee Don't import MSVCRTD.DLL and don't fail when it could not be loaded. by Saulius Krasuckas · 20 years ago
  20. b744372 Turn off gcc 4.0's builtin wchar inlines. by Mike McCormack · 20 years ago
  21. 6de20f3 - Declare implemented functions inside #ifndef _DEBUG block. by Saulius Krasuckas · 20 years ago
  22. 9213d56 Make some function static. by Stefan Huehner · 20 years ago
  23. 5c4420f Implemented the debug version of operator new (C++). by Patrik Stridvall · 21 years ago