Moved WINE_MODREF definition to loader.c.
[wine] / loader / task.c
2003-09-18  Alexandre JulliardMoved a couple more functions to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-26  Alexandre JulliardMoved a few more functions to dlls/kernel.
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-07-02  Alexandre JulliardAvoid accessing uninitialized variable in TASK_Create...
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2002-12-13  Alexandre JulliardDon't crash in DirectedYield16 if no other task is...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-10-19  Alexandre JulliardGet/SetFastQueue16 should use HQUEUE16 handles.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-03-23  Alexandre JulliardRemoved service thread support.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-07-30  Alexandre JulliardFixed HTASK/HTASK16 handle mismatch.
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
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-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Alexandre JulliardRemoved unneeded inclusion of queue.h.
2001-05-24  Andreas MohrSpelling fixes.
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
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-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-27  Andreas MohrImplemented TerminateApp needed for DBase 5.0.
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-02  Andreas MohrMake sure that we skip tasks with missing hInstance.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-08-26  Alexandre JulliardRemoved calls to ConvertToGlobalHandle and MakeCritical...
2000-08-21  Andreas MohrTransform every ERR() to WARN() in MakeProcInstance.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-07-31  Alexandre JulliardSkip quoted program name when building command line.
2000-07-30  Ove KaavenRemoved usage of obsolete pModule->lpDosTask.
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-16  Andreas MohrSpelling fixes.
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-04  Ulrich WeigandMoved stack switch handling (large stack) to sysdeps.c
2000-05-30  Alexandre JulliardMake sure initial task is not marked as 32-bit.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-19  Ulrich WeigandFixed initialization of INSTANCEDATA in InitTask().
2000-05-11  Bernd HerdMake sure hInstance is a proper global handle and not...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-07  Andreas MohrSeveral fixes to MakeProcInstance.
2000-02-18  Alexandre JulliardStore the handle of the process exe file in the server.
2000-01-17  Ulrich WeigandFixed race between Win16 parent and child for first...
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-12-05  Ulrich WeigandCall 16-bit instead of 32-bit UserSignalProc entry...
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-10-23  Uwe BonnesIgnore wrong hInstance.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-09-20  Ulrich WeigandDon't create thunk for task signal proc, call it directly.
1999-09-20  Ulrich WeigandBugfix: Improved GetCodeHandle16 / GetCodeInfo16.
1999-08-18  Ulrich WeigandBugfix: restore STACK16FRAME fields in SwitchStackBack16.
1999-08-15  Ulrich WeigandAdapted to new-style Wine thunks.
1999-08-01  Alexandre JulliardMade stack manipulation macros into inline functions.
1999-07-31  Ulrich WeigandImplemented KERNEL.447 (WIN32_OldYield16).
1999-07-30  Ulrich WeigandBugfix: Install task-entry breakpoint *after* EXE modul...
1999-07-12  Ulrich WeigandFixed bugs introduced by 'register' and 'return' functi...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Ulrich WeigandFix InitTask() to work if DGROUP was manually resized.
1999-07-03  Ulrich WeigandBugfix: TASK_CallToStart didn't pass correct hInstance...
1999-07-03  Ulrich WeigandOn NE process creation, move major part of NE EXE modul...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Alexandre JulliardMerged THDB and TEB structures.
1999-06-06  Ulrich Weigand16-bit scheduler reorganized: run all tasks in their...
next