1. 7832562 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  2. c1d80ec Don't export the wine_pthread_* functions. by Alexandre Julliard · 21 years ago
  3. bf1df18 Added string folding support. by Jon Griffiths · 21 years ago
  4. f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  5. a02ce81 Add generation of digit and compatability mapping tables. by Jon Griffiths · 21 years ago
  6. 2581db8 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  7. 0b1a82a Added check for pthread.h (reported by Steven Edwards). by Alexandre Julliard · 21 years ago
  8. a6ed49a Don't reference the environ global variable from kernel32, it may fail by Alexandre Julliard · 21 years ago
  9. 823cec6 Added placeholders for wine_pthread_init_process and wine_pthread_init_thread. by Alexandre Julliard · 21 years ago
  10. 410e6b7 Changed the init code to make libwine load only ntdll and transfer by Alexandre Julliard · 21 years ago
  11. 5986e3a Added wine_get_argv0_path() to retrieve the path of the wine binary. by Alexandre Julliard · 21 years ago
  12. 9bb19ac Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 22 years ago
  13. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  14. 7add08a Added configure check for spawnvp(). by Pavel Roskin · 22 years ago
  15. 7021764 Portability fix. by Jon Griffiths · 22 years ago
  16. 09fefee Not everyone has <unistd.h>, some files need <io.h> too (msvc). by Jon Griffiths · 22 years ago
  17. aaf3503 Moved almost all remaining process, thread, fiber and exception by Alexandre Julliard · 22 years ago
  18. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  19. 96b0b34 Converted obj_webbrowser.h to IDL and moved the definitions to by Alexandre Julliard · 22 years ago
  20. 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
  21. 7ecf0e3 shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs). by Alexandre Julliard · 22 years ago
  22. ca3bfd8 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as by Alexandre Julliard · 22 years ago
  23. 8d5e732 Use MAP_TRYFIXED on NetBSD if available. by Todd Vierling · 22 years ago
  24. a203421 Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported by Alexandre Julliard · 22 years ago
  25. dd0242d Remove the dummy pthread functions and use -lpthread instead to by Alexandre Julliard · 22 years ago
  26. 140eb97 Portability fixes. by Jon Griffiths · 22 years ago
  27. a543971 Defined FMTIDs for ole32. by Mike McCormack · 22 years ago
  28. 0aefd85 vsnprintfW: %% should output a literal % sign. by Jon Griffiths · 22 years ago
  29. d7eea36 MSVC doesn't like K&R function declarations: use ansi instead. by Jon Griffiths · 22 years ago
  30. 8ca7e0a Added a file_exists argument to wine_dll_load to allow checking by Alexandre Julliard · 22 years ago
  31. b15ff07 Added isync to the interlocked functions. by Marcus Meissner · 22 years ago
  32. 4f432e0 Create a new list of defined symbols when parsing a file, to allow by Alexandre Julliard · 22 years ago
  33. 4433f15 Add strmif.h to the headers included in libuuid. Fixed a few header conflicts. by Alexandre Julliard · 22 years ago
  34. e460cfe Added d3d9 guids. by Raphael Junqueira · 22 years ago
  35. 85d4281 Implement LCMapString using unicode collation tables. by Dmitry Timoshkov · 22 years ago
  36. 8c4b96f Added generation of table of collation keys (based on a patch by by Alexandre Julliard · 22 years ago
  37. 996dc01 Updated to the latest Unicode standard. by Alexandre Julliard · 22 years ago
  38. c5f775a Typos/spelling fixes. by Francois Gouget · 22 years ago
  39. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  40. 4a36a28 Work around for flex brain damage. by Paul Laufer · 22 years ago
  41. fa9af1d Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE by Alexandre Julliard · 22 years ago
  42. 794b130 Handle overlapping buffers properly in wcstombs_sbcs (spotted by by Alexandre Julliard · 22 years ago
  43. 0789ba6 Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck). by Alexandre Julliard · 22 years ago
  44. c5bb730 Add register preservation when using lawrx instruction. by Pierre d'Herbemont · 22 years ago
  45. e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
  46. 117436e Moved rules for building shared libraries into a global Makelib.rules file. by Alexandre Julliard · 22 years ago
  47. d139e94 Added wine_init. by Alexandre Julliard · 22 years ago
  48. e743e09 Added partial property set support which is used by dxdiag.exe. by Robert Reif · 22 years ago
  49. fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
  50. d73a1c4 Hacked 0x00a5 to map to backslash in Shift-JIS codepage. by Alexandre Julliard · 22 years ago
  51. 18f744d Add direct sound driver guids. by Robert Reif · 22 years ago
  52. 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago
  53. 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
  54. 6cd88fe Add spawnvp to the portability lib. by Dimitrie O. Paun · 22 years ago
  55. 60b28ee Make sure all the bits of the LDT are initialized. by Adam Gundy · 22 years ago
  56. d56f063 stdint.h should be included for compiling on NetBSD. by Yorick Hardy · 22 years ago
  57. 401a9e0 Fixed the .def files for the Mingw build. by Steven Edwards · 22 years ago
  58. b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
  59. 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
  60. bdbde0f Added a .def file for libwine. by Alexandre Julliard · 22 years ago
  61. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  62. 25fe361 Added 'wine' prefix to libwine_unicode exports. by Alexandre Julliard · 22 years ago
  63. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  64. 2d04be7 Stub implementation of the dmusic dll. by Rok Mandeljc · 22 years ago
  65. 195574e Added memcpy_unaligned to libwine_port. by Alexandre Julliard · 22 years ago
  66. 108a69b Moved interlocked functions to libwine_port. by Alexandre Julliard · 22 years ago
  67. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  68. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  69. 7ac91c7 Added getopt routine to libwine_port (based on a patch by Dimitrie O. Paun). by Alexandre Julliard · 22 years ago
  70. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago