Release 1.5.29.
[wine] / loader /
2006-06-23  Alexandre Julliardlibwine: Added entry for sigprocmask in the pthread...
2006-06-23  Alexandre Julliardwine-pthread: Set thread scope to force using kernel...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-19  Alexandre Julliardloader: Attempt to detect broken vmsplit setups.
2006-04-12  Alexandre Julliardpreloader: Workaround for broken no-exec protections.
2006-03-31  Alexandre Julliardloader: Hide the preloader from the ps output.
2006-03-20  Alexandre Julliardconfigure: Use --rpath when linking dlls too.
2006-02-20  Alexandre Julliardconfigure: Use --rpath if supported when building binar...
2006-02-17  Alexandre Julliardconfigure: Default to building wine-pthread on non...
2006-02-16  Alexandre Julliardlibwine: Try the current load path in priority before the
2006-02-15  Emmanuel Maillardloader: Reserve memory area on Darwin (based on Steve...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-02-14  Eric Pouechloader: Added missing attr destroy.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-26  Mike McCormackpreloader: Allow compiling the preloader with -fstack...
2006-01-24  Alexandre Julliardloader: Detect pthread_get_stackaddr_np returning the...
2006-01-14  Alexandre JulliardGet rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR...
2005-12-14  Alexandre Julliardpreloader: Reserve some space for the shared user data.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-06-17  Alexandre JulliardMove the loader a bit higher in memory to leave more...
2005-06-15  Alexandre JulliardMoved the wine manpage to the loader/ directory.
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-10-19  Hans LeidekkerProtect use of pthread functions with #ifdef HAVE_PTHRE...
2004-10-18  Alexandre JulliardRestore lost chunk of previous patch.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Vincent BéronFix the declaration of pthread_mutexattr_gettype().
2004-09-24  Alexandre JulliardSupport compiling with -fPIC for people who somehow...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs.
2004-07-21  Emmanuel Maillardwine_pthread_init_thread: retrieve the stack info on...
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-24  Alexandre JulliardUse wine_dlsym instead of dlsym to avoid the glibc...
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-15  Francois GougetAssorted spelling and case fixes.
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
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-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-03-30  Alexandre JulliardFixed rounding bug in the stack info calculation when...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-11  Alexandre JulliardBetter fix for the thread exit race on pthreads.
2004-02-11  Alexandre JulliardDon't depend on the name of the main binary, always...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-20  Alexandre JulliardDisable the exec shield workaround for now, it's causin...
2003-12-30  David BeckAdded RFTHREAD flag in rfork call.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded a wine-glibc binary that detects the glibc thread...
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-11  Alexandre JulliardOnly build both Wine binaries on Linux, pthread support...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-11-06  Alexandre JulliardMoved loader/module.c to dlls/kernel.
2003-10-14  Dmitry TimoshkovConvert GetBinaryType to unicode.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-26  Alexandre JulliardAvoid depending on MODULE_GetBinaryType in load_library...
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-18  Alexandre JulliardMoved a couple more functions to dlls/kernel.
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-26  Alexandre JulliardMoved a few more functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-08-18  Dmitry TimoshkovWindows ignores values of e_cparhdr and e_crlc of the...
2003-07-21  Pierre d'HerbemontAdd Mach-O (Darwin file format) support.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-02  Alexandre JulliardAvoid accessing uninitialized variable in TASK_Create...
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Alexandre JulliardMoved a couple of 16-bit module functions from to loade...
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
next