msvcrt: Added mbrlen tests.
[wine] / dlls / msvcrt / tests / headers.c
2011-03-09  Nikolay Sivovmsvcrt: Add _get_output_format() and return default...
2011-01-28  Detlef Riekenbergmsvcrt: Add private define and header tests for _set_er...
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-11-26  Alexandre Julliardinclude/msvcrt: Define more CPU control word flags.
2010-05-25  Gerald Pfeifermsvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen...
2009-05-23  Alexandre Julliardmsvcrt: Fix the stat and finddata structures for 64...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-05-23  Alexandre Julliardmsvcrt: Add explicit 32- and 64-bit versions of the...
2009-01-05  Alexandre Julliardmsvcrt: Fix the time_t definition for the msvcrt build.
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2006-12-05  Francois GougetAssorted spelling fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-23  Alexandre Julliardmsvcrt: Added EILSEQ definition.
2006-01-14  Alexandre Julliardmsvcrt: Reimplement rand() and srand() to use per-threa...
2005-12-01  Alexandre JulliardImproved the CHECK_DEF macro to avoid code duplication.
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...