1. 4db364c libwine: Added magic handling of dll path when running in build dir. by Alexandre Julliard · 19 years ago
  2. 5ff1004 libwine: Export wine_get_build_dir. by Alexandre Julliard · 19 years ago
  3. bf56613 libwine: Added support for executing wine binaries out of the build dir. by Alexandre Julliard · 19 years ago
  4. 77b3b92 libwine: Added detection for Wine being run out of the build directory. by Alexandre Julliard · 19 years ago
  5. 2f026d1 libwine: Export a function to retrieve the data directory (based on a by Alexandre Julliard · 19 years ago
  6. 1269f43 libwine: Add the runtime library path to the front of the dll paths list. by Alexandre Julliard · 19 years ago
  7. e95a2c2 libwine: Set the default bindir and dlldir from argv0 if dladdr is not available. by Alexandre Julliard · 19 years ago
  8. 8b5e11c libwine: Compute relative paths for bin and dll directories at compile time. by Alexandre Julliard · 19 years ago
  9. 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
  10. 767ad69 libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get by Alexandre Julliard · 19 years ago
  11. ca6fd0d libwine: Only use the library directory if it's an absolute path. by Alexandre Julliard · 19 years ago
  12. aed49d4 libwine: New naming scheme for 16-bit builtin dlls. by Alexandre Julliard · 19 years ago
  13. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  14. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  15. 0b34fb3 libwine: Use dladdr if supported to get the run-time path of libwine.so by Alexandre Julliard · 19 years ago
  16. 55b7448 configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include by Robert Millan · 19 years ago
  17. 3c0e5ee A few fixes for pointer qualifiers (const, volatile) warnings. by Eric Pouech · 19 years ago
  18. 8800352 Enable for GNU/kFreeBSD the same kernel-specific interface/parameter by Robert Millan · 19 years ago
  19. 65424dc libwine: Added wine_dll_enum_load_path function to allow querying the dll path. by Alexandre Julliard · 19 years ago
  20. e0cffe3 Fix a couple of bugs spotted by valgrind. by Eric Pouech · 19 years ago
  21. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  22. 4d3996d libwine: Added LDT support for MacOS/x86. by Alexandre Julliard · 19 years ago
  23. 1e96455 Remove YY_NO defines that cause warnings. by Alexandre Julliard · 19 years ago
  24. 88991e2 Support building flex files without debug support. by Alexandre Julliard · 19 years ago
  25. 0ae2c69 Added some flex options to avoid compiler warnings. by Alexandre Julliard · 19 years ago
  26. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  27. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  28. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  29. 970fcb1 Updated codepage tables to Unicode version 4.1. by Alexandre Julliard · 19 years ago
  30. 3d086ca Only update modified files. by Alexandre Julliard · 19 years ago
  31. 04aa6a8 Remove some incompatibilities in the wctype table by updating the by Robert Shearman · 19 years ago
  32. 2058f54 Added a __wine_dbg_set_channel_flags function to allow changing flags by Alexandre Julliard · 19 years ago
  33. 36c3199 Default search path for an include file should be based on the path of by Alexandre Julliard · 19 years ago
  34. 784c945 Export the get_channel_flags function avoid warnings when passing a by Alexandre Julliard · 20 years ago
  35. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  36. cbc3896 New scheme for keeping track of debug channels that doesn't require by Alexandre Julliard · 20 years ago
  37. a443761 Export the temp buffer functionality in the debug functions interface by Alexandre Julliard · 20 years ago
  38. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  39. 75c27e1 Defined a proper structure for debug channels. by Alexandre Julliard · 20 years ago
  40. 86ab2c9 Removed sysi86 prototype that is causing conflicts. by Alexandre Julliard · 20 years ago
  41. 80083b1 Store RVAs instead of pointers wherever possible in the generated NT by Alexandre Julliard · 20 years ago
  42. 0799e84 Use the NT descriptor address as start of the data section, since the by Alexandre Julliard · 20 years ago
  43. 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
  44. 6153b1f Only add the default dlldir to the search path if that's where ntdll is found. by Alexandre Julliard · 20 years ago
  45. ee7d27a Implemented wine_switch_to_stack for x86_64. by Alexandre Julliard · 20 years ago
  46. 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
  47. c486949 Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS. by Alexandre Julliard · 20 years ago
  48. 87b297e Use the correct ordinal flag for Win64 support. by Alexandre Julliard · 20 years ago
  49. f732617 Fix a gcc 4.0 -Wpointer-sign warning. by Mike McCormack · 20 years ago
  50. 2abbb90 gcc 4.0 warning fix. by Mike McCormack · 20 years ago
  51. 385a199 Faster implementation of wcstombs that handles overlapping buffers by Alexandre Julliard · 20 years ago
  52. da6f8fa Add x86_64 interlocked functions. by Kevin Koltzau · 20 years ago
  53. 2d7e976 Fixed signedness warnings. by Marcus Meissner · 20 years ago
  54. 84f9d13 Added error message for missing LDT support on i386. by Alexandre Julliard · 20 years ago
  55. 809edab Const correctness fixes. by Eric Pouech · 20 years ago
  56. 4c5f9c0 Implement try_mmap_fixed for Darwin. by Wolfgang Thaller · 20 years ago
  57. 65ad7da Fix some declaration and write string warnings. by Mike McCormack · 20 years ago
  58. d7272de Add RTLD_FIRST flag to dlopen calls. by Robert Lunnon · 20 years ago
  59. c0cb4d3 Implement futimes for Solaris using futimesat. by Robert Lunnon · 20 years ago
  60. 240d4ee Remove a few more instances of strncpy. by Alexandre Julliard · 20 years ago
  61. 93416cd Assorted spelling fixes. by Francois Gouget · 20 years ago
  62. 73227aa Treat already preprocessed code just like normal #include'ed code. by Ge van Geldorp · 20 years ago
  63. 62b94d8 Ukrainian codepage 21866 added and respective files corrected. Two by Oleh R. Nykyforchyn · 20 years ago
  64. 88d049d Added missing declarations in some headers. by Rémi Assailly · 20 years ago
  65. 3921954 - Fixed infinite loop bug. - Code cleanup. by Jacek Caban · 20 years ago
  66. 846a71d Added initializing pp_status.input at begin of wpp_parse. by Jacek Caban · 20 years ago
  67. 6c1494b Fix long standing regression in the building of the server directory by Alexandre Julliard · 20 years ago
  68. e5f6637 Make us work on FreeBSD again by working around their different mmap() by Gerald Pfeifer · 20 years ago
  69. 294835a Another round of const correctness fixes. by Eric Pouech · 20 years ago
  70. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  71. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  72. 7933014 Export wine_pthread_get_current_teb. by Eric Frias · 20 years ago
  73. 575042e Fix Sparc assembly code in wine_switch_to_stack. by Eric Frias · 20 years ago
  74. ac815f5 Disable memory reservation code on FreeBSD, where it just doesn't work. by Gerald Pfeifer · 20 years ago
  75. c3de6ef Add ffs() to porting library, needed by MinGW. by Hans Leidekker · 20 years ago
  76. 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
  77. e5fdc45 Implement interlocked* and wine_switch_to_stack for Alpha. by Vincent Béron · 20 years ago
  78. f9d6fa9 Need to include sys/time.h. by Jeremy White · 20 years ago
  79. efb8be7 Added a fallback implementation of futimes. by Alexandre Julliard · 20 years ago
  80. e7c3ab1 Check for getuid and avoid the use of it in libwine if we don't have it. by Steven Edwards · 20 years ago
  81. 531dbbd Base the server directory name on the uid, not the username. by Alexandre Julliard · 21 years ago
  82. 719a789 Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  83. d45e12a Fill in the MZ header in builtin PE DLLs. by Mike McCormack · 21 years ago
  84. b462022 Define -install_name for dynamics libraries to prevent usage of by Emmanuel Maillard · 21 years ago
  85. d0e5b8e Reserve the DOS area in mmap_init if it wasn't already done by the preloader. by Alexandre Julliard · 21 years ago
  86. 46718f8 Set segment address of wine executable and libwine.dylib on Darwin. by Emmanuel Maillard · 21 years ago
  87. c319392 Add the preloader itself as argv[0] and remove it again before running by Alexandre Julliard · 21 years ago
  88. 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
  89. 7d2f5a7 Avoid zero size allocations. by Alexandre Julliard · 21 years ago
  90. fa3544b Check for existing reserved areas in mmap_init to avoid doing duplicate work. by Alexandre Julliard · 21 years ago
  91. 4b588d1 Fixed preloader_exec. by Christian Costa · 21 years ago
  92. 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
  93. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  94. dc4d056 Don't rely on the reserved area list being empty in reserve_area, by Alexandre Julliard · 21 years ago
  95. 96b215f Fixed last mmap issue with mingw windows build. by Kevin Koltzau · 21 years ago
  96. d3239b6 Portability fix. by Alexandre Julliard · 21 years ago
  97. 2dff1fe Moved environ definition to port.h. by Alexandre Julliard · 21 years ago
  98. 7ee8adf Added environ support for Darwin. by Emmanuel Maillard · 21 years ago
  99. 1a9ab88 Adjust stack pointer in wine_switch_to_stack to prevent segmentation by Emmanuel Maillard · 21 years ago
  100. 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago