msvcrt: Make tests for [w]makepath pass.
[wine] / dlls / msvcrt / tests /
2008-07-09  Jon Griffithsmsvcrt: Make tests for [w]makepath pass.
2008-07-09  Jon Griffithsmsvcrt: Tests for [w]makepath.
2008-07-08  Alexandre Julliardmsvcrt/tests: Fix register constraints on thiscall...
2008-07-02  Peter Oberndorfermsvcrt: Implement %p for scanf.
2008-07-02  Peter Oberndorfermsvcrt: Add a test for scanf %p.
2008-06-10  Alexandre Julliardmsvcrt/tests: Fix a couple of tests on Vista.
2008-05-28  Jon Griffithsmsvcrt: Fix a test that fails on win95.
2008-05-28  Jon Griffithsmsvcrt: Fix file test which fails on Vista.
2008-05-28  Jon Griffithsmsvcrt: Fix an RTTI test Failure on Vista.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 3 tests that always fail on Vista.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 4 tests that always fail on Vista.
2008-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2008-04-29  Eric Pouechmsvcrt: Fixed space in type with double indirection.
2008-04-29  Eric Pouechmsvcrt: undname: correctly handle multi-dimensional...
2008-04-29  Eric Pouechmsvcrt: Fixed symbol unmangling for template-parameter...
2008-04-09  Austin EnglishSpelling fixes.
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-10  Alexandre Julliardmsvcrt/tests: The new string functions don't have to...
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2007-11-28  Lionel Debrouxmsvcrt: Test more offsets for _aligned_offset_realloc...
2007-11-26  Lionel Debrouxmsvcrt: Fix memory leak (found by Smatch).
2007-11-19  Michael Stefaniucmsvcrt/tests: Remove redundant NULL check before free...
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcat_s.
2007-11-16  Stefan Dösingermsvcrt: Implement strcpy_s.
2007-11-07  Dan Kegelmsvcrt: Fix two buglets in heap test.
2007-10-29  Mikolaj Zalewskimsvcrt/tests: Loosen the mbctype test to pass under...
2007-10-26  Lionel Debrouxmsvcrt/tests: Fix memory leak (found by Smatch).
2007-10-10  Alexandre Julliardmsvcrt: Fix demangling of function pointers by maintain...
2007-10-09  Dan Kegelmsvcrt: Fix ^Z handling in text mode.
2007-10-05  Dan Kegelmsvcrt: Improve CR CR LF handling.
2007-09-25  Karl Reltonmsvcrt: New implementation of fcvt.
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-08-24  Mikolaj Zalewskimsvcrt: Test and fix _ismbslead and _ismbstrail.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbsinc/_mbsninc.
2007-08-23  Mikolaj Zalewskimsvcrt: Don't test codepage 20932.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
2007-08-21  Mikolaj Zalewskimsvcrt: Test that some functions depends on locale...
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbclen/_mbslen.
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbsnextc.
2007-08-21  Mikolaj Zalewskimsvcrt: Implement _ismbblead/_ismbbtrail using _mbctype...
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-08-21  Paul Vriensmsvcrt/tests: Wait for spawned processes to finish.
2007-08-21  Dmitry Timoshkovmsvcrt: Route mktime and localtime to glibc.
2007-08-17  Mikolaj Zalewskimsvcrt: __mb_cur_max is not updated in _setmbcp (with...
2007-08-15  Paul Vriensmsvcrt/tests: Remove wrong FreeLibrary and fix typo's.
2007-08-14  Alexandre Julliardmsvcrt: Use a valid parameter array when demangling...
2007-08-07  Peter Beutnermsvcrt: Fix _makepath().
2007-08-07  Peter Beutnermsvcrt: Add _makepath() tests.
2007-07-31  Robert Reifmsvcrt/tests: Add _aligned_malloc tests.
2007-05-29  Francois Gougetmsvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-05-22  Francois Gougetmsvcrt/tests: When compiling with Visual C++ 2005,...
2007-04-06  Michael Stefaniucmsvcrt: Demangle a C++ mangled string that is only...
2007-03-23  Andrew Talbotmsvcrt/tests: Replace inline static with static inline.
2007-03-15  Jan Zerebeckimsvcrt: Remove unused variable.
2007-03-14  Alexandre Julliardmsvcrt: _initterm doesn't return anything.
2007-03-06  Paul Vriensmsvcrt/tests: Properly remove temporary directory.
2007-02-16  Damjan Jovanovicmsvcrt: Fix fstat's handling of pipes and char devices.
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-05  Michael Stefaniucmsvcrt: Fix *printf() handling of negative field width.
2007-01-17  Alasdair Sinclairmsvcrt: If we're at EOF in the buffer and we have patte...
2006-12-24  Duane Clarkmsvcrt: Add function _mbsspnp.
2006-12-14  Francois Gougetmsvcrt: The tests link with msvcrt(d).dll now, so use...
2006-12-13  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-24  Francois Gougetmsvcrt/tests: We cannot link with _initterm() with...
2006-11-24  Francois Gougetmsvcrt/tests: The tests must not include msvcrt.h becau...
2006-11-14  Alexandre Julliardmsvcrt/tests: Clean up a temp file.
2006-11-14  Jesse Allenmsvcrt: printf buffer overrun tests.
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-27  Duane Clarkmsvcrt: Fix fread on large buffers in ascii mode.
2006-10-13  Markus Amslermsvcrt: Fix fread eof handling.
2006-10-13  Markus Amslermsvcrt: Add fread eof tests.
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-10-06  Michael Stefaniucmsvcrt/tests: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Duane Clarkmsvcrt: fgetc needs to use unsigned parameters.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Test fgetwc/s in binary mode.
2006-07-31  Duane Clarkmsvcrt: Fix _getw.
2006-07-31  Duane Clarkmsvcrt: Fix fread.
2006-07-31  Duane Clarkmsvcrt: Fix _read and fgetc.
2006-07-31  Duane Clarkmsvcrt: File read buffer tests.
2006-07-18  Duane Clarkmsvcrt: Add tests of file operations in ASCII mode.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-27  Ivan Leomsvcrt/tests: Don't leave files on the disk.
2006-06-21  Louis. Lendersmsvcrt: Add simple test for _strdup(0).
next