- implemented LdrGetProcedureAddress and made use of it for
[wine] / 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
2003-02-28  Alexandre JulliardOnly do the unload_dll server call at the time we actua...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-15  Eric PouechDon't fully process FreeLibrary when process is stopping.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-15  Alexandre JulliardFixed reference count handling to support LoadLibrary...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Dmitry TimoshkovRelax a bit PE consistency checks.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
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-07-05  Alexandre JulliardFixed GetModuleFileNameW return value.
2002-07-05  Joshua ThielenChanged GetModuleFileNameA to use GetCurrentTask instead of
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-05-19  Francois GougetFixed the WinExec prototype.
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-04-01  Eric PouechRemoved a couple of now obsolete FIXMEs.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-31  Alexandre JulliardLOAD_LIBRARY_AS_DATAFILE modules must be mapped like...
2002-01-18  Bill MedlandPrevent trying to handle uninitialised memory as a...
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-10  Alexandre JulliardReally free the memory on dll unload.
2001-05-02  Alexandre JulliardUncommented the VirtualFree call on dll unload.
2001-04-16  Ove KaavenLet LOAD_LIBRARY_AS_DATAFILE load the builtin dll if...
2001-03-21  Dmitry TimoshkovAllow loading of built-in dlls with LOAD_LIBRARY_AS_DAT...
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-20  Alexandre JulliardDo not call thread attach/detach routines during proces...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-10-25  Andreas MohrFree the Win16 dummy module and wm->deps.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-22  Andreas MohrFixed WinExec16 to handle quoted filenames correctly.
2000-09-10  Eric PouechFixed loader - broken search for already loaded modules.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-01  Peter GantenWinExec16 should not split quoted filenames with spaces.
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-07-26  Andreas MohrAdded detection code for very old Windows (1.1, 2.0...
2000-07-16  Marcus MeissnerTransmit current directory settings to newly created...
2000-07-08  Andreas MohrRename MODULE_InitDll to MODULE_InitDLL for the sake...
2000-06-24  Alexandre JulliardMake sure the cmdline passed to CreateProcessA is write...
2000-06-08  Alexandre JulliardUse FILE_SHARE_READ to open the file in GetBinaryTypeA.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-15  Alexandre JulliardRewrote command-line parsing of CreateProcessA to be...
2000-04-15  Alexandre JulliardImproved Winelib apps initialisation code. No longer...
2000-04-13  Eric PouechLet CreateProcess launch unix executable without a...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-19  Alexandre JulliardHack: always try builtin module before elf or elfdll...
2000-03-17  Alexandre JulliardHave threads and processes exit more cleanly whenever...
2000-03-09  Alexandre JulliardStore the list of loaded dlls in the server, and genera...
2000-03-08  Ulrich Czekallawm->modname might be invalid at the end of FreeLibrary.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-08  Alexandre JulliardRemoved PDB32_DEBUGGED flag and send all debug events...
2000-02-20  Andreas MohrIt seems to be GetModuleFileName16 that checks exe...
next