Added hack to fetch the current directory from the subsystem tid so
[wine] / dlls / kernel /
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.
2004-03-20  Alexandre JulliardRewrote handling of COM and LPT devices to use symlinks in
2004-03-19  Ulrich CzekallaFix typo in FormatMessageW.
2004-03-19  Ulrich CzekallaConvert FormatMessageW to use unicode functions.
2004-03-18  Raphael JunqueiraRemove duplicate code by using Nt* functions for PulseE...
2004-03-18  Richard CohenAdded some traces.
2004-03-17  Alexandre JulliardReimplemented FindFirstFile/FindNextFile on top of
2004-03-17  Richard CohenFix relative screen resizing.
2004-03-17  Alexandre JulliardRetrieve a short name in GetShortPathNameW if the long...
2004-03-17  Raphael JunqueiraAdded stub for SignalObjectAndWait.
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2004-03-15  Jukka HeinonenEmulating STI instruction now raises an exception if...
2004-03-12  Alexandre JulliardWe no longer need to pass --debugmsg -all to winedbg.
2004-03-11  Alexandre JulliardGet rid of the WINEOPTIONS variable and instead use...
2004-03-11  Alexandre JulliardThe OpenConsoleW inherit argument is a boolean not a
2004-03-11  Alexandre JulliardDo not put the TEMP and TMP variables into the Unix...
2004-03-11  Alexandre JulliardRemove the WINEDEBUG variable from the environment...
2004-03-10  Alexandre JulliardMoved a number of 16-bit functions to file16.c.
2004-03-09  Alexandre JulliardRemoved some unnecessary definitions from file.h.
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-09  Dmitry TimoshkovDo not take into account LC_CTYPE and LC_MESSAGES while...
2004-03-03  Rein KlazesImplemented GetDaylightFlag.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-27  Patrik StridvallAdded proper headers for the *ActCtx* functions.
2004-02-26  Dimitrie O. PaunRemove the win32 debug channel, misc cleanup of debuggi...
2004-02-26  Mike HearnUse time rather than win32 debug channel for kernel...
2004-02-25  Alexandre JulliardFixed callers of GetLocaleInfoW to use the correct...
2004-02-25  Alexandre JulliardReturn the right error code for non-existent VxD modules.
2004-02-24  Alexandre JulliardRemoved some of the DOS device hacks (based on a patch...
2004-02-24  Uwe Bonnes Pass inherit handle flag properly for CreateNamedPipe.
2004-02-21  Alexandre JulliardAllow the implementation of the VxDCall entry points...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-20  Alexandre JulliardCreate real file handles for VxDs instead of using...
2004-02-20  Alexandre JulliardAdded support for implementing VxDs as separate dlls...
2004-02-17  Marcus MeissnerSupport emulation of the privileged mov dr7,eax instruc...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-12  Alexandre JulliardAuthors: David Hammerton <david@transgaming.com>, Mike...
2004-02-12  Alexandre JulliardGet rid of the flatthunk.h header.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2004-02-10  Dmitry TimoshkovFix a couple of copy/paste errors.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-09  Dmitry TimoshkovAdd a test case for Virtual* APIs, fix a few bugs disco...
2004-02-09  Dmitry TimoshkovAllow compilation with MSVC.
2004-02-07  Alexandre JulliardAdded memchrW and memrchrW to the exported Unicode...
2004-02-07  Alexandre JulliardAdded missing parameter check in SetLocaleInfoA reveale...
2004-02-07  Robert Shearman- Use Win32 instead of Unix file functions.
2004-02-07  Bill MedlandCorrect GetNumberFormat for negative numbers with e...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-02-05  Hans LeidekkerImproved error reporting.
2004-02-05  Mike McCormackFix incorrect GetLongPathName usage exposed by Eric...
2004-01-30  Jon GriffithsAdd stubs for the Activation Context API (XP+).
2004-01-28  Alexandre JulliardMake sure that there is extra information in the except...
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Dmitry TimoshkovUse case insensitive comparison with pseudo console...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-20  Francois GougetAvoid duplicate '=C:' entries in the child process...
next