Set the WINEPRELOADRESERVE variable when starting a new process.
[wine] / dlls / kernel / console.c
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-05  Alexandre JulliardReplaced LPINPUT_RECORD by PINPUT_RECORD.
2004-04-13  Christian CostaFixed typo.
2004-04-02  Hans LeidekkerGetConsoleInfo() pseudo stub.
2004-03-18  Richard CohenAdded some traces.
2004-03-17  Richard CohenFix relative screen resizing.
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-01-27  Dmitry TimoshkovUse case insensitive comparison with pseudo console...
2003-12-12  Eric PouechMoved all remaining console related code to dlls/kernel...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-10-08  Alexandre JulliardMoved a few more functions to the dlls/kernel directory.
2003-09-19  Eric PouechBy default, console handles are inheritable.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-23  Eric Pouech- in kernel32, replaced all {Enter|Leave}CriticalSectio...
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-05-13  Eric PouechFixed console output for non wrapped mode.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-21  Marcus MeissnerHandle the COORD <-> DWORD conversion the canonical...
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-09-04  Eric PouechNow passing some console parameters at wineconsole...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Eric PouechMoved all client-side console code to kernel.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-27  Andreas MohrSpelling/alignment fixes.
2001-12-04  Marcus MeissnerCopy the correct number of bytes in WriteConsoleInputA.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...