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. 50c6ac8 loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build. by Alexandre Julliard · 15 years ago
  3. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  4. b1c235d loader: Build the loader with -D__WINESRC__. by Alexandre Julliard · 15 years ago
  5. 3e6eab3 configure: Rename the main binary to "wine32" for the Wow64 build. by Alexandre Julliard · 16 years ago
  6. 9064777 configure: Disable installation of a number of extra files for the Wow64 build. by Alexandre Julliard · 16 years ago
  7. 4fda657 loader: Get rid of the pthread support routines. by Alexandre Julliard · 16 years ago
  8. bfeaad0 loader: Add missing install dependency for extra binaries. by Alexandre Julliard · 16 years ago
  9. 9701da4 loader: Fix installation for platforms that don't use extra binaries. by Alexandre Julliard · 16 years ago
  10. f4a19c8 loader: Merge the first and second stage loaders into a single wine binary. by Alexandre Julliard · 16 years ago
  11. 0e446d5 loader: Get rid of the no longer supported wine-kthread. by Alexandre Julliard · 16 years ago
  12. b3ec2e5 makefiles: Recurse into all directories for install-lib and install-dev too. by Alexandre Julliard · 17 years ago
  13. 8505f14 libwine: Export functions that return the Wine version number and build id. by Alexandre Julliard · 17 years ago
  14. 1c0f2fe loader: New French man page for wine. by Jonathan Ernst · 17 years ago
  15. fab0aee loader: Added de_DE.UTF-8 translated Wine man page. by Marco Schuster · 17 years ago
  16. 9f5c69c loader: Introduce FreeBSD loader. by Tijl Coosemans · 18 years ago
  17. 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
  18. d62b5c6 loader: Fix git-describe invocation to work with old git versions. by Alexandre Julliard · 18 years ago
  19. 7035aa5 make_makefiles: Generate the top-level .gitignore file. by Alexandre Julliard · 18 years ago
  20. 06566a5 loader: Use plain binary name of git-describe to avoid junk in version output. by Saulius Krasuckas · 18 years ago
  21. 5776a72 loader: Update the reported version from the current git HEAD if available. by Alexandre Julliard · 18 years ago
  22. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  23. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  24. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  25. 1fd32cf configure: Use --rpath when linking dlls too. by Alexandre Julliard · 19 years ago
  26. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  27. 2663917 configure: Default to building wine-pthread on non-x86 platforms. by Alexandre Julliard · 19 years ago
  28. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  29. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  30. 5729f58 Move the loader a bit higher in memory to leave more space for ntdll by Alexandre Julliard · 20 years ago
  31. 8dd4ee7 Moved the wine manpage to the loader/ directory. by Alexandre Julliard · 20 years ago
  32. 06233cf Avoid some non-portable makefile constructs. by Alexandre Julliard · 21 years ago
  33. bfac60b Do direct Linux system calls in the preloader to avoid trouble with by Alexandre Julliard · 21 years ago
  34. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  35. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  36. a628c13 Added a wine-glibc binary that detects the glibc threading in use and by Alexandre Julliard · 21 years ago
  37. 546839f Only build both Wine binaries on Linux, pthread support doesn't work by Alexandre Julliard · 21 years ago
  38. f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
  39. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago[Renamed from miscemu/Makefile.in]
  40. 88136f2 Link the main binary against libpthread for NPTL builds. by Alexandre Julliard · 21 years ago
  41. 08a64e6 Moved the pthread emulation into the main binary so that we don't need by Alexandre Julliard · 21 years ago
  42. 02d5e1f Added dependency on libntdll to make sure that everything links properly. by Alexandre Julliard · 22 years ago
  43. ffc198b We still need to link against ntdll until the pthread stuff is fixed properly. by Alexandre Julliard · 22 years ago
  44. fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
  45. 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
  46. 4d52d37 If supported, relocate the main wine binary to a higher address to by Alexandre Julliard · 22 years ago
  47. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  48. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  49. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  50. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  51. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  52. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  53. a1d8967 Moved mode setting out of .spec file into Makefile. by Dimitrie O. Paun · 23 years ago
  54. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  55. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  56. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  57. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  58. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  59. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
  60. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  61. 9597e20 Include instruction emulation in Winelib. by Alexandre Julliard · 26 years ago
  62. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  63. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  64. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101
  65. bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
  66. 8bbf818 Release 960913 by Alexandre Julliard · 29 years ago wine-960913
  67. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  68. af0bae5 Release 951003 by Alexandre Julliard · 29 years ago wine-951003
  69. ff8331e Release 950918 by Alexandre Julliard · 30 years ago wine-950918
  70. b7258be Release 950901 by Alexandre Julliard · 30 years ago wine-950901
  71. 808cb04 Release 950817 by Alexandre Julliard · 30 years ago wine-950817
  72. e2991ea Release 950727 by Alexandre Julliard · 30 years ago wine-950727