2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables. |
tree | commitdiff |
2003-06-26 |
Eric Pouech | Added a small test for process exit code retrieval. |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-18 |
Francois Gouget | Typos/spelling fixes. |
tree | commitdiff |
2003-06-18 |
Eric Pouech | - kernel32's environment tests: a few more tests now... |
tree | commitdiff |
2003-05-21 |
Gerald Pfeifer | Avoid "might be used uninitialized" warning in exercize... |
tree | commitdiff |
2003-05-20 |
Alexandre Julliard | Use the trace macro for debugging output. |
tree | commitdiff |
2003-05-19 |
Ferenc Wagner | New _lcreat tests for filename ending in a slash and... |
tree | commitdiff |
2003-05-15 |
Dan Kegel | More named pipes tests. |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-13 |
Alexandre Julliard | Make the test pass on NT4 too. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Added a test for GetLongPathNameA("c:"). |
tree | commitdiff |
2003-05-13 |
Dimitrie O. Paun | Make sure winsock.h gets included before stdlib.h. |
tree | commitdiff |
2003-05-13 |
Eric Pouech | Added a set of tests for the console API. |
tree | commitdiff |
2003-05-13 |
Francois Gouget | Fix miscellaneous spelling errors and typos. |
tree | commitdiff |
2003-04-17 |
Uwe Bonnes | FindFirstFile on root directory should fail. |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-14 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-03-04 |
Stefan Leichter | Added tests for GetPrivateProfileInt. |
tree | commitdiff |
2003-02-25 |
Dan Kegel | Now compiles on windows. Added a couple more checks. |
tree | commitdiff |
2003-02-19 |
Alexandre Julliard | Added pipe.ok. |
tree | commitdiff |
2003-02-19 |
Dan Kegel | Added check for illegal pipe names. |
tree | commitdiff |
2003-02-11 |
Alexandre Julliard | Authors: Francois Gouget <fgouget@free.fr>, With help... |
tree | commitdiff |
2003-01-20 |
Francois Gouget | {Get,Set}ThreadPriorityBoost are stubs on Win98. |
tree | commitdiff |
2003-01-16 |
Bill Medland | Correct GetDateFormat handling of uninitialised fields... |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-13 |
Eric Pouech | Added tests for environment variables, debug and suspen... |
tree | commitdiff |
2003-01-02 |
Chris Morgan | Use the locale id we created instead of the system... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | On Win9x "hi\n" gives us "hi\r\n". |
tree | commitdiff |
2002-12-19 |
Chris Morgan | Add additional tests for GetTimeFormat() and GetDateFor... |
tree | commitdiff |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Improve error reporting. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | All filenames containing a ":" are invalid on Win9x... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | #ifdef-out decodeW since it is not used yet. |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Use strlen or lstrlenA as appropriate to avoid signed... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Mention the applications that depend on the behavior... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Don't test whether Get{Currency,Date,Number,Time}Format... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests on Win9x. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix the error codes returned by DeleteFile{A,W} to... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | The Win9x platforms support WideCharToMultiByte and |
tree | commitdiff |
2002-12-11 |
Francois Gouget | '"' is an illegal character on Win9x so we cannot test it. |
tree | commitdiff |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | {Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso... |
tree | commitdiff |
2002-11-30 |
Francois Gouget | GetDiskFreeSpace(all NULLs) crashes on NT4 -> removed. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | SetEnvironmentVariableA(NULL, NULL) crashes on Win98... |
tree | commitdiff |
2002-11-30 |
Alexandre Julliard | Partially implemented kernel/user times in GetThreadTim... |
tree | commitdiff |
2002-11-27 |
Bill Medland | Correct GetNumberFormatA for zero decimals and for... |
tree | commitdiff |
2002-11-25 |
Alexandre Julliard | Moved some GetThreadTimes tests out of the todo block. |
tree | commitdiff |
2002-11-12 |
Ryan Cumming | Add test for DeleteFileA with empty paths. |
tree | commitdiff |
2002-11-12 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-08 |
Ryan Cumming | Remove OLE_GetFormatA, reimplement GetDateFormatA and... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-11-04 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-29 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-25 |
Andreas Mohr | - fix some pselling |
tree | commitdiff |
2002-10-25 |
Bill Medland | Fix OLE_GetFormatW so that GetDateFormatW works. |
tree | commitdiff |
2002-10-23 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-15 |
Patrik Stridvall | Updated the generated tests. |
tree | commitdiff |
2002-10-09 |
Jeff Smith | Spelling corrections. |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Fixed atom test to work on Windows. |
tree | commitdiff |
2002-10-04 |
Dmitry Timoshkov | Added a prototype code page test. Fixed issue regarding... |
tree | commitdiff |
2002-10-02 |
Patrik Stridvall | Added some more autogenerated tests. |
tree | commitdiff |
2002-10-01 |
Patrik Stridvall | Added new autogenerated test for data structure packing. |
tree | commitdiff |
2002-09-23 |
Patrik Stridvall | Cleaned up the code so it would be easier to parse... |
tree | commitdiff |
2002-09-11 |
Andriy Palamarchuk | A few more conformance tests for heap memory allocation. |
tree | commitdiff |
2002-09-06 |
Francois Gouget | Some small typo / phrasing fixes. |
tree | commitdiff |
2002-09-06 |
Francois Gouget | Do not include wine/unicode.h. |
tree | commitdiff |
2002-08-28 |
Alexandre Julliard | Removed system specific GetTempPathA test. |
tree | commitdiff |
2002-08-27 |
Dmitry Timoshkov | Added a bunch of new regression tests. |
tree | commitdiff |
2002-08-20 |
Mike McCormack | Added regression test for FormatMessage. |
tree | commitdiff |
2002-08-20 |
Dmitry Timoshkov | Added unit test for environment functions and fixed... |
tree | commitdiff |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Rewrote atom test in C. |
tree | commitdiff |
2002-07-16 |
Paul Millar | Removed drive assumptions in the path handling regressi... |
tree | commitdiff |
2002-07-05 |
Duane Clark | Add drive letter and Unix path tests of GetFullPathNameA. |
tree | commitdiff |
2002-06-22 |
Alexandre Julliard | Added printf format checking to the ok() and trace... |
tree | commitdiff |
2002-06-05 |
Alexandre Julliard | Check access rights before renaming or deleting files... |
tree | commitdiff |
2002-06-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-29 |
Jakob Eriksson | Removed redundant checks and variables, fixed some... |
tree | commitdiff |
2002-05-29 |
Alexandre Julliard | Fixed some tests that were failing under Wine. |
tree | commitdiff |
2002-05-29 |
Mehmet Yasar | Added test for locale functions. |
tree | commitdiff |
2002-05-23 |
Francois Gouget | Improve the failure messages. |
tree | commitdiff |
2002-05-23 |
Francois Gouget | Make the tests compile with Visual C++. |
tree | commitdiff |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll namin... |
tree | commitdiff |
2002-05-12 |
Alexandre Julliard | Added some support for cross-compilation using mingw32. |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-10 |
Alexandre Julliard | Removed extra return statement. |
tree | commitdiff |
2002-05-09 |
Jakob Eriksson | Added some more tests. |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-06 |
Alexandre Julliard | Fixed handling of GetLongPathNameA. |
tree | commitdiff |
2002-05-06 |
Jakob Eriksson | Tests for _lcreat,_llseek and _llopen added. |
tree | commitdiff |
2002-04-29 |
Jakob Eriksson | Added unit tests for file functions. |
tree | commitdiff |
2002-04-25 |
Paul Millar | Fixed minor typo. |
tree | commitdiff |
2002-04-21 |
Eric Pouech | Added a framework for testing CreateProcess and a few... |
tree | commitdiff |
2002-04-11 |
Geoffrey Hausheer | Added test for GetFullPathNamesA, GetLongPathNamesA, |
tree | commitdiff |
2002-04-03 |
Geoffrey Hausheer | Cleaned up a bit, removed todos for OpenThread, avoid... |
tree | commitdiff |
2002-04-02 |
Geoffrey Hausheer | Added test for thread functions. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Don't bother with declare, just 'use kernel32'. |
tree | commitdiff |
next |