1. 84eb833 Added some missing import directives. by Alexandre Julliard · 25 years ago
  2. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  3. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  4. fcfacb9 Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  5. 82a2b18 Added support for creating extra symlinks for .so files that contain by Alexandre Julliard · 25 years ago
  6. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  7. 1c57a3b Made some local functions static. by Patrik Stridvall · 25 years ago
  8. 383da68 Optimized debugging API to reduce code size. by Alexandre Julliard · 25 years ago
  9. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  10. 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
  11. bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
  12. f030d75 Fixed alignment problem with VERSION_INFO members. by Ulrich Weigand · 25 years ago
  13. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  14. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  15. 3467dab Move VerLanguageName[AW] back to base (exported from KERNEL32 ...). by Ulrich Weigand · 26 years ago
  16. c9df14d Alignment fix. by Uwe Bonnes · 26 years ago
  17. e8ad6fe Fixed alignment. by Uwe Bonnes · 26 years ago
  18. 89f079b Replaced a few calls to lstr* functions by their CRTDLL or libc equivalent. by Alexandre Julliard · 26 years ago
  19. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  20. daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
  21. 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
  22. f981c6c ver.h is a legacy header. winver.h should be used instead. by Paul Quinn · 26 years ago
  23. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  24. ff5ae3d Removed some includes of 16 bit API. by Michael Veksler · 26 years ago
  25. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  26. 4d99818 Fix crash if lpuCurDirLen or lpuDestDirLen==0. by Douglas Ridgway · 26 years ago
  27. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  28. 17d0d4e Don't hang on the last child if it's not wanted. by Lawson A. Whitney · 26 years ago
  29. 4ca9d75 Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx. by Bertho Stultiens · 26 years ago
  30. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  31. dae096f NULL is a valid argument as handle for GetFileVersionInfoSize32A. by Ulrich Weigand · 26 years ago
  32. d70a632 Bugfix: NULL pointer check for output parameters. by Ulrich Weigand · 26 years ago
  33. e233d1a reslen could be used uninitialised in GetFileResource32 (fixes some by Marcus Meissner · 26 years ago
  34. ce82177 Implementation of VERSION.DLL. Based on old misc/ver.c. by Ulrich Weigand · 26 years ago