2005-02-08 |
Robert Shearman | Convert last error from NTSTATUS to a DOS error code... |
tree | commitdiff |
2005-02-03 |
Eric Pouech | Moved 16 bit atom support to dlls/kernel/atom16.c. |
tree | commitdiff |
2005-02-03 |
Alexandre Julliard | Async callback function must be stdcall. |
tree | commitdiff |
2005-01-31 |
Hans Leidekker | Stub implementation for ReadDirectoryChangesW. |
tree | commitdiff |
2005-01-28 |
Rémi Assailly | char -> const char fixes. |
tree | commitdiff |
2005-01-28 |
Oliver Stieber | Fill in the information in VendorIdentifier and make... |
tree | commitdiff |
2005-01-27 |
Vincent Béron | Change UTF-8 name back to ISO-8859-1. |
tree | commitdiff |
2005-01-26 |
Rein Klazes | Get rid of the rdtsc cpu instruction method for calcula... |
tree | commitdiff |
2005-01-19 |
Oleh R. Nykyforchyn | Ukrainian codepage 21866 added and respective files... |
tree | commitdiff |
2005-01-19 |
Rein Klazes | Return a fixed frequency of 1193182 Hz for the Performa... |
tree | commitdiff |
2005-01-19 |
Mike McCormack | Implement TransactNamedPipe for the non-overlapped... |
tree | commitdiff |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
tree | commitdiff |
2005-01-11 |
Rein Klazes | memicmpW() count are WCHAR's not bytes. Fixes opening... |
tree | commitdiff |
2005-01-11 |
Robert Shearman | - Don't use an invalid file handle. In this case invali... |
tree | commitdiff |
2005-01-07 |
Vincent Béron | Use GetLocalTime (tz-dependant) instead of GetSystemTim... |
tree | commitdiff |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2005-01-03 |
Eric Pouech | Fixed some regressions from the previous change. |
tree | commitdiff |
2005-01-03 |
Hans Leidekker | Stub implementations for EnumDateFormatsEx{A,W}. |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-27 |
Lionel Ulmer | Fix non-RTDSC case for QueryPerformanceFrequency. |
tree | commitdiff |
2004-12-27 |
Paul Vriens | Initialize dwOSVersionInfoSize in GlobalMemoryStatus. |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-22 |
Eric Pouech | ReadFile and WriteFile must be passed a parameter for... |
tree | commitdiff |
2004-12-22 |
Dmitry Timoshkov | Perform case insensitive comparison with cached ini... |
tree | commitdiff |
2004-12-22 |
Dmitry Timoshkov | Uncomment call to FlushConsoleInputBuffer in FlushFileB... |
tree | commitdiff |
2004-12-21 |
Dmitry Timoshkov | Postpone creation disposition check in CreateFile until... |
tree | commitdiff |
2004-12-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-12-17 |
Andreas Mohr | Fixed a typo. |
tree | commitdiff |
2004-12-17 |
Andreas Mohr | GetTempPath*() uses DWORD parameters instead of UINT. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Remove unneeded headers to reduce unneeded rebuilds. |
tree | commitdiff |
2004-12-15 |
Jon Griffiths | Documentation fixes. |
tree | commitdiff |
2004-12-15 |
Rein Klazes | A starting process must obey the STARTF_USESTDHANDLES... |
tree | commitdiff |
2004-12-14 |
Alexandre Julliard | Generate stub entries on the fly for missing entry... |
tree | commitdiff |
2004-12-14 |
Ken Belleau | Implemented EnumCalendarInfo(A/W/ExA/ExW). |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
tree | commitdiff |
2004-12-07 |
Juan Lang | Use W calls rather than A in CreatePipe. |
tree | commitdiff |
2004-12-06 |
Dmitry Timoshkov | Perform host name initialization if computer name can... |
tree | commitdiff |
2004-12-02 |
Eric Pouech | - moved event, semaphore, mutex implementation from... |
tree | commitdiff |
2004-12-01 |
Dmitry Timoshkov | Always create a suspended thread in CreateThread and... |
tree | commitdiff |
2004-11-29 |
Gunnar Dalsnes | Added a test to make sure that CreateDirectoryA/W does... |
tree | commitdiff |
2004-11-28 |
Dmitry Timoshkov | Add a test for ReadFile/WriteFile fault handling, make... |
tree | commitdiff |
2004-11-24 |
Dmitry Timoshkov | Remove useless calls to IsBadReadPtr from ReadFile... |
tree | commitdiff |
2004-11-22 |
Kevin Koltzau | Prevent environment test from crashing when environment... |
tree | commitdiff |
2004-11-22 |
Alexander Yaworsky | Changed allocation of arguments in SearchPathA so path... |
tree | commitdiff |
2004-11-21 |
Dmitry Timoshkov | Call CompareStringA with LOCALE_USE_CP_ACP flag set... |
tree | commitdiff |
2004-11-21 |
Eric Pouech | Moved kernel32.DeleteFileW core implementation to ntdll... |
tree | commitdiff |
2004-11-06 |
Rein Klazes | - RtlTimeFieldsToTime should not normalize the time... |
tree | commitdiff |
2004-11-04 |
Dmitry Timoshkov | Add unix locale to code page mapping for ISO-8859-16. |
tree | commitdiff |
2004-11-03 |
Robert Shearman | Fix broken thread start routines. |
tree | commitdiff |
2004-11-01 |
Stefan Leichter | Set the correct last error in EnumUILanguagesA, with... |
tree | commitdiff |
2004-10-30 |
Francois Gouget | Add support for REG_EXPAND_SZ in set_registry_variables(). |
tree | commitdiff |
2004-10-29 |
Rein Klazes | - Simplify the calculation in TIME_DaylightCompareDate; |
tree | commitdiff |
2004-10-28 |
Rein Klazes | In VOLUME_ReadFATSuperblock: |
tree | commitdiff |
2004-10-27 |
Rein Klazes | - Reordered some code from the existing helper _GetTime... |
tree | commitdiff |
2004-10-26 |
Mike McCormack | Add some tests for time conversion functions. |
tree | commitdiff |
2004-10-26 |
Alexandre Julliard | Convert CommConfigDialog to Unicode. |
tree | commitdiff |
2004-10-26 |
Mike McCormack | SERIALUI: convert to Unicode. |
tree | commitdiff |
2004-10-26 |
Rein Klazes | Correctly use the return value of GetTimeZoneInformation. |
tree | commitdiff |
2004-10-25 |
Eric Pouech | - fixed the way length of msvcrt runtime info is passed |
tree | commitdiff |
2004-10-22 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-10-22 |
Francois Gouget | There is no point making '--register' functions stdcall... |
tree | commitdiff |
2004-10-19 |
Vincent Béron | Fix various function prototypes. |
tree | commitdiff |
2004-10-19 |
Stefan Leichter | Added dummy implementation for EnumUILanguagesA/W. |
tree | commitdiff |
2004-10-19 |
Mike McCormack | Implement CallNamedPipeA using CallNamedPipeW. |
tree | commitdiff |
2004-10-18 |
Hans Leidekker | Avoid using gettimeofday(). |
tree | commitdiff |
2004-10-11 |
Robert Shearman | Fix NtAllocateVirtualMemory declaration and fix users... |
tree | commitdiff |
2004-10-11 |
Alexandre Julliard | Implemented NtYieldExecution. |
tree | commitdiff |
2004-10-11 |
Hans Leidekker | Avoid using gettimeofday. |
tree | commitdiff |
2004-10-11 |
Hans Leidekker | Include stdio.h for MinGW. |
tree | commitdiff |
2004-10-08 |
Ferenc Wagner | Unconditionally open a fresh console for the tests. |
tree | commitdiff |
2004-10-08 |
Vincent Béron | Correct the calling convention of GetSystemWow64Directo... |
tree | commitdiff |
2004-09-29 |
Vincent Béron | Keep the original resources if !bDeleteExistingResources in |
tree | commitdiff |
2004-09-28 |
Robert Shearman | - Don't perform event check if in system code. Fixes... |
tree | commitdiff |
2004-09-22 |
Alexander Yaworsky | Moved code from CreateThread to CreateRemoteThread. |
tree | commitdiff |
2004-09-15 |
Mike McCormack | Use FILE_SHARE_DELETE when loading modules, as running... |
tree | commitdiff |
2004-09-14 |
Vincent Béron | Implement BeginUpdateResource and UpdateResource. |
tree | commitdiff |
2004-09-13 |
Eric Pouech | Fixed (finally) ScrollConsoleScreenBuffer implementation. |
tree | commitdiff |
2004-09-10 |
Andreas Mohr | Don't reject OS/2 programs, try to carry on in DOS... |
tree | commitdiff |
2004-09-10 |
Rein Klazes | Add tests of TzSpecificLocalTimeToSystemTime and |
tree | commitdiff |
2004-09-10 |
Rein Klazes | Fixed TzSpecificLocalTimeToSystemTime and |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Comment out an unreliable test. |
tree | commitdiff |
2004-09-09 |
Alexandre Julliard | Fixed the check for removable media in load_pe_exe... |
tree | commitdiff |
2004-09-08 |
Francois Gouget | Set _WIN32_WINNT to 0x0501 so we get the definition of |
tree | commitdiff |
2004-09-08 |
Eric Pouech | - ctrl-c enabling flag is now inherited |
tree | commitdiff |
2004-09-07 |
Mike McCormack | Add a test for timers. |
tree | commitdiff |
2004-09-06 |
Francois Gouget | Disable MSVC warning 4116 to avoid the 'unnamed type... |
tree | commitdiff |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited betwee... |
tree | commitdiff |
2004-08-30 |
Filip Navara | - Don't expect that drive C: exists, use the drive... |
tree | commitdiff |
2004-08-26 |
Robert Shearman | Improve documentation for debugger functions. |
tree | commitdiff |
2004-08-25 |
Francois Gouget | Enable the disabled tests in tests.data or add a commen... |
tree | commitdiff |
2004-08-24 |
Francois Gouget | Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_I... |
tree | commitdiff |
2004-08-24 |
Robert Shearman | Added GetProcessId. |
tree | commitdiff |
2004-08-23 |
Dmitry Timoshkov | GetCPInfo(Ex) should work on CP_UTF7/CP_UTF8 pseudo... |
tree | commitdiff |
2004-08-19 |
Francois Gouget | Remove types that don't exist from tests.dat. |
tree | commitdiff |
2004-08-19 |
Robert Shearman | - Errors should only be reported to I/O completion... |
tree | commitdiff |
2004-08-19 |
Emmanuel Maillard | - Update build system to support IOKit and CoreFoundati... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | The argv array passed to the app needs to be in the... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
next |