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 |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-08-13 |
Robert Reif | Fix BSD build. |
tree | commitdiff |
2004-08-13 |
Alexandre Julliard | We don't need the shared heap on non-i386 platforms. |
tree | commitdiff |
2004-08-13 |
Robert Reif | Use GlobalMemoryStatusEx in GlobalMemoryStatus rather... |
tree | commitdiff |
2004-08-11 |
Alexandre Julliard | Avoid some non-portable makefile constructs, and get... |
tree | commitdiff |
2004-08-10 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-09 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-04 |
Mike McCormack | Moved FlushInstructionCache to ntdll. |
tree | commitdiff |
2004-07-30 |
Alexandre Julliard | Added support for getting and setting the UI language. |
tree | commitdiff |
2004-07-23 |
Vincent Béron | Remove last winedefault.reg reference in the code. |
tree | commitdiff |
2004-07-23 |
Alexandre Julliard | Avoid lvalue casts (based on a patch by Marcus Meissner). |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Rewrote load_messageA/W to deal properly with multibyte... |
tree | commitdiff |
2004-07-20 |
Mike Hearn | Make STARTUPINFO.lpDesktop tests pass on NT. |
tree | commitdiff |
2004-07-16 |
Shachar Shemesh | System default locale in Windows determines the ANSI... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Support for large profile values (based on a patch... |
tree | commitdiff |
2004-07-15 |
Alexandre Julliard | Set the system directory in ntdll as soon as we have... |
tree | commitdiff |
2004-07-13 |
Rein Klazes | In GetVolumeInformationW handle the case when there... |
tree | commitdiff |
2004-07-09 |
Rob Shearman | Add TRACE to ReadFileEx. |
tree | commitdiff |
2004-07-07 |
Roger Olson | Added stub for CreateRemoteThread(). |
tree | commitdiff |
2004-07-07 |
Dmitry Timoshkov | Initialize also ACP, OEMCP and MACCP in registry on... |
tree | commitdiff |
2004-07-06 |
Mike Hearn | Correct error code returned by CreateFile when given... |
tree | commitdiff |
2004-07-04 |
Vitaly Lipatov | Return proper codepage value in GetCPInfoEx. |
tree | commitdiff |
next |