2003-11-18 |
Francois Gouget | Scale the buffer sizes with MAX_LISTED_ENV_VAR. |
tree | commitdiff |
2003-11-09 |
Francois Gouget | Fixed buffer overflow. |
tree | commitdiff |
2003-10-30 |
Mike McCormack | Added a test for mailslots. |
tree | commitdiff |
2003-10-28 |
Francois Gouget | Weekly spelling fixes. |
tree | commitdiff |
2003-10-24 |
Jon Griffiths | Added tests for FoldStringA/W. |
tree | commitdiff |
2003-10-21 |
Ferenc Wagner | Account for unique NT4 behaviour. |
tree | commitdiff |
2003-09-29 |
Francois Gouget | Some spelling fixes. |
tree | commitdiff |
2003-09-25 |
Jon Griffiths | Various test fixes for XP/msvc. |
tree | commitdiff |
2003-09-24 |
Jon Griffiths | More locale tests. |
tree | commitdiff |
2003-09-17 |
Jon Griffiths | More tests for kernel NLS functions. |
tree | commitdiff |
2003-09-17 |
Rolf Kalbermatter | Fix another error under Win9x (hopefully). |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | - Use HeapAlloc instead of GlobalAlloc in FindNextFile. |
tree | commitdiff |
2003-09-16 |
Rolf Kalbermatter | Added a few todo_wine tests with filenames with wildcards. |
tree | commitdiff |
2003-09-16 |
Rolf Kalbermatter | Remove <ntstatus.h> to allow compilation with MS PSDK... |
tree | commitdiff |
2003-09-15 |
Kevin Groeneveld | - Fix small bug with parsing of numbers in BuildCommDCB... |
tree | commitdiff |
2003-09-11 |
Francois Gouget | Modify winetest_ok to only add a trailing '\n' if there... |
tree | commitdiff |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-08-06 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-07-19 |
Jon Griffiths | Fix MSVC warning. |
tree | commitdiff |
2003-07-03 |
Dmitry Timoshkov | Exit ealier from LCMapStringA in the case of LCMAP_SORTKEY. |
tree | commitdiff |
2003-06-30 |
Dmitry Timoshkov | Add tests for NORM_IGNORENONSPACE and NORM_IGNORESYMBOL... |
tree | commitdiff |
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 |
next |