Delay sending debug events until process initialization is complete.
[wine] / loader / elf.c
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.