Fixed header dependencies to be fully compatible with the Windows
[wine] / loader / loadorder.c
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-04-27  Alexandre JulliardSilently ignore 'so' loadorder in the config file inste...
2003-03-05  Eric PouechRemoved SO loading type.
2003-02-17  Alexandre JulliardSet default loadorder to native for dlls that contain...
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-09-25  Dimitrie O. PaunBy default, we should use our own dlls.
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-16  Alexandre JulliardForce loadorder of 16-bit dlls to builtin if their...
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-03-28  Alexandre JulliardDon't strip out .exe extension.
2002-03-22  Alexandre JulliardProperly handle loadorder specifications containing...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-08-10  Eric PouechFixes for Solaris X86.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-03-21  Alexandre JulliardAdded "*" wildcard entry to DllOverrides to replace...
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-02  Andreas MohrBeautified the loadorder array (group DLLs according...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-15  Andreas MohrAdded ws2_32 loadorder.
2000-07-15  Andreas MohrAdded loadorder entry for the Linux glide3x library.
2000-06-13  Juergen Schmied- new dll shfolder.dll
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-02-19  Alexandre JulliardHard-coded DllPairs configuration; there is no need...
2000-02-16  Alexandre JulliardMoved SystemHeap allocations to the process heap.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-29  Andreas Mohr- add some documentation items
1999-12-11  Alexandre JulliardXiang Li
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-13  Eric PouechCorrect filename for kernel module is KRNL386.EXE.
1999-09-04  Huw D M Davieswinspool -> winspool.drv
1999-09-03  Eric PouechDo not remove .drv from filenames.
1999-08-15  Juergen SchmiedNew internal dll, exporting already existing path funct...
1999-07-30  Huw D M DaviesStrip .drv extensions to MODULE_GetLoadOrder.
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-17  Marcus Meissnerglide2x loadorder is "so,native".
1999-04-26  Bertho StultiensThe load order parser should not always complain about...
1999-04-25  Eric Pouechwine.conf should not overrule content of burned in...
1999-04-25  Marcus Meissnerdebug.h must be last in list of includes.
1999-04-25  Marcus MeissnerUse DllOverrides from wine.ini as defaults also in
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-22  Bertho StultiensChange wine's dlopen search-patch strategy not using...
1999-04-19  Bertho StultiensRemoved non-portable hacks and replaced them with more...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Eric PouechFixed memory freeing.
1999-04-18  Bertho StultiensNew files to support load order and partial stubs for...