1. 6a548b1 ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit. by Alexandre Julliard · 16 years ago
  2. 2b83936 psapi/tests: Use win_skip instead of trace. by Paul Vriens · 16 years ago
  3. 4800089 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles. by Rob Shearman · 17 years ago
  4. ed82acd psapi: Remove unneeded cast. by Andrew Talbot · 17 years ago
  5. 42be36f psapi: GetWsChanges() calls down to the wrong ntdll function. Found by sparse. by Michael Stefaniuc · 18 years ago
  6. 9e4883e psapi: GetPerformanceInfo() calls down to the wrong ntdll function. Found by sparse. by Michael Stefaniuc · 18 years ago
  7. 7071a01 psapi/tests: Fix a signed/unsigned int mismatch. by Francois Gouget · 18 years ago
  8. 276ba12 psapi: Don't print output parameters as strings. by Alexandre Julliard · 18 years ago
  9. cab43e6 psapi/tests: Win64 printf format warning fixes. by Michael Ploujnikov · 18 years ago
  10. bcd0836 psapi: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  11. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  12. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  13. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  14. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  15. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  16. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  17. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  18. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  19. 3c5fc25 psapi: Fix output parameter of function GetModuleBaseName in spec file. by Stefan Leichter · 19 years ago
  20. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  21. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  22. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  23. 08200ca Make GetProcessMemoryInfo fail if the passed buffer is too small. by Felix Nawothnig · 20 years ago
  24. c7dcf64 Add trailing '\n's to ok() calls. by Francois Gouget · 20 years ago
  25. 771d98c Rewrote the psapi test suite. by Felix Nawothnig · 20 years ago
  26. b5aa931 Don't dump content of output buffers. by Felix Nawothnig · 20 years ago
  27. f192bb6 - Replaced server requests by native APIs in EnumProcessModules, by Felix Nawothnig · 20 years ago
  28. d418460 - Replaced server requests in EnumProcesses by native APIs by Felix Nawothnig · 20 years ago
  29. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  30. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  31. a667d53 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
  32. fccfcbf Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. by Hans Leidekker · 20 years ago
  33. 80c1add Fixed GetModuleBaseNameA tests for WinXP. by Stefan Leichter · 20 years ago
  34. 907f85b Fix tests of GetModuleFileNameA on 98/XP. by Stefan Leichter · 21 years ago
  35. 204ec74 Skip tests without error if psapi.dll could not be loaded. by Stefan Leichter · 21 years ago
  36. 0d4fff4 Moved implementation of GetModuleBaseName from ascii to unicode, added by Stefan Leichter · 21 years ago
  37. df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
  38. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  39. a1619a3 Export QueryWorkingSet. by Kevin Koltzau · 21 years ago
  40. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  41. c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
  42. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  43. 0fc0ddb Add stubs for some new WinXP APIs. by Francois Gouget · 22 years ago
  44. 2229472 Add some missing HeapFree's and one missing free. by Michael Stefaniuc · 22 years ago
  45. 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
  46. d93cb70 Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and by Eric Pouech · 22 years ago
  47. dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
  48. 348ea6d Compile the psapi dll with STRICT defined. by Michael Stefaniuc · 22 years ago
  49. 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
  50. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  51. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  52. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  53. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  54. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  55. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  56. d677edf Implemented EnumProcesses and EnumProcessModules. by Hidenori Takeshima · 23 years ago
  57. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  58. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  59. 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
  60. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  61. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  62. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  63. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  64. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  65. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  66. 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
  67. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  68. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  69. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  70. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  71. bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
  72. 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
  73. d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
  74. daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
  75. 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  76. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  77. 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
  78. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  79. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  80. c0d52e0 Initial revision by Alexandre Julliard · 27 years ago
  81. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927