Taking into account wavemap and midimap there can be up to 8 output
[wine] / include / module.h
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
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-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-04  Alexandre JulliardConverted process creation 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-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-25  Alexandre JulliardMoved 16-bit calls initialization and exception handlin...
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-05-21  Alexandre JulliardMoved a couple of 16-bit module functions from to loade...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-03-26  Eric Pouech- no longer using kernel32's APIs but ntdll's
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
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-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-05  Eric PouechRemoved SO loading type.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
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-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Alexandre JulliardMoved useful NE format definitions to winbase16.h.
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-10-24  Alexandre JulliardRemoved GetResDirEntryA/W.
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-08-11  Dmitry TimoshkovMake FindResource and FindResourceEx fully windows...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-31  Ove KaavenRemoved DOS task fields from the NE_MODULE structure.
2000-06-08  Alexandre JulliardPass the main exe name in the CREATE_PROCESS debug...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-02-03  Ulrich WeigandAdded .spec keyword 'mode' to allow creating built...
1999-12-08  Ulrich WeigandDelay sending debug events until process initialization...
1999-12-05  Ulrich WeigandBugfix: Call DllEntryPoint for *every* process that...
1999-12-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-11-21  Ulrich WeigandSimplified hInstance creation/handling.
1999-11-10  Ulrich WeigandDetermine expected_version of PE buddies from the Subsy...
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-07-24  Ulrich WeigandRemoved MODULE_GetWndProcEntry16().
1999-07-15  Uwe BonnesAdd WINAPI for EntryAddrProc.
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-05-23  Alexandre JulliardUse the new debug functions to send debug events at...
1999-04-25  Bertho StultiensBuilt-in dlls now have resources attached via the PE...
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-16  Andreas Mohr- Implemented proper ("real", compressed) Win16 entry...
1999-03-27  Ulrich WeigandFixed sequence of DLL_PROCESS_DETACH notification calls.
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-10  Ulrich WeigandDeleted NE_FreePEResource().
1999-03-09  Juergen SchmiedFix use of wrong prototype from ntdll.h.
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-31  Ulrich WeigandModify NE_FindTypeSection and NE_FindResourceFromType...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-01  Alexandre JulliardTake into account handle inheritance flag.
1998-12-18  Ulrich WeigandReorganized PE module loading to prepare for elf-dll...
next