A few small fixes.
[wine] / dlls / kernel /
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...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-04-16  Alexandre JulliardAdded hack to fetch the current directory from the...
2004-04-16  Alexandre JulliardUpdate the drive environment strings when changing...
2004-04-15  Alexandre JulliardGet rid of the TEB flags, they are no longer used.
2004-04-15  Alexandre JulliardStarted implementing support for the SubSystemTib field...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Rein KlazesAdd missing POSIX baud rates to GetCommState and SetCom...
2004-04-14  Alexandre JulliardReplaced create_file server requests by a call to NtCre...
2004-04-13  Christian CostaFixed typo.
2004-04-12  Alexandre JulliardCreate the devices earlier on during startup.
2004-04-12  Rein KlazesFix GetCommState and SetCommState, so that these functi...
2004-04-08  Aric StewartEmpty values need to be preserved as empty values and...
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-06  Alexandre JulliardGet rid of the removable media handling in the server.
2004-04-05  Lionel UlmerAdd better NULL checks to lstrcmp[i](A/W) functions.
2004-04-03  Alexandre JulliardReimplemented DeleteFile by using CreateFile with
2004-04-02  Alexandre JulliardRemoved the FailReadOnly option, this is now the defaul...
2004-04-02  Alexandre JulliardDon't try to get the file time if the file wasn't found.
2004-04-02  Hans LeidekkerGetConsoleInfo() pseudo stub.
2004-04-01  Raphael JunqueiraAdded some stubs.
2004-03-30  Alexandre JulliardGet the drive root directories from the symlinks in...
2004-03-30  Alexandre JulliardAdded support for DOS drives in QueryDosDevice and...
2004-03-30  Dmitry TimoshkovAdd CP932, CP936, CP949 and CP950 to the charset map.
2004-03-30  Mike McCormackFix builtin NE module refcounting of 32bit parent.
2004-03-29  Ivan Leo Murray... WINE_FILEDESCRIPTION_STR is already defined in wine_com...
2004-03-29  Dmitry TimoshkovAdd Traditional Chinese Big5 and Simplified Chinese...
2004-03-29  Mike McCormackUse CreateEventW in preference to CreateEventA.
2004-03-27  Alexandre JulliardCheck file sharing permissions based on the file inode...
2004-03-26  Alexandre JulliardFixed GetDriveType16 return value for non-existent...
2004-03-26  Alexandre JulliardStore the windows and system directories as long path...
2004-03-25  Alexandre JulliardReimplemented SearchPathW using ntdll functions.
2004-03-25  Alexandre JulliardSplit OpenFile implementation in separate 16- and 32...
2004-03-25  Alexandre JulliardChanged LoadLibraryEx32W16 to use OpenFile16 to look...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Francois GougetAssorted spelling fixes.
2004-03-22  Uwe BonnesAdded tests for time functions.
next