1. e77c9be Added support for fstatvfs. by Alexandre Julliard · 21 years ago
  2. 5333206 Added memicmpW. by Alexandre Julliard · 21 years ago
  3. 86a8f4c Check that we have statfs before using it. by Alexandre Julliard · 21 years ago
  4. b859a68 Added check for f_namelen in struct statfs. by Alexandre Julliard · 21 years ago
  5. 13af489 Use statvfs instead of statfs, and provide a default implementation in by Alexandre Julliard · 21 years ago
  6. 69063fa Don't build getopt at all if it's not needed. by Alexandre Julliard · 21 years ago
  7. 440ff6d Added version scripts for libwine and libwine_unicode. by Alexandre Julliard · 21 years ago
  8. 4fac95d Fixed a couple of race conditions in the wine_pthread routines at by Alexandre Julliard · 21 years ago
  9. c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
  10. f20ce3b Fix MultiByteToWideChar and WideCharToMultiByte when called with code by Rein Klazes · 21 years ago
  11. c660117 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  12. 0382ea1 - updated resources to DX9 by Rok Mandeljc · 21 years ago
  13. e293074 Added configure check for readlink. by Alexandre Julliard · 21 years ago
  14. 7984ded Added wine_dll_get_owner function that retrieves the 32-bit dll by Alexandre Julliard · 21 years ago
  15. 9f50af2 Avoid common symbols on Darwin/Mac OS X. by Alexandre Julliard · 21 years ago
  16. 6ba2226 When building a PE DLL (MinGW), variables exported from a DLL must be by Ge van Geldorp · 21 years ago
  17. bb4ddfe Added a WINEDEBUG environment variable that allows turning on debug by Alexandre Julliard · 21 years ago
  18. 402b79a Porting fixes. by Alexandre Julliard · 21 years ago
  19. 794bf0f Add Darwin/Mac OS X support to the build system. by Pierre d'Herbemont · 21 years ago
  20. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  21. 33f9dcb Move CompareString implementation to libwine_unicode, add a bunch of by Dmitry Timoshkov · 21 years ago
  22. 8fb98a4 Added wine_ldt_is_system() to replace the IS_SELECTOR_SYSTEM macro, by Alexandre Julliard · 21 years ago
  23. b93eb13 Remove a redundant test. by Jon Griffiths · 21 years ago
  24. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  25. daeccba Moved the exec_wine_binary function to the wine library, and use it to by Alexandre Julliard · 21 years ago
  26. 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
  27. 8574412 Added wine_pthread_create_thread and wine_pthread_exit_thread to the by Alexandre Julliard · 21 years ago
  28. 18b4cbf Put better values for code and data sizes in the NT header of builtin dlls. by Alexandre Julliard · 21 years ago
  29. f405629 Weekly spelling fixes. by Francois Gouget · 21 years ago
  30. 7832562 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  31. c1d80ec Don't export the wine_pthread_* functions. by Alexandre Julliard · 21 years ago
  32. bf1df18 Added string folding support. by Jon Griffiths · 21 years ago
  33. f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  34. a02ce81 Add generation of digit and compatability mapping tables. by Jon Griffiths · 21 years ago
  35. 2581db8 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  36. 0b1a82a Added check for pthread.h (reported by Steven Edwards). by Alexandre Julliard · 21 years ago
  37. a6ed49a Don't reference the environ global variable from kernel32, it may fail by Alexandre Julliard · 21 years ago
  38. 823cec6 Added placeholders for wine_pthread_init_process and wine_pthread_init_thread. by Alexandre Julliard · 21 years ago
  39. 410e6b7 Changed the init code to make libwine load only ntdll and transfer by Alexandre Julliard · 21 years ago
  40. 5986e3a Added wine_get_argv0_path() to retrieve the path of the wine binary. by Alexandre Julliard · 21 years ago
  41. 9bb19ac Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 22 years ago
  42. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  43. 7add08a Added configure check for spawnvp(). by Pavel Roskin · 22 years ago
  44. 7021764 Portability fix. by Jon Griffiths · 22 years ago
  45. 09fefee Not everyone has <unistd.h>, some files need <io.h> too (msvc). by Jon Griffiths · 22 years ago
  46. aaf3503 Moved almost all remaining process, thread, fiber and exception by Alexandre Julliard · 22 years ago
  47. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  48. 96b0b34 Converted obj_webbrowser.h to IDL and moved the definitions to by Alexandre Julliard · 22 years ago
  49. 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
  50. 7ecf0e3 shlobj.h must include wine/obj_dragdrophelper.h (reported by Martin Fuchs). by Alexandre Julliard · 22 years ago
  51. ca3bfd8 Export SYSDEPS_SwitchToThreadStack() functionality from libwine as by Alexandre Julliard · 22 years ago
  52. 8d5e732 Use MAP_TRYFIXED on NetBSD if available. by Todd Vierling · 22 years ago
  53. a203421 Don't build memcpy_unaligned on 386 to avoid MSVC breakage (reported by Alexandre Julliard · 22 years ago
  54. dd0242d Remove the dummy pthread functions and use -lpthread instead to by Alexandre Julliard · 22 years ago
  55. 140eb97 Portability fixes. by Jon Griffiths · 22 years ago
  56. a543971 Defined FMTIDs for ole32. by Mike McCormack · 22 years ago
  57. 0aefd85 vsnprintfW: %% should output a literal % sign. by Jon Griffiths · 22 years ago
  58. d7eea36 MSVC doesn't like K&R function declarations: use ansi instead. by Jon Griffiths · 22 years ago
  59. 8ca7e0a Added a file_exists argument to wine_dll_load to allow checking by Alexandre Julliard · 22 years ago
  60. b15ff07 Added isync to the interlocked functions. by Marcus Meissner · 22 years ago
  61. 4f432e0 Create a new list of defined symbols when parsing a file, to allow by Alexandre Julliard · 22 years ago
  62. 4433f15 Add strmif.h to the headers included in libuuid. Fixed a few header conflicts. by Alexandre Julliard · 22 years ago
  63. e460cfe Added d3d9 guids. by Raphael Junqueira · 22 years ago
  64. 85d4281 Implement LCMapString using unicode collation tables. by Dmitry Timoshkov · 22 years ago
  65. 8c4b96f Added generation of table of collation keys (based on a patch by by Alexandre Julliard · 22 years ago
  66. 996dc01 Updated to the latest Unicode standard. by Alexandre Julliard · 22 years ago
  67. c5f775a Typos/spelling fixes. by Francois Gouget · 22 years ago
  68. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  69. 4a36a28 Work around for flex brain damage. by Paul Laufer · 22 years ago
  70. fa9af1d Reset SIGCHLD handler to default if we need to wait. Reset SIGPIPE by Alexandre Julliard · 22 years ago
  71. 794b130 Handle overlapping buffers properly in wcstombs_sbcs (spotted by by Alexandre Julliard · 22 years ago
  72. 0789ba6 Fixed return value of wine_utf8_wcstombs (spotted by Jan Sporbeck). by Alexandre Julliard · 22 years ago
  73. c5bb730 Add register preservation when using lawrx instruction. by Pierre d'Herbemont · 22 years ago
  74. e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
  75. 117436e Moved rules for building shared libraries into a global Makelib.rules file. by Alexandre Julliard · 22 years ago
  76. d139e94 Added wine_init. by Alexandre Julliard · 22 years ago
  77. e743e09 Added partial property set support which is used by dxdiag.exe. by Robert Reif · 22 years ago
  78. fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
  79. d73a1c4 Hacked 0x00a5 to map to backslash in Shift-JIS codepage. by Alexandre Julliard · 22 years ago
  80. 18f744d Add direct sound driver guids. by Robert Reif · 22 years ago
  81. 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago
  82. 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
  83. 6cd88fe Add spawnvp to the portability lib. by Dimitrie O. Paun · 22 years ago
  84. 60b28ee Make sure all the bits of the LDT are initialized. by Adam Gundy · 22 years ago
  85. d56f063 stdint.h should be included for compiling on NetBSD. by Yorick Hardy · 22 years ago
  86. 401a9e0 Fixed the .def files for the Mingw build. by Steven Edwards · 22 years ago
  87. b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
  88. 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
  89. bdbde0f Added a .def file for libwine. by Alexandre Julliard · 22 years ago
  90. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  91. 25fe361 Added 'wine' prefix to libwine_unicode exports. by Alexandre Julliard · 22 years ago
  92. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  93. 2d04be7 Stub implementation of the dmusic dll. by Rok Mandeljc · 22 years ago
  94. 195574e Added memcpy_unaligned to libwine_port. by Alexandre Julliard · 22 years ago
  95. 108a69b Moved interlocked functions to libwine_port. by Alexandre Julliard · 22 years ago
  96. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  97. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  98. 7ac91c7 Added getopt routine to libwine_port (based on a patch by Dimitrie O. Paun). by Alexandre Julliard · 22 years ago
  99. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago