Added a DOS text mode memory buffer copy in order to be able to tell
[wine] / loader /
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-06-20  Alexandre JulliardAvoid loading programs into the DOS memory area.
2002-06-13  Alexandre JulliardDon't go through the export table if we are not tracing...
2002-06-04  Alexandre JulliardDon't free the stack selector, it's freed in ExitThread...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Francois GougetFixed the WinExec prototype.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-04-01  Eric PouechRemoved a couple of now obsolete FIXMEs.
2002-03-28  Alexandre JulliardDon't strip out .exe extension.
2002-03-23  Alexandre JulliardRemoved service thread support.
2002-03-22  Alexandre JulliardProperly handle loadorder specifications containing...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-31  Alexandre JulliardLOAD_LIBRARY_AS_DATAFILE modules must be mapped like...
2002-01-18  Bill MedlandPrevent trying to handle uninitialised memory as a...
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-11-30  Andrew Lewyckydo_relocations: process relocation blocks with a Virtua...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-11  Josh ThielenWrong handle was being closed.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-10  Eric PouechFixes for Solaris X86.
2001-08-09  Andreas MohrSpelling fixes.
2001-07-30  Alexandre JulliardFixed HTASK/HTASK16 handle mismatch.
2001-07-26  Patrik StridvallFixed some warnings.
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Alexandre JulliardDon't call SNOOP_RegisterDLL on builtins.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-05-24  Andreas MohrSpelling fixes.
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-10  Alexandre JulliardReally free the memory on dll unload.
2001-05-08  Francois GougetPrint the tid in the first column when +tid is specified.
2001-05-02  Alexandre JulliardUncommented the VirtualFree call on dll unload.
2001-04-16  Ove KaavenLet LOAD_LIBRARY_AS_DATAFILE load the builtin dll if...
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-03-28  Alexandre JulliardDon't load user32 too early on for 16-bit apps, so...
2001-03-21  Alexandre JulliardAdded "*" wildcard entry to DllOverrides to replace...
2001-03-21  Alexandre JulliardDisable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
2001-03-21  Dmitry TimoshkovAllow loading of built-in dlls with LOAD_LIBRARY_AS_DAT...
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-03-10  Francois GougetFixed spelling/typos in comments.
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-21  Gerard PatelFix the cmdline argument passed to NE_CreateThread...
2001-01-20  Alexandre JulliardDisplay the importing dll in the 0xdeadbeef message.
2001-01-15  Ulrich WeigandDon't call a NE DLL's DllEntryPoint twice during one...
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-06  Eric PouechForced loading of msacm32 when msacm is loaded.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-24  François GougetFixed a few type clashes in preparation for the switch...
2000-12-22  Alexandre JulliardNo longer try to load builtin library when loadorder...
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
next