configure: Set rpath on all executables that link to libwine.
[wine] / loader / preloader.c
2006-07-31  Alexandre Julliardpreloader: Added support for the new style DT_GNU_HASH...
2006-07-31  Alexandre Julliardpreloader: Fixed type checking in symbol lookup.
2006-07-31  Alexandre Julliardpreloader: Properly use the ELF hash table when looking...
2006-07-24  Alexandre Julliardpreloader: Allocate more space in low memory as well...
2006-07-19  Alexandre Julliardpreloader: Make sure the WINEPRELOADRESERVE area doesn...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Alexandre Julliardpreloader: Workaround for broken no-exec protections.
2006-03-31  Alexandre Julliardloader: Hide the preloader from the ps output.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-26  Mike McCormackpreloader: Allow compiling the preloader with -fstack...
2005-12-14  Alexandre Julliardpreloader: Reserve some space for the shared user data.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-06-02  Marcus MeissnerElf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-15  Aaron ArveyAdded __bb_init_func for linking purposes.
2005-03-22  Mike HearnIncrease PE reserve area size to 512Mb.
2005-01-28  Rémi Assaillychar -> const char fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-09-24  Alexandre JulliardSupport compiling with -fPIC for people who somehow...
2004-07-06  Alexandre JulliardAvoid using strlen.
2004-06-28  Mike McCormackDefine AT_SYSINFO_* if it's missing.
2004-06-26  Alexandre JulliardRemove the AT_SYSINFO and AT_SYSINFO_EHDR values if...
2004-06-22  Alexandre JulliardDo direct Linux system calls in the preloader to avoid...
2004-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-06-03  Alexandre JulliardMake it possible to add auxiliary values to the existin...
2004-06-02  Alexandre JulliardAdded support for specifying the PE exe address range...
2004-06-01  Alexandre JulliardA few small fixes.
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...