Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / kernel /
2005-11-15  Detlef RiekenbergMade test loadable on NT 3.51 again (GetDiskFreeSpaceEx...
2005-11-15  Cihan AltinayDisable PARMRK input flag of serial ports.
2005-11-15  Paul VriensCorrected last error information.
2005-11-14  Eric PouechNtReadFile: now returning correct status in NtReadFile...
2005-11-14  Eric PouechFix set_test_val function declaration to ensure stack...
2005-11-12  Paul VriensAdd some extra error information.
2005-11-12  Phil Lodwickprefix can be NULL for GetTempFileNameW.
2005-11-11  Vincent BéronProtect sys/stat.h with a conditional.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-10  Saulius KrasuckasAdd error code valid for Win9x and XP.
2005-11-08  Robert LunnonImplement GlobalMemoryStatusEx for Solaris.
2005-11-08  Saulius KrasuckasTake into account some alignment done by HeapAlloc...
2005-11-08  Markus AmslerImprove c2man Documented-Total count. Changes:
2005-11-04  Uwe BonnesMore verbose output when unhandled exception occurs.
2005-11-03  Alexandre JulliardFixed fd leaks (spotted by Cihan Altinay).
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-11-01  Alexandre JulliardDon't send an extra signal when waiting for a debug...
2005-11-01  Bernd SchmidtImplemented FindExSearchLimitToDirectories.
2005-10-31  Marcus MeissnerDefine obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
2005-10-29  Eric PouechImplemented local/global atom creation, deletion &...
2005-10-28  Saulius KrasuckasTest CreateThread() for reception of NULL pointer to...
2005-10-28  Saulius KrasuckasDon't send a CTRL_C_EVENT signal to console if we are...
2005-10-28  Saulius KrasuckasAdd a test for GetThreadExitCode.
2005-10-27  Uwe BonnesTest for argv handling.
2005-10-26  Alexandre JulliardIn FindNextFileExW don't report directory symlinks...
2005-10-26  Vitaliy MargolenTest for return value from CreateDirectory("c:").
2005-10-20  Rein KlazesIn GetDiskFreeSpace:
2005-10-18  Vitaliy MargolenLoadLibrary should ignore trailing spaces in the librar...
2005-10-18  Alexandre JulliardRevert previous change, OF_EXIST really returns HFILE_E...
2005-10-17  Uwe BonnesRemove unspecific FIXME.
2005-10-17  Alexandre JulliardIgnore empty environment strings.
2005-10-11  Detlef RiekenbergNT3.51 returns ERROR_MORE_DATA.
2005-10-11  Mike McCormackMake sure not to strcpy from a NULL default value pointer.
2005-10-10  Maxime BellengéIn case of failure and OF_EXIST is specified, return...
2005-10-10  Christian CostaAdd trace to DefineDosDevice.
2005-10-10  Marcus MeissnerPass characters to get_file_name() helper, not bytes.
2005-10-06  Vitaliy MargolenFix atom tests on win9x.
2005-10-06  Joshua DaviesWindows is returning the length of the string, plus...
2005-10-06  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-10-04  Alexandre JulliardSet WINEDEBUG to an empty value instead of removing...
2005-10-04  Alexandre JulliardCopy WINEDEBUG from the Windows environment to allow...
2005-09-30  Vitaliy MargolenAdd brackets around (a)?b:c construct.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  Eric PouechAdded a bunch of test cases for atoms.
2005-09-27  Alexandre JulliardDon't apply relocations a second time to self loaded...
2005-09-27  Eric PouechImplemented kernel32 process affinity handling on top...
2005-09-27  Alex Villacís LassoTolerate ioctl failure in GetCommState() in order to...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-26  Alexandre JulliardUse a larger buffer in CopyFileW now that the file...
2005-09-26  Eric Pouech- now passing access rights when creating a named pipe...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-22  Alexandre JulliardRemoved unused debug channels.
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Vitaliy MargolenSpecify flag OBJ_CASE_INSENSITIVE when calling appropri...
2005-09-18  Alexandre JulliardMoved return value handling to the individual relay...
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Eric PouechImplemented kernel32.GetThreadTimes on top of ntdll...
2005-09-12  Alexandre JulliardFixed a few more pointer to integer typecast issues...
2005-09-12  Alexandre JulliardUse MAKEINTRESOURCE instead of casts where appropriate.
2005-09-12  Alexandre JulliardParameters to virtual memory functions need to be SIZE_T.
2005-09-12  Dmitry TimoshkovstrcpynAtoW takes number of characters, not bytes.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardSpecify 64-bit integers as double instead of long long...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Mike McCormackFix gcc 4.0 warnings.
2005-09-07  Eric PouechImplemented kernel32:SetThreadPriority on top of ntdll...
2005-09-07  Aric StewartFix the translation of dest to DestW, having it be...
2005-09-06  Ivan Leo PuotiAdded FSCTL_PIPE_LISTEN support.
2005-09-06  Marcus MeissnerRemove -DETCDIR (unused).
2005-09-06  Alex Villacís LassoCheck against NULL libname in LoadModule16.
2005-09-06  Eric Pouech- rewrite kernel32:{Set|Get}PriorityClass on top of...
2005-09-06  Eric PouechFixes for function prototypes without arguments.
2005-09-06  Ivan Leo PuotiGet ExitProcess to call NtTerminateProcess.
2005-09-06  Phil KrylovFixed compilation of kernel32.dll.so on non-x86 processors.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2005-08-29  Alexandre JulliardMoved the implementation of a couple of system.drv...
2005-08-29  Alexandre JulliardRemoved a few no longer used 16-bit exports.
2005-08-29  Alexandre JulliardMoved TaskFindHandle16 to toolhelp16.c.
2005-08-29  Alexandre JulliardMoved GlobalMasterHandle to global16.c.
2005-08-29  Alexandre JulliardMoved the kernel 16-bit initialization to a new DllEntr...
2005-08-27  Alexandre JulliardDon't try to initialize the 16-bit thunking code if...
2005-08-23  Alexandre JulliardRewrote Get/SetHandleInformation to call the correspond...
2005-08-22  Ivan Leo PuotiLet DeviceIoControl call the appropriate native interface.
2005-08-22  Gerald PfeiferPrefer sys/limits.h over machine/limits.h.
2005-08-22  Phil KrylovFixed InterLocked* function definitions for non-x86...
2005-08-19  Marcus MeissnerProtect GlobalAddAtomA string handling by exception...
2005-08-19  Gerald PfeiferEnable SCSI_getprocentry() on non-Linux platforms which...
2005-08-18  Ivan Leo PuotiImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile...
2005-08-18  Saulius KrasuckasTest passing NULL source to WideCharToMultiByte.
2005-08-17  Mike McCormackgcc 4.0 warning fixes.
2005-08-17  Francois GougetAssorted spelling fixes.
2005-08-16  Dmitry TimoshkovReport swap file total/free sizes to be the same as...
2005-08-15  Alexandre JulliardSet the default system dir to windows/system32.
2005-08-15  Mike McCormackWarning fixes for gcc 4.0.
2005-08-15  Vitaliy MargolenAdd entry for int 2 handler.
next