1. bcf1ef3 msvcrt: Make a few more exception handling functions i386-specific. by Alexandre Julliard · 15 years ago
  2. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  3. 583f0f0 msvcrt20: Forward more functions to msvcrt.dll. by Detlef Riekenberg · 15 years ago
  4. e2b3ee5 msvcrt: The __p_* functions are only exported on i386. 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. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  8. b284dfd msvcrt: _ftol returns a 64-bit value. by Hans Leidekker · 17 years ago
  9. 9366161 msvcrt: Fix _execv spec entries for the forwarding variants too. by Hans Leidekker · 17 years ago
  10. 99504c0 msvcrt20: Exclude unused header. by Andrew Talbot · 18 years ago
  11. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  12. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  13. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  14. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  15. f278f53 msvcrt20: Explicitly specify CDECL calling convention on exported functions. 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. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  19. b6b180a Moved the implementation of spec file stubs to the winecrt0 library. by Alexandre Julliard · 20 years ago
  20. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  21. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  22. e8584a7 Removed some functions that don't exist in msvcrt20 (reported by Jan by Alexandre Julliard · 21 years ago
  23. 8f7c2bc Fixed the prototypes of the _adj_fdiv_* functions. by Alexandre Julliard · 21 years ago
  24. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  25. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  26. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  27. 85c6ea4 Replaced forwards by normal function declarations. by Alexandre Julliard · 22 years ago
  28. 657ca8a Forward to the ntdll functions _itoa, _ltoa, _ultoa, _i64toa, by Thomas Mertes · 22 years ago
  29. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  30. 72e1c64 Added list of symbols to ignore by default in winebuild. by Alexandre Julliard · 22 years ago
  31. d0c8725 Fixed broken forwards reported by Patrik Stridvall. by Alexandre Julliard · 23 years ago
  32. 7f1e74a getmainargs: new_mode argument is not a pointer in msvcrt20 (spotted by Alexandre Julliard · 23 years ago
  33. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  34. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  35. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  36. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  37. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  38. 857fb75 Forward C++ functions to the msvcrt library. by Francois Gouget · 23 years ago
  39. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  40. c2a5ebc Added a pass-through msvcrt20. by Aric Stewart · 23 years ago