Convert most of the file APIs to Unicode.
[wine] / loader / elf.c
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
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.