wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / msvcrt /
2008-07-09  Jon Griffithsmsvcrt: Make tests for [w]makepath pass.
2008-07-09  Jon Griffithsmsvcrt: Tests for [w]makepath.
2008-07-08  Jon Griffithsmsvcrt: Implement ___setlc_active_func/___unguarded_rea...
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-19  Philip Nilssonmsvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL.
2008-06-10  Alexandre Julliardmsvcrt/tests: Fix a couple of tests on Vista.
2008-06-02  Eric Pouechmsvcrt: Fix for getch() and special characters.
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: Follow Vista behaviour in wcscpy_s.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 3 tests that always fail on Vista.
2008-05-27  Dmitry Timoshkovmsvcrt: Mark some data as constant.
2008-05-27  Jon Griffithsmsvcrt/tests: Fix 4 tests that always fail on Vista.
2008-05-27  Eric Pouechmsvcrt: Properly handle the extended keys in getch().
2008-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2008-04-30  Eric Pouechmsvcrt: Added __iob_func implementation.
2008-04-29  Alexandre Julliardmsvcrt: Rename a few functions to avoid conflicts with...
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-23  Andrew Talbotmsvcrt: Remove unused variable.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-09  Austin EnglishSpelling fixes.
2008-04-09  Erik de Castro Lopomsvcrt: Clear end-of-file flag on fseek.
2008-03-20  Alexandre Julliardmsvcrt: Add support for field width in scanf %c format.
2008-03-11  Alexandre Julliardmsvcrt: Implemented __CppXcptFilter.
2008-03-10  Alexandre Julliardmsvcrt/tests: The new string functions don't have to...
2008-03-07  Andrew Talbotmsvcrt: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-27  Alistair Leslie... msvcrt: Implement wcscpy_s.
2008-02-27  Alexandre Julliardmsvcrt: Use the correct msvcrt defines for errno values.
2008-02-27  Alexandre Julliardmsvcrt: Fix incorrect uses of msvcrt_set_errno.
2008-02-12  Dan Kegelmsvcrt: Fix EOF behavior on read from pipe or console.
2008-02-05  Francois Gougetmsvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz...
2008-01-23  Eric Pouechmsvcrt: Corrected the .spec definition for the printf...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for RTTI...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for thunks.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Corrected handling of...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for a couple...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for cointerface.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Handling of void in templa...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2008-01-14  Andrew Talbotmsvcrt: Remove unneeded casts.
2008-01-10  Marcus Meissnermsvcrt: Remove strange condition which might lead to...
2008-01-08  Hans Leidekkermsvcrt: Correct search strategy for the exec/spawn...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wspawnl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _spawnve as a wrapper.
2008-01-08  Hans Leidekkermsvcrt: Implement _execl{e, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _execl/_spawnl functions as wrappers...
2008-01-08  Hans Leidekkermsvcrt: Implement _wpopen and forward _popen to it.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2008-01-02  Hans Leidekker msvcrt: Fix spec file entries for the execv functions.
2007-12-24  Andrew Talbotmsvcrt: Remove unneeded cast.
2007-12-04  Gerald Pfeifermsvcrt: Fix error handling in _aligned_offset_realloc().
2007-11-28  Lionel Debrouxmsvcrt: Test more offsets for _aligned_offset_realloc...
2007-11-28  Lionel Debrouxmsvcrt: Fix _Aligned_offset_realloc (move correct block...
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-31  Alexandre Julliardmsvcrt: Silence FIXME about an unknown parameter that...
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-15  Francois Gougetmsvcrt: Fix the calling convention of _wsearchenv(...
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-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-24  Hans Leidekkermsvcrt: Implement _wsearchenv.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation of a few more __crt functions.
2007-09-19  Alexandre Julliardmsvcrt: Added implementation for __STRINGTOLD.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-24  Alexandre Julliardmsvcrt: Don't include mbstring.h to avoid conflicts...
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  Dmitry Timoshkovmsvcrt: Restore error handling code in localtime.
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...
next