include: Assorted spelling fixes.
[wine] / dlls / psapi / tests /
2012-12-03  André Hentschelpsapi/tests: Fix test on win8.
2012-06-22  Stefan Leichterpsapi/tests: Added tests for EnumProcessModules with...
2012-04-30  Alexandre Julliardkernel32: Fix buffer overflows in K32GetModuleFileNameE...
2012-03-27  Dmitry Timoshkovpsapi: Add missing return value checks.
2012-02-07  Dmitry Timoshkovpsapi: Make sure that NtQueryVirtualMemory(MemorySectio...
2012-02-06  Dmitry Timoshkovpsapi: Add a test for NtQueryVirtualMemory(MemorySectio...
2012-01-31  Alexandre Julliardpsapi/tests: Don't check data returned from a failing...
2012-01-27  Dmitry Timoshkovpsapi: Add more GetMappedFileName tests.
2011-08-26  Francois Gougetpsapi/tests: Fix the EnumProcessModules() test and...
2011-08-05  Francois Gougetkernel32: Implement K32GetProcessImageFileNameA().
2010-10-08  Austin Englishpsapi/tests: Get rid of an ugly test macro.
2010-10-05  Austin Englishpsapi/tests: Macro cleanup.
2010-10-04  Austin Englishpsapi/tests: Remove an ugly macro.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-22  Alexandre Julliardpsapi/tests: Fix the working set tests for Wow64.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-05  Alexandre Julliardpsapi/tests: Handle an error that happens on Win2k.
2009-04-07  Mikołaj Zalewskipsapi: Implement GetProcessImageNameW.
2008-10-21  Paul Vrienspsapi/tests: Use win_skip instead of trace.
2007-05-29  Francois Gougetpsapi/tests: Fix a signed/unsigned int mismatch.
2006-10-11  Michael Ploujnikovpsapi/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-07-08  Felix NawothnigMake GetProcessMemoryInfo fail if the passed buffer...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-06-27  Felix NawothnigRewrote the psapi test suite.
2004-10-22  Stefan LeichterFixed GetModuleBaseNameA tests for WinXP.
2004-07-12  Stefan LeichterFix tests of GetModuleFileNameA on 98/XP.
2004-06-28  Stefan LeichterSkip tests without error if psapi.dll could not be...
2004-06-15  Stefan LeichterMoved implementation of GetModuleBaseName from ascii...