1. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  2. 0eec45a Force loadorder of 16-bit dlls to builtin if their 32-bit counterpart by Alexandre Julliard · 23 years ago
  3. cceab98 Unregister 16-bit dlls on module unload. by Alexandre Julliard · 23 years ago
  4. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  5. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  6. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  7. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  8. 04689b2 Always load the 32-bit dll containing a given 16-bit builtin. by Alexandre Julliard · 24 years ago
  9. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  10. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  11. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  12. 886604c Always pass lower-case filenames to wine_dll_load(). by Alexandre Julliard · 24 years ago
  13. e4d0932 Added ASCII-only version of toupper, tolower, strcasecmp and the like by Aric Stewart · 24 years ago
  14. 24a62ab Got rid of the Wine internal lstrcpy* functions and of winestring.h. by Alexandre Julliard · 24 years ago
  15. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  16. 745ec84 Export the CallFrom16xxx functions from kernel32. Renamed them by Alexandre Julliard · 24 years ago
  17. aa5a116 Patch flat cs of 16-bit entry points if current %cs is different from by Alexandre Julliard · 24 years ago
  18. cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
  19. a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 25 years ago
  20. 07f3844 Avoid buffer overflows in builtin dll loading (with the help of Dmitry by Alexandre Julliard · 25 years ago
  21. 4fef2f1 Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. by Alexandre Julliard · 25 years ago
  22. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  23. 4324b47 Delay loading of interrupt table functions until they are needed. by Alexandre Julliard · 25 years ago
  24. 0ce13a4 Do not load wineps on startup. by Alexandre Julliard · 25 years ago
  25. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  26. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  27. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  28. 112d307 Added automatic registration of built-in DLLs. by Alexandre Julliard · 25 years ago
  29. 74e4a28 Built-in DLLs resources are now specified in spec file. by Alexandre Julliard · 25 years ago
  30. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  31. d2344fb Fix loading of modules: now search key is module's filename, not module's name. by Eric Pouech · 25 years ago
  32. 79077f3 Bugfix: Don't call GetVersionExA too early, to avoid breaking by Ulrich Weigand · 26 years ago
  33. f52e109 Set 'expected_version' of built-in and dummy modules according to by Ulrich Weigand · 26 years ago
  34. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  35. b8684a2 Fixed some of the issues reported by winapi-check. by Patrik Stridvall · 26 years ago
  36. 3dff7bb Modularized CallFrom/To16 routines. Adapted dependent routines, by Ulrich Weigand · 26 years ago
  37. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  38. a099a55 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  39. fdcfdb9 Added missing/wrong includes. by Patrik Stridvall · 26 years ago
  40. a7e6e81 Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new by Ulrich Weigand · 26 years ago
  41. 10db759 Corrected wrong return values of built-in loader to work with the by Bertho Stultiens · 26 years ago
  42. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  43. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  44. dca5e56 - Implemented proper ("real", compressed) Win16 entry tables. by Andreas Mohr · 26 years ago
  45. 461ded4 Added -dll option for winelib programs. (Note: will not print warnings by Marcus Meissner · 26 years ago
  46. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  47. 34acebc Fixed a few broken includes. by Huw D M Davies · 26 years ago
  48. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  49. c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
  50. 99f5110 Implemented DisplayDib. by Ove Kaaven · 26 years ago
  51. 0b597bc Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD. by Ulrich Weigand · 26 years ago
  52. 8295c86 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. by Patrik Stridvall · 26 years ago
  53. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  54. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  55. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  56. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  57. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  58. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  59. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  60. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  61. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  62. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  63. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  64. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  65. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  66. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  67. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  68. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  69. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  70. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  71. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  72. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  73. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  74. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  75. 33072e1 Release 970629 by Alexandre Julliard · 28 years ago wine-970629
  76. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  77. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305
  78. f0cbfa0 Release 970215 by Alexandre Julliard · 28 years ago wine-970215
  79. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101[Renamed (88%) from loader/builtin.c]
  80. 75d86e1 Release 961117 by Alexandre Julliard · 28 years ago wine-961117
  81. 2c69f6d Release 960928 by Alexandre Julliard · 29 years ago wine-960928
  82. 0e270f4 Release 960824 by Alexandre Julliard · 29 years ago wine-960824
  83. 1e37a18 Release 960818 by Alexandre Julliard · 29 years ago wine-960818
  84. f1aa303 Release 960805 by Alexandre Julliard · 29 years ago wine-960805
  85. 18f92e7 Release 960717 by Alexandre Julliard · 29 years ago wine-960717
  86. ca22b33 Release 960712 by Alexandre Julliard · 29 years ago wine-960712
  87. 3051b64 Release 960705 by Alexandre Julliard · 29 years ago wine-960705
  88. d90840e Release 960611 by Alexandre Julliard · 29 years ago wine-960611
  89. 1e9ac79 Release 960606 by Alexandre Julliard · 29 years ago wine-960606
  90. 2d93d00 Release 960521 by Alexandre Julliard · 29 years ago wine-960521
  91. 1285c2f Release 960506 by Alexandre Julliard · 29 years ago wine-960506
  92. 2ace16a Release 960428 by Alexandre Julliard · 29 years ago wine-960428