Don't load user32 too early on for 16-bit apps, so that app-specific
[wine] / loader / task.c
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...
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-24  Alexandre JulliardRemoved process argument to PROCESS_CallUserSignalProc.
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-22  Ulrich WeigandAdapted to event synchronization changes.
1999-05-22  Ulrich WeigandAdded ExitKernel16 (replacing USER_ExitWindows), ExitPr...
1999-05-08  Ulrich WeigandRemoved TIMER_SwitchQueue.
1999-05-08  Ulrich WeigandSome initialization sequence bugfixes:
1999-05-04  Ulrich WeigandFixed various stupid bugs in services thread routines.
1999-05-03  Alexandre JulliardBug fixes.
1999-05-02  Alexandre JulliardDon't initialise the stacks for 32-bit processes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-15  Ulrich WeigandBugfix: Always release the Win16Lock in TASK_Reschedule.
1999-04-11  Ulrich WeigandSend USIG_PROCESS_CREATE signal.
1999-04-01  Ulrich WeigandImplemented PROCESS_CallUserSignalProc().
1999-03-27  Ulrich WeigandAllow UserYield16 to be called from 32-bit thread.
1999-03-22  Ulrich WeigandRun Win32 processes in their own threads.
1999-02-28  Alexandre JulliardUse server handles directly for Win32 handles. Removed...
1999-02-28  Alexandre JulliardProcess and thread id now use the server-side id instea...
1999-02-28  Ulrich WeigandProcess creation sequence reorganized:
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-21  Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-01-20  Ulrich WeigandAllow passing task handles to GetThreadQueue() and...
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-24  Ulrich WeigandUse Callout table instead of direct GetProcAddress.
1998-12-24  Ulrich WeigandHandle non-hardware X events correctly with native...
1998-12-09  Marcus MeissnerEnhanced Win32 Console (XTERM)
1998-12-07  Andreas Mohr- Several kernel.spec return type mismatch fixes
1998-11-26  Ulrich WeigandImplemented KERNEL.602 and stub for KERNEL.490.
1998-11-24  Ulrich WeigandBugfix: Call InitThreadInput in GetFastQueue with corre...
1998-11-14  Ulrich WeigandSome fixes to Wine startup/termination sequence with...
1998-11-08  Ulrich WeigandBugfix: really *do* switch to the initial task's stack.
1998-11-01  Ulrich WeigandImplemented new Wine startup sequence, separating start...
1998-10-25  Alexandre JulliardFixed bug in SwitchStackTo.
next