kernel32: ReadDirectoryChangesW fixes.
[wine] / dlls / kernel / task.c
2006-01-10  Robert Shearmankernel: Remove wine/server.h include from files where...
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-29  Alexandre JulliardMoved TaskFindHandle16 to toolhelp16.c.
2005-08-11  Alexandre JulliardMake 16-bit task properly inherit the current directory...
2005-08-10  Alexandre JulliardUse the proper WOW functions everywhere instead of...
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-05-17  Alexandre JulliardRenamed some fields in NE_MODULE to use the same name...
2005-05-16  Alexandre JulliardMoved a bunch of definitions out of module.h into a new
2005-05-16  Alexandre JulliardRemoved the special casing of kernel32 and ntdll for...
2005-05-16  Alexandre JulliardMoved the remaining stack frame definitions to kernel_p...
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-18  Peter Berg LarsenStrncpy elimination.
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-09-18  Alexandre JulliardMoved synchronization and syslevel routines to dlls...
2003-09-18  Alexandre JulliardMoved the 16-bit environment support to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-27  Alexandre JulliardRemoved some no longer needed definitions from stackfra...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...