Moved server.h to include/wine.
[wine] / dlls / kernel /
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...
2001-02-14  Andreas MohrCosmetics.
2001-02-12  Francois GougetChange the callback declarations to a safer format.
2001-02-12  Patrik StridvallDocumentation argument fixes.
2001-02-12  Rein KlazesAdded support for the Malayan language.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Alexandre JulliardChanged wait_process and wait_debug_event requests...
2001-01-26  Andreas MohrDon't open the comm handle with GENERIC_WRITE via FILE_...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-10  Alexandre JulliardAdded nls to EXTRASUBDIRS.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-04  Mike McCormackAdded Ulrich Weigand's description of KERNEL32_99.
2001-01-02  Marcus MeissnerImplement PrintDlg16 better (adding PrintDlgProc16...
2001-01-02  Andreas MohrAdded Reserved5 -> lstrcmp16.
2000-12-29  Mike McCormackImprove async i/o compatability. lpOverlapped->Internal...
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-12-27  Andreas Mohr- clarify many error messages
2000-12-22  Eric PouechAdded some 16 bit entry points needed by multimedia...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-19  Andrew JohnstonDocumentation update.
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-14  Nemeth PeterSome NLS updates.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Eric PouechFormatMessageA wasn't properly handling the %ls modifier.
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-12-06  Huw D M DaviesWelsh needs iso8859-14.
2000-12-05  Nerijus BaliunasFixed Serbian language code page.
2000-12-05  Rein KlazesSomes fixes for Dutch locales.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-12-01  Eric PouechFixed segstr to str proto.
2000-12-01  Aric StewartA number of additions to the nls files. Also one correc...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-27  Alexandre JulliardAdded entry for TerminateApp16.
2000-11-27  Alexandre JulliardChanged GetProcAddress16 and 16-bit resource functions...
2000-11-26  Alexandre JulliardMoved wsprintf functions to dlls/user.
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-25  Alexandre JulliardMoved GET_IP out of winnt.h.
2000-11-25  Nerijus BaliunasAdded missing locales to locale_rc.rc.
next