ole32: Add some more traces to the data cache to make debugging easier.
[wine] / libs / wine / loader.c
2006-08-23  Andrew Talbotlibwine: Cast-qual warning fix.
2006-07-17  Paul Millarlibwine: Add a configure check for setrlimit.
2006-06-27  Alexandre Julliardlibwine: Attempt to increase some user limits that...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-17  Alexandre Julliardlibwine: Added magic handling of dll path when running...
2006-02-17  Alexandre Julliardlibwine: Add the runtime library path to the front...
2006-02-16  Alexandre Julliardlibwine: New naming scheme for 16-bit builtin dlls.
2006-02-11  Alexandre Julliardlibwine: Use dladdr if supported to get the run-time...
2006-02-04  Alexandre Julliardlibwine: Added wine_dll_enum_load_path function to...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-17  Alexandre JulliardStore RVAs instead of pointers wherever possible in...
2005-09-15  Alexandre JulliardUse the NT descriptor address as start of the data...
2005-09-12  Alexandre JulliardOnly add the default dlldir to the search path if that...
2005-08-29  Alexandre JulliardUse the correct ordinal flag for Win64 support.
2005-07-10  Marcus MeissnerFixed signedness warnings.
2005-05-10  Robert LunnonAdd RTLD_FIRST flag to dlopen calls.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-03-23  Francois GougetAssorted spelling fixes.
2004-09-03  Mike McCormackFill in the MZ header in builtin PE DLLs.
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-05-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-25  Alexandre JulliardMoved environ definition to port.h.
2004-05-25  Emmanuel MaillardAdded environ support for Darwin.
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-01-02  Alexandre JulliardAdded wine_dll_get_owner function that retrieves the...
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-03  Alexandre JulliardPut better values for code and data sizes in the NT...
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
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-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-27  Todd VierlingUse MAP_TRYFIXED on NetBSD if available.
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-03-28  Yorick Hardystdint.h should be included for compiling on NetBSD.
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.