1. a477107 Removed traces of the regedit unit tests. by Andriy Palamarchuk · 23 years ago
  2. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  3. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  4. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  5. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  6. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  7. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  8. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  9. 5de5a44 - Make possible to diff registry information that contains by Raul Dias · 23 years ago
  10. 4e2e176 Created regedit replacement. Fixed some bugs. by Andriy Palamarchuk · 23 years ago
  11. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  12. 5db40a2 Made regapi scripts able to process .reg files in regedit by Andriy Palamarchuk · 23 years ago
  13. bef8e16 Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. by Alexandre Julliard · 23 years ago
  14. a5bb38e Correct handling of strings in setValue. by François Gouget · 23 years ago
  15. c9b0237 strsep is not implemented on Solaris, replace it with our own portable by François Gouget · 23 years ago
  16. ae8a401 The 'dword' values should be stored as big endian values. by Hidenori Takeshima · 23 years ago
  17. 1426c8c Documentation updates. by Andreas Mohr · 24 years ago
  18. 4188fbc Misc typos in comments. by François Gouget · 24 years ago
  19. 8ee6cca - TRACE opened registry handles - add proper quotes to wineinstall - spelling by Andreas Mohr · 24 years ago
  20. c9cf70d Some more cleanups. by Andreas Mohr · 24 years ago
  21. 3bc434f <malloc.h> is not ISO C, <stdlib.h> is. by Gerald Pfeifer · 24 years ago
  22. a10fbdd Build most programs as .so files. by Alexandre Julliard · 24 years ago
  23. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  24. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  25. 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. by Alexandre Julliard · 25 years ago
  26. 269b409 Added a few missing imports. by Hidenori Takeshima · 25 years ago
  27. 56045a5 Fixed int/HANDLE mismatches revealed by -DSTRICT. by Francois Gouget · 25 years ago
  28. 49d251f Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. by Francois Gouget · 25 years ago
  29. 991b03f Minor update. by Juergen Lock · 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. 5b5d04d This patch adds the ability for regapi to call the DllRegisterServer or by Gavriel State · 25 years ago
  33. 205721e Fixed ANSI C related compile problems. by Patrik Stridvall · 25 years ago
  34. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  35. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  36. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  37. 5d46c58 Comment out explicit call to SHELL_SaveRegistry since winelib programs by Huw D M Davies · 25 years ago
  38. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  39. 65e26bf lstrncmpi isn't a windows API, use strncasecmp instead. by Huw D M Davies · 26 years ago
  40. 6f363df Avoid use of strncmpi (reported by Ron Cemer). by Alexandre Julliard · 26 years ago
  41. c4cd0bf Bug fixes. by Noomen Hamza · 26 years ago
  42. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  43. 0cfb2f9 Removed the chop command that was there to get rid of dos ^M. by Sylvain St.Germain · 26 years ago
  44. 1bb0e66 Added command line tool to access the registry. by Sylvain St.Germain · 26 years ago