- 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
- 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
- 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
- 08200ca Make GetProcessMemoryInfo fail if the passed buffer is too small. by Felix Nawothnig · 20 years ago
- c7dcf64 Add trailing '\n's to ok() calls. by Francois Gouget · 20 years ago
- 771d98c Rewrote the psapi test suite. by Felix Nawothnig · 20 years ago
- b5aa931 Don't dump content of output buffers. by Felix Nawothnig · 20 years ago
- f192bb6 - Replaced server requests by native APIs in EnumProcessModules, by Felix Nawothnig · 20 years ago
- d418460 - Replaced server requests in EnumProcesses by native APIs by Felix Nawothnig · 20 years ago
- 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
- d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
- a667d53 Janitorial: Get rid of strncpy/strncpyW. by Peter Berg Larsen · 20 years ago
- fccfcbf Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. by Hans Leidekker · 20 years ago
- 80c1add Fixed GetModuleBaseNameA tests for WinXP. by Stefan Leichter · 20 years ago
- 907f85b Fix tests of GetModuleFileNameA on 98/XP. by Stefan Leichter · 21 years ago
- 204ec74 Skip tests without error if psapi.dll could not be loaded. by Stefan Leichter · 21 years ago
- 0d4fff4 Moved implementation of GetModuleBaseName from ascii to unicode, added by Stefan Leichter · 21 years ago
- df93f2e GetModuleFileName[AW] doesn't terminate the string if the buffer is too small. by Eric Pouech · 21 years ago
- 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
- a1619a3 Export QueryWorkingSet. by Kevin Koltzau · 21 years ago
- fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
- c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
- e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
- 0fc0ddb Add stubs for some new WinXP APIs. by Francois Gouget · 22 years ago
- 2229472 Add some missing HeapFree's and one missing free. by Michael Stefaniuc · 22 years ago
- 114a31a Take advantage of new winebuild syntax to remove redundant function by Alexandre Julliard · 22 years ago
- d93cb70 Implemented GetModuleBaseName(AW), GetModuleFileNameEx(AW) and by Eric Pouech · 22 years ago
- dbf8b78 Added .spec.def files. by Alexandre Julliard · 22 years ago
- 348ea6d Compile the psapi dll with STRICT defined. by Michael Stefaniuc · 22 years ago
- 23bb371 Added support for building certain dlls with -DSTRICT. by Alexandre Julliard · 22 years ago
- 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
- 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
- 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
- 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
- d677edf Implemented EnumProcesses and EnumProcessModules. by Hidenori Takeshima · 23 years ago
- c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 74e4d21 Avoid wildcards in .cvsignore. by Patrik Stridvall · 23 years ago
- e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
- 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
- ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
- 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
- 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
- eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
- 691171b Small dll interfaces cleanups. by Alexandre Julliard · 25 years ago
- 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
- 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
- d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
- 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
- bade58f Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them. by Marcus Meissner · 25 years ago
- 6f71573 Make use of automatic ordinal allocation. by Alexandre Julliard · 25 years ago
- d7da486 Added spec file declarations for already implemented functions. by Patrik Stridvall · 25 years ago
- daed93e Moved .spec files to corresponding dlls/ directory. by Ulrich Weigand · 26 years ago
- 9fe7a25 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
- b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
- 2e1cafa Renamed wintypes.h to windef.h. by Jim Aston · 26 years ago
- a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
- 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
- c0d52e0 Initial revision by Alexandre Julliard · 26 years ago
- d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927