Adjust stack pointer in wine_switch_to_stack to prevent segmentation
[wine] / libs / wine / loader.c
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.