1. 8505f14 libwine: Export functions that return the Wine version number and build id. by Alexandre Julliard · 17 years ago
  2. 5776a72 loader: Update the reported version from the current git HEAD if available. by Alexandre Julliard · 18 years ago
  3. bda2832 ntdll: Moved command-line help to the loader binary. by Alexandre Julliard · 18 years ago
  4. 181cf8b loader: Make sure the reserved area is protected on MacOSX too. by Alexandre Julliard · 18 years ago
  5. e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
  6. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  7. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  8. 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
  9. 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
  10. 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
  11. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  12. 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
  13. f223b8f Disable the exec shield workaround for now, it's causing too much trouble. by Alexandre Julliard · 21 years ago
  14. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  15. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago[Renamed from miscemu/main.c]
  16. 2989895 Warning fix. by Alexandre Julliard · 22 years ago
  17. fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
  18. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  19. e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 23 years ago
  20. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  21. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  22. 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
  23. 3f089a1 mmsystem.dll should be automatically loaded for 16-bit apps. by Joshua Thielen · 23 years ago
  24. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  25. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  26. 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
  27. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  28. 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
  29. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  30. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  31. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  32. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
  33. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  34. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  35. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  36. 5f6419f Got rid of -debug wine's option (wine now requires an external debugger). by Eric Pouech · 25 years ago
  37. 1dac57f Created separate dlls for user,gdi,ttydrv,x11drv. by Alexandre Julliard · 25 years ago
  38. fe08568 Moved command-line option handling out of the X11 driver. by Alexandre Julliard · 25 years ago
  39. cbb7a17 Added proc to start debugging process from its command line (by launching it). by Eric Pouech · 25 years ago
  40. 527eea9 No longer directly accessing debuggee memory. by Eric Pouech · 25 years ago
  41. ef22c25 Better error messages. by Andreas Mohr · 25 years ago
  42. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  43. eafa391 Use argv[0] to locate the server executable. by Alexandre Julliard · 25 years ago
  44. 8a64b83 Bugfix: don't call ExitProcess() before SYSLEVEL_Init(). by Ulrich Weigand · 25 years ago
  45. 448b34a Correct filename for kernel module is KRNL386.EXE. by Eric Pouech · 25 years ago
  46. 891305b Removed __winelib flag. by Alexandre Julliard · 26 years ago
  47. 98c3053 Added FinalUserInit16/FinalGdiInit16 stubs. by Ulrich Weigand · 26 years ago
  48. 2f4bd66 Unify startup sequence for Wine and WineLib. by Ulrich Weigand · 26 years ago
  49. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  50. 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
  51. fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
  52. 61fece0 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  53. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  54. c42dfdd Fixed Winelib compilation. by Alexandre Julliard · 26 years ago
  55. 410ae4f Debugger is now called by exception handling. by Alexandre Julliard · 26 years ago
  56. bba76ee Switch stacks in CALL32_Init(). by Ulrich Weigand · 26 years ago
  57. a1957c4 Wait until child initialized before returning from PROCESS_Create. by Ulrich Weigand · 26 years ago
  58. 8d267a6 Only check number of tasks after first message. by Alexandre Julliard · 26 years ago
  59. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  60. 7366307 Call InitApp16 (using Callout) for initial process. by Ulrich Weigand · 26 years ago
  61. 461ded4 Added -dll option for winelib programs. (Note: will not print warnings by Marcus Meissner · 26 years ago
  62. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  63. f6a9361 Adapted to CreateProcess changes. by Ulrich Weigand · 26 years ago
  64. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  65. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  66. 4097865 Do not print 'wine: no executeable found' if we did execute something. by Marcus Meissner · 26 years ago
  67. 9faa7d7 Moved the if1632/signal.c stuff into loader/signal.c, adapted function by Marcus Meissner · 26 years ago
  68. b77de02 Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit by Ove Kaaven · 26 years ago
  69. ff35e1f Use Callout table instead of direct GetProcAddress. UserYield moved to USER. by Ulrich Weigand · 26 years ago
  70. 773c7b7 Fix warnings in miscemu/main.c. by Marcus Meissner · 26 years ago
  71. 9650864 Takes print spooler functions out of win16drv. by Huw D M Davies · 26 years ago
  72. afac2e4 Some fixes to Wine startup/termination sequence with native USER. by Ulrich Weigand · 26 years ago
  73. e8b0274 Bugfix: really *do* switch to the initial task's stack. by Ulrich Weigand · 26 years ago
  74. c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
  75. 8163465 Added indirection for ctx_debug to the DOS loader, so Winelib works again. by Ove Kaaven · 26 years ago
  76. edda687 Added a default program option in wine.conf in section [programs] key Default. by Chad Powell · 26 years ago
  77. 3a30013 Added ability to read a startup program from wine.ini file. by Chad Powell · 26 years ago
  78. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  79. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  80. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  81. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  82. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  83. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  84. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  85. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116