Fix warnings generated with -Wsign-compare.
[wine] / dlls / kernel /
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.
2004-05-03  Aric StewartStrip leading whitespace when adding a new value and...
2004-05-03  Jakob ErikssonPrevent from crashing/hanging in Windows 95 OSR2.
2004-05-01  Alexandre JulliardMoved most remaining file functions to dlls/kernel.
2004-05-01  Alexandre JulliardFixed last error code check in GetVolumeInformationW...
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Uwe BonnesFixed buffer overflow.
2004-04-30  Alexandre JulliardUse RtlDosPathNameToNtPathName_U to build the registry...
2004-04-29  Alexandre JulliardCreate the system heap event before the shared mapping...
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-28  Alexandre JulliardRemoved a number of internal file functions that are...
2004-04-28  Jakob ErikssonFixed tests to succeed on all Windows versions.
2004-04-28  Alexandre JulliardReimplemented Get/SetCurrentDirectoryW using the corres...
2004-04-27  Alexandre JulliardDefineDosDeviceW: implemented the DDD_REMOVE_DEFINITION...
2004-04-27  Alexandre JulliardRemoved todo_wine from some tests that succeed now.
2004-04-27  Alexandre JulliardReimplemented CreateDirectoryW and RemoveDirectoryW...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-26  Duane ClarkAdd testing of PeekNamedPipe, multiple writes, and...
2004-04-23  Alexandre JulliardReimplemented GetLogicalDrives, GetLogicalDriveStrings and
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-22  Jakob ErikssonWhen the Windows directory was something else than...
2004-04-21  Alexandre JulliardChanged MoveFileEx to use ntdll functions, and moved...
2004-04-21  Emmanuel MaillardGetSystemInfo support for Darwin.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesExW and GetCompressedFil...
2004-04-20  Francois GougetMake Unicode strings static const.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-19  Alexandre JulliardFixed ntdll_wcstoumbs and WideCharToMultiByte to set...
2004-04-17  Alexandre JulliardReimplemented GetDiskFreeSpaceW and GetDiskFreeSpaceExW...
2004-04-17  Alexandre JulliardMake FindFirstFileExW and FindFirstChangeNotificationW...
next