Fix signed/unsigned comparison warnings.
[wine] / dlls / kernel /
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-09-14  Vincent BéronImplement BeginUpdateResource and UpdateResource.
2004-09-13  Eric PouechFixed (finally) ScrollConsoleScreenBuffer implementation.
2004-09-10  Andreas MohrDon't reject OS/2 programs, try to carry on in DOS...
2004-09-10  Rein KlazesAdd tests of TzSpecificLocalTimeToSystemTime and
2004-09-10  Rein KlazesFixed TzSpecificLocalTimeToSystemTime and
2004-09-09  Alexandre JulliardComment out an unreliable test.
2004-09-09  Alexandre JulliardFixed the check for removable media in load_pe_exe...
2004-09-08  Francois GougetSet _WIN32_WINNT to 0x0501 so we get the definition of
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-09-07  Mike McCormackAdd a test for timers.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-08-30  Filip Navara- Don't expect that drive C: exists, use the drive...
2004-08-26  Robert ShearmanImprove documentation for debugger functions.
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-24  Francois GougetFix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I...
2004-08-24  Robert ShearmanAdded GetProcessId.
2004-08-23  Dmitry TimoshkovGetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo...
2004-08-19  Francois GougetRemove types that don't exist from tests.dat.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Alexandre JulliardThe argv array passed to the app needs to be in the...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-08-13  Robert ReifFix BSD build.
2004-08-13  Alexandre JulliardWe don't need the shared heap on non-i386 platforms.
2004-08-13  Robert ReifUse GlobalMemoryStatusEx in GlobalMemoryStatus rather...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-04  Mike McCormackMoved FlushInstructionCache to ntdll.
2004-07-30  Alexandre JulliardAdded support for getting and setting the UI language.
2004-07-23  Vincent BéronRemove last winedefault.reg reference in the code.
2004-07-23  Alexandre JulliardAvoid lvalue casts (based on a patch by Marcus Meissner).
2004-07-20  Alexandre JulliardRewrote load_messageA/W to deal properly with multibyte...
2004-07-20  Mike HearnMake STARTUPINFO.lpDesktop tests pass on NT.
2004-07-16  Shachar ShemeshSystem default locale in Windows determines the ANSI...
2004-07-16  Alexandre JulliardPass the environment for a child process through the...
2004-07-16  Alexandre JulliardSupport for large profile values (based on a patch...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-07-13  Rein KlazesIn GetVolumeInformationW handle the case when there...
2004-07-09  Rob ShearmanAdd TRACE to ReadFileEx.
2004-07-07  Roger OlsonAdded stub for CreateRemoteThread().
2004-07-07  Dmitry TimoshkovInitialize also ACP, OEMCP and MACCP in registry on...
2004-07-06  Mike HearnCorrect error code returned by CreateFile when given...
2004-07-04  Vitaly LipatovReturn proper codepage value in GetCPInfoEx.
2004-06-24  Alexandre JulliardIn GlobalMemoryStatus, also cap the sum of dwAvailPhys and
2004-06-17  Stefan LeichterFix the GetPrivateProfileIntA tests for the win9x platform.
2004-06-17  Alexandre JulliardAdded a couple of tests for SetCurrentDirectoryA.
2004-06-16  Marcus MeissnerFixed some illegal lvalue casts / increments.
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-06-15  Dmitry Timoshkov- Fix erroneous use of LOCALE_SDATE in the place of...
2004-06-15  Alexandre JulliardAdded magic number in the FindFirstFile structure to...
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-06-14  Alexandre JulliardRewrote SetFilePointer to use SetFilePointerEx.
2004-06-14  Mike McCormackImplemented SetFilePointerEx.
2004-06-14  Eric PouechConst correctness, pointer cast correctness, removed...
2004-06-14  Eric Pouech- Added ProcessBasicInformation class to ntdll.NtQueryI...
2004-06-14  Robert ShearmanUse the same path transformation for WaitNamedPipe and
2004-06-14  Rein KlazesSet last error value to ERROR_CALL_NOT_IMPLEMENTED...
2004-06-04  Rein KlazesFix a crash when launching Unix executables.
2004-06-04  Dimitrie O. PaunIn Win9x, {Create,Remove}Directory returns ERROR_PATH_N...
2004-06-04  Dimitrie O. PaunWin9x does not convert FIXED to MOVEABLE. It also disca...
2004-06-03  Robert ReifI got the test for failure on NT wrong in my last patch...
2004-06-03  Alexandre JulliardSet the WINEPRELOADRESERVE variable when starting a...
2004-06-02  Raphael JunqueiraSemi stubs for GetSystemWow64Directory[AW].
2004-06-02  Dimitrie O. PaunDo not fix the drive letter to 'C', it fails on other...
2004-06-01  Mike HearnUse TRACE rather than FIXME for check_resource_write.
2004-05-30  Robert ReifNT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-28  Mike HearnPrint module name when calling LibMain.
2004-05-28  Alexandre JulliardEnsure that we can initialize the DOS memory area corre...
2004-05-27  Rein KlazesFix the missing tread ID of some snoop return traces.
2004-05-25  Alexandre JulliardAllocate the shared heap inside the Win9x shared memory...
2004-05-25  Alexandre JulliardOnly create the shared heap when Windows version is...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-25  Dmitry TimoshkovAvoid a failure under Win9x.
2004-05-24  Dmitry TimoshkovExplicitly specify name of the pipe in the pipe test.
2004-05-24  Eric PouechSome fixes to module browsing.
2004-05-22  Dmitry TimoshkovAdd a test for opening an already opened file for writi...
2004-05-22  Christian CostaAdded some traces to kernel file functions.
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2004-05-20  Alexandre JulliardDon't use the Wine debug functions.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-18  Eric PouechAdded some missing prototypes.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-14  Alexandre JulliardUse environment variables instead of config file entrie...
2004-05-14  Alexandre JulliardSet environment variables from the HKCU\Environment...
2004-05-14  Alexandre JulliardFixed some of the GetShortPathName tests to use the...
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-05-06  Dimitrie O. PaunRemove the last remaining wine options when running...
2004-05-05  Alexandre JulliardSet additional environment variables at startup from
2004-05-05  Alexandre JulliardReplaced LPINPUT_RECORD by PINPUT_RECORD.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardAvoid killing threads with TerminateThread, this can...
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-05-03  Alexandre JulliardMake GetVolumeInformation default to reporting NTFS...
2004-05-03  Alexandre JulliardOF_CREATE should force write access in OpenFile.
next