Added _vsnwprintf (needed by some native XP dlls).
[wine] / dlls / ntdll / loader.c
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-03-19  Alexandre JulliardAdded workaround for broken dlls that modify ebx in...
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-02-24  Alexandre JulliardReturn right away from import_dll when a dll is not...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2003-12-31  Mike HearnPrint exe name when initialization fails.
2003-12-03  Alexandre JulliardRemoved no longer used extra space allocated in the...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardBetter support for loading exe files as libraries.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Alexandre JulliardAllocate a memory view for builtin dlls so that Virtual...
2003-10-28  Alexandre JulliardRepaired relay debugging for kernel and ntdll (spotted...
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-14  Gerald PfeiferFix function pointer variable declaration in __wine_pro...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-10  Alexandre JulliardFixed importing of dlls with no exports (reported by...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-07  Alexandre JulliardRewrite of the dll file search algorithm to better...
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-18  Alexandre JulliardPrint status codes in hex.
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-06-27  Alexandre JulliardMake sure to return an error if load_dll fails because...
2003-06-27  Troy RolloRemoved FIXME when loading second exe file.
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-13  Robert ShearmanFix NULL pointer error when displaying error message...
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Alexandre JulliardTrap exceptions in RtlImageNtHeader.
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.