Avoid local WINAPI function pointers in _invoke.
[wine] / dlls / kernel /
2003-04-17  Martin FuchsFixes for SystemTimeToTzSpecificLocalTime() and
2003-04-17  Uwe BonnesFindFirstFile on root directory should fail.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-08  Michal Janusz MiroslawAdd stub for InvalidateNLSCache.
2003-04-03  Michael StefaniucAdd some missing HeapFree's and one missing free.
2003-04-03  Paul McNettStubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...
2003-03-26  Maxime BellengéStubs for EnumSystemLanguageGroups{A|W}.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardMoved date/time/currency format handling to new lcformat.c.
2003-03-20  Alexandre JulliardMoved a couple of locale functions from ole2nls.c into...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-18  Alexandre JulliardImplemented file locking functions (partly based on...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-03-14  Rein KlazesAdded stub for GetDevicePowerState().
2003-03-14  Alexandre JulliardWarning fixes.
2003-03-12  Marcus MeissnerFixed 2 fd leaks in comm functions.
2003-03-04  Stefan LeichterAdded tests for GetPrivateProfileInt.
2003-03-04  Jukka HeinonenMove decoding of long file name functions to winedos.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-27  Alexandre JulliardMoved CreateThread16 to kernel, and made it use WOWCall...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-26  Mike HearnImplemented GlobalMemoryStatusEx().
2003-02-25  Dan KegelNow compiles on windows. Added a couple more checks.
2003-02-19  Alexandre JulliardAdded pipe.ok.
2003-02-19  Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-19  Dan KegelAdded check for illegal pipe names.
2003-02-19  Jukka HeinonenWhen updating the edited line, remember to update attri...
2003-02-11  Martin FuchsFixed time zone calculation.
2003-02-11  Alexandre JulliardAuthors: Francois Gouget <fgouget@free.fr>, With help...
2003-01-24  Alexandre JulliardRemoved no longer needed inclusion of heap.h.
2003-01-20  Francois Gouget{Get,Set}ThreadPriorityBoost are stubs on Win98.
2003-01-16  Bill MedlandCorrect GetDateFormat handling of uninitialised fields...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2003-01-13  Robert Shearman- Add some stubs.
2003-01-13  Eric PouechAdded tests for environment variables, debug and suspen...
2003-01-09  Eric PouechSet the edition mode as a specific attribute, not an...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-09  Eric Pouech- no longer depend on toolhelp definitions for generati...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Dominik StrasserImplement VerSetConditionMask by forwarding to ntdll.
2003-01-02  Alberto MassariAdd stub implementation for ReplaceFile.
2003-01-02  Eric PouechRemoved unused #include of module.h.
2003-01-02  Chris MorganUse the locale id we created instead of the system...
2002-12-19  Francois GougetOn Win9x "hi\n" gives us "hi\r\n".
2002-12-19  Chris MorganAdd additional tests for GetTimeFormat() and GetDateFor...
2002-12-19  Martin FuchsImplementation of SystemTimeToTzSpecificLocalTime(...
2002-12-19  Francois GougetDeclare LocalDiscard and GlobalDiscard (used by kernel...
2002-12-18  Francois GougetImprove error reporting.
2002-12-18  Francois GougetAll filenames containing a ":" are invalid on Win9x...
2002-12-18  Francois Gouget#ifdef-out decodeW since it is not used yet.
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-12-17  Alexandre JulliardImplemented the Fiber* functions (with the help of...
2002-12-16  Andreas MohrAdded some Win3.1 export stubs.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-13  Alexandre JulliardAvoid casts between LARGE_INTEGER and FILETIME.
2002-12-13  György 'Nog' Jeney- Reimplement time functions using ntdll functions.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Francois GougetMention the applications that depend on the behavior...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Francois GougetDon't test whether Get{Currency,Date,Number,Time}Format...
2002-12-12  Francois GougetAdd stubs for missing APIs.
2002-12-12  Francois GougetSkip the Unicode tests on Win9x.
2002-12-12  Francois GougetFix the error codes returned by DeleteFile{A,W} to...
2002-12-12  Francois GougetThe Win9x platforms support WideCharToMultiByte and
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-11  György 'Nog' Jeney- Implement RtlLocalTimeToSystemTime and RtlSystemTimeT...
2002-12-11  Francois Gouget'"' is an illegal character on Win9x so we cannot test it.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-12-02  Jukka HeinonenRename old DOS3Call as INT_Int21Handler and make new...
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
2002-11-30  Hleb ValoskaSome fixes to Belarusian locale.
2002-11-30  Francois Gouget{Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso...
2002-11-30  Francois GougetGetDiskFreeSpace(all NULLs) crashes on NT4 -> removed.
2002-11-30  Francois GougetSetEnvironmentVariableA(NULL, NULL) crashes on Win98...
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-27  Steve LustbaderProvide stubs for DnsHostnameToComputerNameA/W.
2002-11-27  Patrik StridvallFixed some issues found by winapi_check.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-27  Bill MedlandCorrect GetNumberFormatA for zero decimals and for...
2002-11-25  Steve LustbaderStubs for CreateTimerQueue and DeleteTimerQueueEx.
2002-11-25  Alexandre JulliardMoved some GetThreadTimes tests out of the todo block.
2002-11-25  György 'Nog' Jeney- Move SetSystemTime, GetTimeZoneInformation and
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-21  Marcus MeissnerHandle the COORD <-> DWORD conversion the canonical...
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-20  Jukka HeinonenRemove some Win32s specific code.
2002-11-20  Jukka HeinonenRemoved obsolete code.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-18  Vincent BéronAdded netdb.h protection.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-15  Alexandre JulliardWarning fixes.
2002-11-15  Ryan CummingImplemented GetFileSizeEx (based on a patch by Steve...
next