2004-06-15 |
Francois Gouget | Assorted spelling and case fixes. |
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-02 |
Dimitrie O. Paun | Do not fix the drive letter to 'C', it fails on other... |
tree | commitdiff |
2004-05-30 |
Robert Reif | NT 4.0 doesn't support MAP_EXPAND_LIGATURES so skip... |
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-22 |
Dmitry Timoshkov | Add a test for opening an already opened file for writi... |
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-14 |
Alexandre Julliard | Fixed some of the GetShortPathName tests to use the... |
tree | commitdiff |
2004-05-04 |
Francois Gouget | Make our ascii strings static const. |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Avoid killing threads with TerminateThread, this can... |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Updated the auto-generated tests. |
tree | commitdiff |
2004-05-03 |
Jakob Eriksson | Prevent from crashing/hanging in Windows 95 OSR2. |
tree | commitdiff |
2004-04-28 |
Jakob Eriksson | Fixed tests to succeed on all Windows versions. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Removed todo_wine from some tests that succeed now. |
tree | commitdiff |
2004-04-26 |
Duane Clark | Add testing of PeekNamedPipe, multiple writes, and... |
tree | commitdiff |
2004-04-22 |
Jakob Eriksson | When the Windows directory was something else than... |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Make Unicode strings static const. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
tree | commitdiff |
2004-04-05 |
Lionel Ulmer | Add better NULL checks to lstrcmp[i](A/W) functions. |
tree | commitdiff |
2004-04-03 |
Alexandre Julliard | Reimplemented DeleteFile by using CreateFile with |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Check file sharing permissions based on the file inode... |
tree | commitdiff |
2004-03-22 |
Uwe Bonnes | Added tests for time functions. |
tree | commitdiff |
2004-03-17 |
Alexandre Julliard | Reimplemented FindFirstFile/FindNextFile on top of |
tree | commitdiff |
2004-03-02 |
Alexandre Julliard | We no longer use the .exe.spec.c files. |
tree | commitdiff |
2004-02-10 |
Dmitry Timoshkov | Fix a couple of copy/paste errors. |
tree | commitdiff |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-02-09 |
Dmitry Timoshkov | Add a test case for Virtual* APIs, fix a few bugs disco... |
tree | commitdiff |
2004-02-09 |
Dmitry Timoshkov | Allow compilation with MSVC. |
tree | commitdiff |
2004-02-07 |
Bill Medland | Correct GetNumberFormat for negative numbers with e... |
tree | commitdiff |
2004-02-06 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-02-05 |
Hans Leidekker | Improved error reporting. |
tree | commitdiff |
2004-01-27 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-26 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-23 |
Francois Gouget | Add trailing '\n's to ok() calls. |
tree | commitdiff |
2004-01-16 |
Mike Hearn | - Ensure we correctly add a backslash like Windows... |
tree | commitdiff |
2004-01-15 |
Mike McCormack | Preserve trailing backslashes in GetFullPathName. |
tree | commitdiff |
2004-01-15 |
Eric Pouech | Reimplemented Get{Short|Long}PathName and updated the... |
tree | commitdiff |
2004-01-09 |
Mike McCormack | Regression test for files with zero length. |
tree | commitdiff |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2003-12-15 |
Hans Leidekker | MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_E... |
tree | commitdiff |
2003-12-15 |
Hans Leidekker | [Global|Local]ReAlloc don't fail with size 0. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Include tests for MoveFile[W|A]. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Deal with kernels that don't have IsValidLanguageGroup. |
tree | commitdiff |
2003-12-08 |
Hans Leidekker | Check for ERROR_CALL_NOT_IMPLEMENTED error from RemoveD... |
tree | commitdiff |
2003-12-04 |
Dimitrie O. Paun | More tests for {Local,Global}{,Re}Alloc() calls. |
tree | commitdiff |
2003-11-25 |
Dimitrie O. Paun | RtlHeapReAllocate() should not allocate memory. |
tree | commitdiff |
2003-11-22 |
Dmitry Timoshkov | Move CompareString implementation to libwine_unicode... |
tree | commitdiff |
2003-11-18 |
Hans Leidekker | Account for the fact that the temporary directory may... |
tree | commitdiff |
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 |
next |