msvcrt: Added _atoi_l implementation.
[wine] / dlls / msvcr90 / tests /
2012-12-06  Piotr Cabanmsvcr90: Fixed non-blocking file access tests.
2012-07-26  Alexandre Julliardmsvcr90/tests: Fix tests for errno values.
2012-07-18  André Hentschelmsvcrt: Add tmpfile_s implementation.
2012-07-17  André Hentschelmsvcrt: Add bsearch_s implementation by reusing code...
2012-04-17  Piotr Cabanmsvcr90: Added _byteswap_{ushort,ulong,uint64} implemen...
2011-11-16  Piotr Cabanmsvcr90/tests: Added nonblocking FILE functions test.
2011-11-15  Piotr Cabanmsvcr90: Added __vswprintf_l implementation.
2011-05-25  Piotr Cabanmsvcr90/tests: Added _getptd tests.
2011-05-25  Piotr Cabanmsvcr90/tests: Don't check if msvcr90 functions exists.
2011-02-16  Alexandre Julliardmsvcr90/tests: Fix the type info test for 64-bit.
2011-02-10  Austin Englishmsvcr90/tests: Don't check return values inside of...
2011-02-03  Nikolay Sivovmsvcrt: Partially implement type_info::name_internal_me...
2011-02-01  Andrew Nguyenmsvcr90/tests: Avoid casting away const in comparison...
2011-01-28  Nikolay Sivovmsvcrt: Forward _realloc_crt to realloc.
2011-01-27  Nikolay Sivovmsvcrt: Implement _wsopen_s.
2011-01-26  Nikolay Sivovmsvcrt: Implemented _sopen_s.
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-12-27  Eric Pouechmsvcr90: Fix an integer overflow on 64 bit system for...
2010-11-27  Alexandre Julliardmsvcrt: Fix controlfp_s parameter checks, with tests.
2010-11-18  Vincas Miliūnasmsvcr90/tests: Added qsort_s tests.
2010-11-16  Eric Pouechmsvcrt: Use the macros for parameter checking for wcsnc...
2010-11-12  Eric Pouechmsvcrt: Use macro for parameters validation itoa_s...
2010-10-25  Piotr Cabanmsvcr90/tests: Make some tests fail if invalid_paramete...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-06-22  Francois Gougetmsvcr90/tests: Make test_invalid_parameter_handler...
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-07  Alexandre Julliardmsvcr90/tests: Fix the calling convention of the initte...
2010-04-05  Detlef Riekenbergmsvcr90: Run the tests again on w2k and below.
2010-04-01  Piotr Cabanmsvcrt: Move invalid parameter tests to msvcr90.
2010-03-25  Piotr Cabanmsvcr90: Added implementation of __sys_nerr and __sys_e...
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2010-03-25  Piotr Cabanmsvcr90: Added _encoded_null() implementation.
2010-03-25  Piotr Cabanmsvcr90: Implement _encode_pointer and _decode_pointer.
2010-03-22  Detlef Riekenbergmsvcr90/tests: Add tests for _initterm_e.