Use the exe name and file handle we got from the server also when
[wine] / loader / elf.c
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-06  Andreas MohrGet ELF_LoadLibraryExA back into a working state.
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
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-04  Ulrich WeigandFixed 32-bit module name handling to conform better...
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-12  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-22  Gerald Pfeifer#else branch compile fix.
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  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-01  Marcus Meissner"foo" was not translated to "foo.so" in elf loader.
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-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1998-11-01  Ulrich WeigandRun Winelib applications as 32-bit processes in the...
1998-10-27  Ulrich WeigandBugfix: memory overwrite bug.
1998-10-16  Uwe BonnesRenamed all LPIMAGE_* types to PIMAGE_*.
1998-10-11  Marcus MeissnerGeneric dynamic dll loader using dl*() API.