Added SystemParametersInfo unit test.
[wine] / dlls / kernel /
2002-02-27  Alexandre JulliardReimplemented DebugBreakProcess.
2002-02-27  Andreas MohrSpelling/alignment fixes.
2002-02-27  Eric PouechNew XP debugging APIs: implemented DebugActiveProcessStop,
2002-02-26  Marcus MeissnerFixed cut&paste problem in SETRTS.
2002-02-19  Lawson WhitneySupport for nonstandard baud rate in SetCommState.
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-29  Dmitry TimoshkovAdded GetComputerNameEx[AW] semi-stub.
2002-01-29  Patrik StridvallAvoid wildcards in .cvsignore.
2002-01-15  Alexandre JulliardAdded atom test script.
2002-01-12  Alexandre JulliardUpdated debug channels.
2002-01-06  Marcus MeissnerChange currency of the european Euro using countries...
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-12-20  Mike McCormack- move async activation into the server
2001-12-19  Uwe BonnesUse GlobalPageLock for GetVDMPointer32W16 pointers.
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardDo not call THUNK_Init at startup, only do it when...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-13  Mike McCormackOnly RTS_CONTROL_HANDSHAKE should set CRTSCTS.
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-12-04  Marcus MeissnerCopy the correct number of bytes in WriteConsoleInputA.
2001-12-04  Gerard PatelMisc fixes to DCB building from command line.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-19  James JuranPrevent warnings about labels at end of switch statemen...
2001-11-19  Francois GougetBetter relaying for _lcreat.
2001-11-12  Gerson KurzParity settings were not set properly in BuildCommDCBAn...
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-11-07  Mike McCormackIgnore DSR/DTR flow control in DCB. termios doesn't...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-21  Mike McCormackReturn TRUE on success in COMM_BuildOldCommDCB.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-09-10  Marcus MeissnerEnhanced GetCalendarInfo stub, added known CAL_* defines.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-08-22  Mike McCormackAdded stub for CancelIo.
2001-08-20  Mike McCormackStore the comm error value in the wineserver, not a...
2001-08-06  Marcus MeissnerSetCommConfig has 3 arguments, not 2.
2001-07-26  Patrik Stridvall- Moved comm related protoypes to the correct .h file.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-24  Mike McCormackMove 16-bit COMM code to USER dll.
2001-07-23  Mike McCormackRewrite BuildCommDCB16 to depend on BuildCommDCB, not...
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-20  Mike McCormackReplace service thread with ReadFileEx/WriteFileEx.
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-18  Mike McCormackUse GetCommState16 to save state in OpenComm16.
2001-07-17  Mike McCormackRewrite SetCommState16 to use SetCommState.
2001-07-14  Mike McCormackRewrite GetCommState16 using GetCommState.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-12  Mike McCormackImplement overlapped completion routines.
2001-07-12  Mike McCormackImplement COMM_MSRUpdate with GetCommModemStatus.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-11  Mike McCormackImplement FlushComm16 with PurgeComm.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-10  Mike McCormackRewrite EscapeCommFunction16 to use EscapeCommFunction.
2001-07-08  Mike McCormackUse HANDLEs instead of unix fds.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-07-02  Patrik StridvallFixed some issues found by winapi_check.
2001-06-25  Jau-Horng ChenAdded Traditional Chinese Support
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-19  Patrik StridvallFixed some issues found by winapi_check.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-07  Marcus MeissnerStub for GetQueuedCompletionStatus.
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-05-24  Dmitry TimoshkovRemove kernel32 dependency on user32 by implementing...
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-22  Dmitry TimoshkovSmall clean up.
2001-05-09  Duane ClarkAdd tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS...
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-27  Patrik StridvallDocumentation name fixes.
2001-04-20  Dominik StrasserDon't use RTSCTS if Str handshake is enabled.
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-04-09  James HathewayFill in StandardName field in struct returned from...
2001-04-09  Marcus MeissnerAdded some stubs for functions used by newer rpcrt4...
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-13  Hann-huei ChiouUpdated.
2001-03-13  James JuranAdded stub for SetThreadExecutionState (new function...
2001-03-08  Alexandre JulliardAdded version16.rc in RC_SRCS list.
2001-03-08  Nerijus BaliunasUpdated Latvian date format.
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-28  Przemyslaw BruskiAdded LOCALE_IDEFAULTMACCODEPAGE definition in most...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-26  Eric PouechAdded a few missing stubs to KERNEL32 and USER32.
2001-02-23  Dmitry TimoshkovAdd version information (16 and 32 bit) to core built...
2001-02-23  Valery KartelUpdated all fields with Ukrainian values.
2001-02-23  Andreas MohrBuildCommDCB16 had a rather broken baud rate handling.
2001-02-21  Alexandre JulliardAdded separate server pipe to wait on blocking server...
2001-02-14  Alexandre JulliardRemoved ordinal from functions that don't need a specif...
next