1. f3831cf configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader. by Alexandre Julliard · 15 years ago
  2. 32ceee8 loader: Fix French translation of wine manpage. by Frédéric Delanoy · 15 years ago
  3. db7928c manpages: Fix formatting errors. by Frédéric Delanoy · 15 years ago
  4. 6863290 loader/manpages: Replace all occurrence of bugs.sgml. by André Hentschel · 15 years ago
  5. 50c6ac8 loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build. by Alexandre Julliard · 15 years ago
  6. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  7. 23e9104 loader: Use __asm__ keyword instead of asm. by Yann Droneaud · 15 years ago
  8. fa6ffb4 Fix empty function prototypes. by Alexandre Julliard · 15 years ago
  9. b1c235d loader: Build the loader with -D__WINESRC__. by Alexandre Julliard · 15 years ago
  10. 3e6eab3 configure: Rename the main binary to "wine32" for the Wow64 build. by Alexandre Julliard · 16 years ago
  11. 9064777 configure: Disable installation of a number of extra files for the Wow64 build. by Alexandre Julliard · 16 years ago
  12. 4fda657 loader: Get rid of the pthread support routines. by Alexandre Julliard · 16 years ago
  13. 4d35f3f preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32. by Alexandre Julliard · 16 years ago
  14. 1ac7576 ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this. by Alexandre Julliard · 16 years ago
  15. 8d833ee loader: Reserve some more memory to cover the native ole32 addresses. by Alexandre Julliard · 16 years ago
  16. 691bdbd configure: Rename the shared heap segment to avoid a Mac OS linker bug with 16-char names. by Alexandre Julliard · 16 years ago
  17. bfeaad0 loader: Add missing install dependency for extra binaries. by Alexandre Julliard · 16 years ago
  18. 17c0934 loader: Don't bother checking for pthread.h existence, we require it anyway. by Alexandre Julliard · 16 years ago
  19. 4aa98e0 include: Get rid of the definitions for the pthread emulation. by Alexandre Julliard · 16 years ago
  20. 9701da4 loader: Fix installation for platforms that don't use extra binaries. by Alexandre Julliard · 16 years ago
  21. f4a19c8 loader: Merge the first and second stage loaders into a single wine binary. by Alexandre Julliard · 16 years ago
  22. 0e446d5 loader: Get rid of the no longer supported wine-kthread. by Alexandre Julliard · 16 years ago
  23. 4ccf78f loader: Start phasing out the LinuxThreads support. by Alexandre Julliard · 16 years ago
  24. 3dcd128 loader: Fix build with gcc-4.3 and ssp. by Stefan Reimer · 16 years ago
  25. 0a393d7 loader: Implement setting %gs for amd64. by Maarten Lankhorst · 16 years ago
  26. 17ab587 loader: Use a hidden function instead of an exported global variable to setup pthread functions. by Alexandre Julliard · 16 years ago
  27. 912e4d4 loader: Reserve some space for the virtual heap too. by Alexandre Julliard · 16 years ago
  28. 7f32723 Convert remaining source files to utf-8. by Alexandre Julliard · 16 years ago
  29. b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
  30. 0a2c94e configure: Add check for valgrind/valgrind.h. by John Reiser · 17 years ago
  31. 7a4d575 preloader: Silence the warning for the low 64k. by Alexandre Julliard · 17 years ago
  32. 679aab8 loader: Add stub versions of the pthread functions. by Alexandre Julliard · 17 years ago
  33. 195ca1e preloader: Reserve low memory areas in separate chunks. by Alexandre Julliard · 17 years ago
  34. d8c41a2 Spelling fix in the ldt bitfields. by Francois Gouget · 17 years ago
  35. 8505f14 libwine: Export functions that return the Wine version number and build id. by Alexandre Julliard · 17 years ago
  36. ff72b54 loader: Updated French man page. by Jonathan Ernst · 17 years ago
  37. 5e10ef0 loader: Add disabling dlls to wine man page. by Austin English · 17 years ago
  38. c3b0add Spelling fixes in French man pages. by Alexandre Julliard · 17 years ago
  39. 1c0f2fe loader: New French man page for wine. by Jonathan Ernst · 17 years ago
  40. aff968f valgrind: Made Wine compliant will latest Valgrind macros (the one removed from 3.3.0 and deprecated since 3.2.0). by Eric Pouech · 17 years ago
  41. fab0aee loader: Added de_DE.UTF-8 translated Wine man page. by Marco Schuster · 17 years ago
  42. 0bd72d0 wine.man: Added small clarification for AppDB. by Marco Schuster · 17 years ago
  43. b7addaa wine.man: Document OSS environment variables. by Vitaliy Margolen · 17 years ago
  44. 1b8d9e0 loader: Set the address space limit before starting the preloader. by Alexandre Julliard · 18 years ago
  45. 9f5c69c loader: Introduce FreeBSD loader. by Tijl Coosemans · 18 years ago
  46. 60833da loader: Use thr_self syscall to get thread id on FreeBSD. by Tijl Coosemans · 18 years ago
  47. 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
  48. cb5dcc6 loader: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  49. e1e54d1 preloader: sign-compare fix. by Joris Huizer · 18 years ago
  50. d62b5c6 loader: Fix git-describe invocation to work with old git versions. by Alexandre Julliard · 18 years ago
  51. 092ac1f preloader: Added printf format checking and fix some formats. by Alexandre Julliard · 18 years ago
  52. 13029a2 preloader: Remove reserved ranges that we failed to allocate. by Alexandre Julliard · 18 years ago
  53. 4d9f3df preloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR when one of them conflicts. by Alexandre Julliard · 18 years ago
  54. 150b5dc loader: Use the Mach thread port as thread id on Mac OS. by Alexandre Julliard · 18 years ago
  55. 7035aa5 make_makefiles: Generate the top-level .gitignore file. by Alexandre Julliard · 18 years ago
  56. 959113d loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning. by Alexandre Julliard · 18 years ago
  57. 338fc52 kthread: Don't make the stack executable by default. by Alexandre Julliard · 18 years ago
  58. 06566a5 loader: Use plain binary name of git-describe to avoid junk in version output. by Saulius Krasuckas · 18 years ago
  59. 5776a72 loader: Update the reported version from the current git HEAD if available. by Alexandre Julliard · 18 years ago
  60. bda2832 ntdll: Moved command-line help to the loader binary. by Alexandre Julliard · 18 years ago
  61. 4c4094e preloader: Clear %gs again before calling the interpreter entry point. by Alexandre Julliard · 18 years ago
  62. a68d293 preloader: Setup a fake thread-local storage block pointed to by %gs. by Alexandre Julliard · 18 years ago
  63. 181cf8b loader: Make sure the reserved area is protected on MacOSX too. by Alexandre Julliard · 18 years ago
  64. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  65. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  66. 4e47403 Documentation updates. by Alexandre Julliard · 19 years ago
  67. dd0340e loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now. by Alexandre Julliard · 19 years ago
  68. 5da3e55 loader: Exit the whole process when killing the last thread. by Alexandre Julliard · 19 years ago
  69. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  70. fc8172f loader/pthread: Added pthread_attr_get_np support. by Tijl Coosemans · 19 years ago
  71. 30a3866 preloader: Added support for the new style DT_GNU_HASH symbol table. by Alexandre Julliard · 19 years ago
  72. 51d8482 preloader: Fixed type checking in symbol lookup. by Alexandre Julliard · 19 years ago
  73. 8aab67d preloader: Properly use the ELF hash table when looking up a symbol. by Alexandre Julliard · 19 years ago
  74. e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
  75. 875b5db preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area. by Alexandre Julliard · 19 years ago
  76. c79cf02 ntdll: Make sure to not unmap anything from reserved areas by Alexandre Julliard · 19 years ago
  77. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  78. e040e6c libwine: Added entry for sigprocmask in the pthread functions table. by Alexandre Julliard · 19 years ago
  79. c6ad020 wine-pthread: Set thread scope to force using kernel threads on Solaris. by Alexandre Julliard · 19 years ago
  80. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  81. 6f38489 loader: Attempt to detect broken vmsplit setups. by Alexandre Julliard · 19 years ago
  82. 0216c40 preloader: Workaround for broken no-exec protections. by Alexandre Julliard · 19 years ago
  83. c20d6c4 loader: Hide the preloader from the ps output. by Alexandre Julliard · 19 years ago
  84. 1fd32cf configure: Use --rpath when linking dlls too. by Alexandre Julliard · 19 years ago
  85. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  86. 2663917 configure: Default to building wine-pthread on non-x86 platforms. by Alexandre Julliard · 19 years ago
  87. 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
  88. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  89. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  90. 4642e1e loader: Added missing attr destroy. by Eric Pouech · 19 years ago
  91. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  92. 7cd9a8f preloader: Allow compiling the preloader with -fstack-protector. by Mike McCormack · 19 years ago
  93. 538cd17 loader: Detect pthread_get_stackaddr_np returning the top of the stack by Alexandre Julliard · 19 years ago
  94. cfe45cc Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro. by Alexandre Julliard · 19 years ago
  95. 0577113 preloader: Reserve some space for the shared user data. by Alexandre Julliard · 19 years ago
  96. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  97. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  98. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  99. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  100. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago