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 |
2004-06-24 |
Alexandre Julliard | In GlobalMemoryStatus, also cap the sum of dwAvailPhys and |
tree | commitdiff |
2004-06-17 |
Stefan Leichter | Fix the GetPrivateProfileIntA tests for the win9x platform. |
tree | commitdiff |
2004-06-17 |
Alexandre Julliard | Added a couple of tests for SetCurrentDirectoryA. |
tree | commitdiff |
2004-06-16 |
Marcus Meissner | Fixed some illegal lvalue casts / increments. |
tree | commitdiff |
2004-06-15 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-06-15 |
Dmitry Timoshkov | - Fix erroneous use of LOCALE_SDATE in the place of... |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Added magic number in the FindFirstFile structure to... |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Store the number of processors in the PEB structure. |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Rewrote SetFilePointer to use SetFilePointerEx. |
tree | commitdiff |
2004-06-14 |
Mike McCormack | Implemented SetFilePointerEx. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | Const correctness, pointer cast correctness, removed... |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-06-14 |
Robert Shearman | Use the same path transformation for WaitNamedPipe and |
tree | commitdiff |
2004-06-14 |
Rein Klazes | Set last error value to ERROR_CALL_NOT_IMPLEMENTED... |
tree | commitdiff |
2004-06-04 |
Rein Klazes | Fix a crash when launching Unix executables. |
tree | commitdiff |
2004-06-04 |
Dimitrie O. Paun | In Win9x, {Create,Remove}Directory returns ERROR_PATH_N... |
tree | commitdiff |
2004-06-04 |
Dimitrie O. Paun | Win9x does not convert FIXED to MOVEABLE. It also disca... |
tree | commitdiff |
2004-06-03 |
Robert Reif | I got the test for failure on NT wrong in my last patch... |
tree | commitdiff |
2004-06-03 |
Alexandre Julliard | Set the WINEPRELOADRESERVE variable when starting a... |
tree | commitdiff |
2004-06-02 |
Raphael Junqueira | Semi stubs for GetSystemWow64Directory[AW]. |
tree | commitdiff |
2004-06-02 |
Dimitrie O. Paun | Do not fix the drive letter to 'C', it fails on other... |
tree | commitdiff |
2004-06-01 |
Mike Hearn | Use TRACE rather than FIXME for check_resource_write. |
tree | commitdiff |
2004-05-30 |
Robert Reif | NT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Mike Hearn | Print module name when calling LibMain. |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Ensure that we can initialize the DOS memory area corre... |
tree | commitdiff |
2004-05-27 |
Rein Klazes | Fix the missing tread ID of some snoop return traces. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Allocate the shared heap inside the Win9x shared memory... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Only create the shared heap when Windows version is... |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-25 |
Dmitry Timoshkov | Avoid a failure under Win9x. |
tree | commitdiff |
2004-05-24 |
Dmitry Timoshkov | Explicitly specify name of the pipe in the pipe test. |
tree | commitdiff |
2004-05-24 |
Eric Pouech | Some fixes to module browsing. |
tree | commitdiff |
2004-05-22 |
Dmitry Timoshkov | Add a test for opening an already opened file for writi... |
tree | commitdiff |
2004-05-22 |
Christian Costa | Added some traces to kernel file functions. |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-20 |
Alexandre Julliard | Don't use the Wine debug functions. |
tree | commitdiff |
2004-05-19 |
Eric Pouech | GetModuleFileName[AW] doesn't terminate the string... |
tree | commitdiff |
2004-05-18 |
Eric Pouech | Added some missing prototypes. |
tree | commitdiff |
2004-05-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
next |