Interlocked LONG* gcc warning fixes.
[wine] / dlls / kernel /
2005-07-11  Alexandre JulliardLoad the HKEY_CURRENT_USER branch at server startup...
2005-07-11  Paul VriensBasic tests for LoadLibraryA and GetProcAddress.
2005-07-11  Alexandre JulliardA NULL module handle means 'main exe' in GetProcAddress...
2005-07-11  Uwe BonnesSTATUS_TIMEOUT is no error for Read|WriteFile.
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-07-10  Alexandre JulliardThe ordinal functions should not be exported by name.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-05  Mike McCormackFix some gcc 4.0 warnings.
2005-07-05  Mike McCormackFix gcc 4.0 warnings.
2005-07-03  Alexandre JulliardMoved all 16-bit relay code to the text section.
2005-07-03  Mike McCormackAvoid warnings in generated tests by casting sizeof...
2005-07-01  Alexandre JulliardMoved most of the implementation of CALL32_CBClient...
2005-06-30  Francois GougetTest the behavior of CreateDirectory() when it has...
2005-06-29  Alexandre JulliardGet rid of the old config conversion code.
2005-06-27  Uwe BonnesAdded test cases. However most added tests need a loopb...
2005-06-27  Eric PouechImplemented OpenThread on top of NtOpenThread.
2005-06-27  Eric PouechImplemented OpenProcess on top of NtOpenProcess.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2005-06-27  Jacek CabanFix test on NT 4.
2005-06-25  Alexandre JulliardRemove some i386 ifdefs for 16-bit entry points since...
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-21  Alexandre JulliardDon't require execute permission for thread stacks.
2005-06-20  Mike McCormack- avoid winternl.h depending on winbase.h
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-17  Marcus MeissnerSpecify enough buffer for id[] (20 chars are not enough).
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-16  Alexandre JulliardRemoved the DOS version option, specifying the Windows...
2005-06-14  Alexandre JulliardMoved debugging config options to HKCU\Software\Wine...
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-14  Mike McCormackFix warnings from -Wmissing-declarations.
2005-06-14  Mike McCormackFix declaration warnings in the test cases.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-12  Felix NawothnigAdd a workaround for Win9x apps which pass the paramete...
2005-06-10  Mike McCormackDependency fixes for winternl.h.
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-06-06  Alexandre JulliardFetch the stack selector to use from the previous stack...
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-06-05  Alexandre JulliardDon't bother looking for a resource directory in free...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-06-05  Mike HearnSuppress the noisy SetNamedPipeHandleState fixme.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-06-02  Mike McCormackMake sure that unused code gets compiled to avoid warnings.
2005-06-02  Marcus MeissnerAdded stubs for GetVolumePathName(A,W).
2005-05-31  Ivan Leo PuotiAdded IDT emulation.
2005-05-31  Alexandre JulliardFixed RtlIsTextUnicode prototype, and made it properly...
2005-05-31  Mike McCormackSome warning fixes for the regression tests.
2005-05-29  Dimi PaunFix indentation.
2005-05-27  Ivan Leo PuotiAdded some privileged instructions emulation.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-05-24  Rein KlazesWork around a problem where WriteFile is asked to write...
2005-05-24  Hans LeidekkerFix uninitialized warnings.
2005-05-24  Steven EdwardsSplit Win16 and Win32 toolhelp functions.
2005-05-23  Alexandre JulliardSupport unloading 16-bit builtin modules, and properly...
2005-05-23  Kevin KoltzauImplement Module32FirstW/NextW.
2005-05-23  Alexandre JulliardMoved the generated code segment for 16-bit builtins...
2005-05-23  Alexandre JulliardComment out stub WEP entry points so that we can call...
2005-05-20  Alexandre JulliardGenerate 16-bit resources in the proper format inside...
2005-05-19  Alexandre JulliardRenamed __wine_(un)register_dll_16 to __wine_dll_(un...
2005-05-19  Alexandre JulliardUse a memory mapping instead of file I/O to load 16...
2005-05-19  Dimi PaunRename back local_compact to LOCAL_Compact for consistency.
2005-05-18  Alexandre JulliardMoved entry point definitions from module.h to kernel16...
2005-05-18  Alexandre JulliardGenerate the 16-bit module header in the standard on...
2005-05-18  Emmanuel MaillardAdded Darwin 8.0 specific headers.
2005-05-18  Alexandre JulliardSplit the module building functionality of NE_LoadExeHe...
2005-05-18  Alexandre JulliardRemoved implementation of LoadDIBIconHandler16 and
2005-05-18  Pierre d'HerbemontRemove stdlib.h inclusion if winsock.h is included.
2005-05-18  Alexandre JulliardChanged SNOOP16_RegisterDLL to take a module handle...
2005-05-18  Dimi PaunRemove the LOCAL_*() function calls from KERNEL.
2005-05-17  Alexandre JulliardRenamed some fields in NE_MODULE to use the same name...
2005-05-17  Alexandre JulliardUse the exported IMAGE_OS2_HEADER to generate the modul...
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-16  Dimi PaunUse the standard Local*16() instead of LOCAL_*() functions.
2005-05-16  Alexandre JulliardMoved data structures for 16-bit relay calls to winbase...
2005-05-16  Dimi PaunAvoid using some LOCAL_*() functions.
2005-05-14  Dimi PaunMake LOCAL_*() just wrappers around Local*16() functions.
2005-05-14  Alexandre JulliardStore the 16-bit stack pointer in the WOW32Reserved...
2005-05-11  Mike McCormackStub implementation for GetGeoInfo.
2005-05-11  Mike McCormackAdd Module32FirstW and Module32NextW exports.
2005-05-10  Eric PouechGet rid of include/miscemu.h.
2005-05-10  Eric PouechMoved DOS memory handling to winedos.
2005-05-10  Eric Pouech- changed ATOM support in wineserver to match NTDLL...
2005-05-09  Andreas MohrFix for CommConfigDialog*() hwnd argument.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardConverted all the kernel32 register functions to the
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-05-06  Francois GougetAssorted spelling fixes.
2005-05-04  Hans LeidekkerBump version number to XP SP2.
2005-04-27  Eric Pouech- delayed initialisation of BIOS and SYSTEM information...
2005-04-27  Alexandre JulliardRemoved the MESSAGEQUEUE structure, and store the corre...
2005-04-24  Mike McCormackTests for SignalObjectAndWait.
2005-04-24  Mike McCormackImplemented SignalObjectAndWait.
next