1. bef8e16 Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. by Alexandre Julliard · 23 years ago
  2. a5bb38e Correct handling of strings in setValue. by François Gouget · 23 years ago
  3. c9b0237 strsep is not implemented on Solaris, replace it with our own portable by François Gouget · 23 years ago
  4. ae8a401 The 'dword' values should be stored as big endian values. by Hidenori Takeshima · 23 years ago
  5. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  6. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  7. 8ee6cca - TRACE opened registry handles - add proper quotes to wineinstall - spelling by Andreas Mohr · 24 years ago
  8. c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
  9. 3bc434f <malloc.h> is not ISO C, <stdlib.h> is. by Gerald Pfeifer · 24 years ago
  10. a10fbdd Build most programs as .so files. by Alexandre Julliard · 24 years ago
  11. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  12. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  13. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  14. 269b409 Added a few missing imports. by Hidenori Takeshima · 25 years ago
  15. 56045a5 Fixed int/HANDLE mismatches revealed by -DSTRICT. by Francois Gouget · 25 years ago
  16. 49d251f Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. by Francois Gouget · 25 years ago
  17. 991b03f Minor update. by Juergen Lock · 25 years ago
  18. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  19. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  20. 5b5d04d This patch adds the ability for regapi to call the DllRegisterServer or by Gavriel State · 25 years ago
  21. 205721e Fixed ANSI C related compile problems. by Patrik Stridvall · 25 years ago
  22. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  23. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  24. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  25. 5d46c58 Comment out explicit call to SHELL_SaveRegistry since winelib programs by Huw D M Davies · 25 years ago
  26. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  27. 65e26bf lstrncmpi isn't a windows API, use strncasecmp instead. by Huw D M Davies · 26 years ago
  28. 6f363df Avoid use of strncmpi (reported by Ron Cemer). by Alexandre Julliard · 26 years ago
  29. c4cd0bf Bug fixes. by Noomen Hamza · 26 years ago
  30. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  31. 0cfb2f9 Removed the chop command that was there to get rid of dos ^M. by Sylvain St.Germain · 26 years ago
  32. 1bb0e66 Added command line tool to access the registry. by Sylvain St.Germain · 26 years ago