kernel32/tests: fni->FileName is not nul terminated in test_readdirectorychanges_cr.
[wine] / dlls / kernel32 / module.c
2011-10-03  Francois Gougetkernel32: Reset LastError if GetModuleFileName() succeeds.
2011-05-12  Jacek Cabankernel32: Moved GetModuleInformation implementation...
2011-05-12  Jacek Cabankernel32: Moved GetModuleFileNameEx[AW] to kernel32.
2011-05-12  Jacek Cabankernel32: Moved GetModuleBaseName[AW] implementation...
2011-05-12  Jacek Cabankernel32: Moved K32EnumProcessModules to module.c.
2011-01-24  Detlef Riekenbergkernel32: Don't mask when printing unsupported flags...
2010-10-28  André Hentschelkernel32: Update function docs for GetBinayType.
2010-09-20  Luca Bennatikernel32: Remove dead assignments.
2010-09-13  Mariusz Plucińskikernel32: New flags added to LoadLibraryEx.
2010-05-14  Detlef Riekenbergkernel32: Move a 16 bit related comment to krnl386.
2010-02-10  Michael Stefaniuckernel32: Avoid using HIWORD on types that are 64bit...
2010-01-18  Jason Edmeadeskernel32: Return error on second attempt to free a...
2009-12-31  Michael Stefaniuckernel32: Add missing stdarg.h includes.
2009-12-30  Alexandre Julliardkernel32: Make krnl386.exe into a stand-alone 16-bit...
2009-12-30  Alexandre Julliardkernel32: Do not include 16-bit headers in 32-bit files.
2009-10-28  Alexandre Julliardkernel32: Add a structure to store all the information...
2009-10-21  Alexandre Julliardkernel32: Return the appropriate binary type for 64...
2009-10-14  Stefan Dösingerkernel32: Make some functions hookable.
2009-10-08  Alexandre Julliardkernel32: Fix a couple of compiler warnings on 64-bit.
2009-10-08  Alexandre Julliardkernel32: Move the 16-bit PE module functions to kernel...
2009-08-12  Alexandre Julliardkernel32: Add a 64-bit flag to the MODULE_GetBinaryType...
2009-08-12  Alexandre Julliardkernel32: Check for a 32-bit NT header before getting...
2009-08-12  Alexandre Julliardkernel32: Return the dll flag in MODULE_GetBinaryType...
2009-08-12  Alexandre Julliardkernel32: Change MODULE_GetBinaryType return value...
2009-05-26  Alexandre Julliardkernel32: Remove the file parameter check again in...
2008-09-03  James Hawkinskernel32: Fix two tests that fail in win2k3 and modify...
2008-06-18  Dmitry Timoshkovkernel32: Make GetModuleFileName set ERROR_INSUFFICIENT...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2007-12-19  Andrew Talbotkernel32: Remove unneeded casts.
2007-05-16  Alexandre Julliardkernel32: Check for already loaded module also for...
2007-05-16  Alexandre Julliardkernel32: Support incrementing the module refcount...
2007-04-25  Rob Shearmankernel32: Add the directory the executable was loaded...
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.