1. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  2. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
  3. a387aa4 Migrate $LDFLAGS from configure to Makefile and into main wine executable. by Marcus Meissner · 25 years ago
  4. 1e8e5ba Converted Wine documentation to SGML format. by John R. Sheets · 25 years ago
  5. a3502cc Merged setupx.dll into setupapi.dll. by Alexandre Julliard · 25 years ago
  6. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  7. f5aee67 Added rules for message compiler .mc files. by Alexandre Julliard · 25 years ago
  8. cd770ea Temporarily moved advapi32 registry support back into libwine.so, and by Alexandre Julliard · 25 years ago
  9. 7854777 Merged wing.dll into gdi32.dll. by Alexandre Julliard · 25 years ago
  10. 37b51f4 Merged msacm and msacm32 dlls. Merged win87em and windebug into kernel32.dll. by Alexandre Julliard · 25 years ago
  11. 4306eaa Corrected c2man flags. It still crashes anyhow :-/ by Mike McCormack · 25 years ago
  12. dc2461e Implemented serialui dll containing CommConfigDialog, by Mike McCormack · 25 years ago
  13. 10b1b23 Create rpcrt4.dll. by Huw D M Davies · 25 years ago
  14. c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago
  15. df5e579 Added setupapi shared library and SetupIterateCabinet stub. by Francois Jacques · 25 years ago
  16. e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
  17. 4f356e8 Moved shared crtdll/ntdll functions into ntdll. Made crtdll a separate dll. by Alexandre Julliard · 25 years ago
  18. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  19. 3085591 Initial release of the message compiler. by Bertho Stultiens · 25 years ago
  20. 01e819a Simplified wrc flags handling. by Alexandre Julliard · 25 years ago
  21. 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
  22. 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago
  23. 442f6b1 Do not clear suffixes list (breaks BSD make). by Alexandre Julliard · 25 years ago
  24. 24c3c5e Revived the GEN_C_SRCS variable to support wrc lex/yacc sources. by Alexandre Julliard · 25 years ago
  25. 4615e29 If system doesn't have OpenGL, don't refer to libopengl32.so. by Hidenori Takeshima · 25 years ago
  26. bedf40b Added support for OpenGL. by Lionel Ulmer · 25 years ago
  27. e75f9fb Added stubs for riched32.dll. by Hidenori Takeshima · 25 years ago
  28. 2941a21 Compile fix for --without-x. by Patrik Stridvall · 25 years ago
  29. 44af98c Fixed winspool(.drv) loading. by Eric Pouech · 25 years ago
  30. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  31. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  32. 819fa8c Merged urlmon.dll and wininet.dll from the Corel tree (implementation by Alexandre Julliard · 25 years ago
  33. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  34. 77d5ebb Link ttydrv and x11drv objects into their respective dll. by Alexandre Julliard · 25 years ago
  35. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
  36. ddce652 Made ddraw and dinput separate dlls. by Alexandre Julliard · 25 years ago
  37. ebc3225 Made MPR a separate dll. by Alexandre Julliard · 25 years ago
  38. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  39. 7ee3435 Renamed libwin32s to use the proper dll name (libw32skrnl). by Alexandre Julliard · 25 years ago
  40. e1d7889 Made winmm a separate shared library. by Alexandre Julliard · 25 years ago
  41. 2a3b0a1 Moved hardware related handling to dlls/winmm/joystick driver. by Eric Pouech · 25 years ago
  42. 58c71d4 OLEPRO32 stubs. by Sean Langley · 25 years ago
  43. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  44. a9ee4a2 - Unixware (Solaris) linker typo fixed by Patrik Stridvall · 25 years ago
  45. 0adad95 Made --enable-dll the default. by Alexandre Julliard · 25 years ago
  46. d43eb2d Look for our header files first, then for systems headers. by Marcus Meissner · 25 years ago
  47. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  48. 9607512 Relink subdirectory objects on Makefile.in/Make.rules.in change. by Marcus Meissner · 25 years ago
  49. 385dc18 Added ability to call winapi_check from the Makefiles. by Patrik Stridvall · 26 years ago
  50. 8336cc9 Adapted to glue code generation changes. by Ulrich Weigand · 26 years ago
  51. a9be64e Added support for Solaris Lint. by Patrik Stridvall · 26 years ago
  52. 0691a59 Made compilation of *.spec.c files use -fno-builtin regardless of by Patrik Stridvall · 26 years ago
  53. d6baf1b Authors: James Juran <jrj120@psu.edu>, Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de> by Alexandre Julliard · 26 years ago
  54. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  55. 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
  56. ffe6b76 Use Autoconf to find path to ldconfig. by James Juran · 26 years ago
  57. 5166237 Get include files from the current directory first. by Alexandre Julliard · 26 years ago
  58. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  59. 03b5529 - Remove some old rc make stuff - "make clean" omitted some include subdirs by Joerg Mayer · 26 years ago
  60. e66d421 Fixed Makefile up-to-date check to avoid relinking all the object files. by Alexandre Julliard · 26 years ago
  61. ca004e5 Check for necessary configure reruns for Makefile and Make.rules generation. by Marcus Meissner · 26 years ago
  62. 8beb15a Use -lwine for linking. by Todd Vierling · 26 years ago
  63. 4b992b0 These patches add support for --enable-dll on NetBSD, and may even do so for by Todd Vierling · 26 years ago
  64. ea58472 Started moving some X11 window management code to windows/x11drv. by Patrik Stridvall · 26 years ago
  65. 1439f72 Use $(AS) instead of $(CC) to compile .s files. by Patrik Stridvall · 26 years ago
  66. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  67. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  68. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  69. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  70. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  71. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  72. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  73. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  74. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  75. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  76. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  77. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  78. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  79. d37eb36 Release 970720 by Alexandre Julliard · 28 years ago wine-970720
  80. c6c0944 Release 970112 by Alexandre Julliard · 28 years ago wine-970112
  81. 7e6ae4b Release 961208 by Alexandre Julliard · 28 years ago wine-961208
  82. da0cfb3 Release 961201 by Alexandre Julliard · 28 years ago wine-961201
  83. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  84. 139a4b1 Release 961102 by Alexandre Julliard · 28 years ago wine-961102
  85. 530ee84 Release 961023 by Alexandre Julliard · 28 years ago wine-961023
  86. bf9130a Release 961013 by Alexandre Julliard · 28 years ago wine-961013
  87. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  88. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  89. 8664b89 Release 960405 by Alexandre Julliard · 29 years ago wine-960405
  90. c981d0b Release 960331 by Alexandre Julliard · 29 years ago wine-960331
  91. 02ed4c2 Release 960302 by Alexandre Julliard · 29 years ago wine-960302
  92. 7e56f68 Release 960131 by Alexandre Julliard · 29 years ago wine-960131
  93. d7d4fdf Release 951226 by Alexandre Julliard · 29 years ago wine-951226
  94. 902da69 Release 951105 by Alexandre Julliard · 29 years ago wine-951105
  95. af0bae5 Release 951003 by Alexandre Julliard · 30 years ago wine-951003
  96. ff8331e Release 950918 by Alexandre Julliard · 30 years ago wine-950918