Commit Graph

19 Commits

Author SHA1 Message Date
Alexandre Julliard f53d82b4f4 msvcrt: Fix controlfp_s parameter checks, with tests. 2010-11-27 20:40:14 +01:00
Vincas Miliūnas 5083f0d20c msvcr90/tests: Added qsort_s tests. 2010-11-18 12:52:22 +01:00
Eric Pouech d38196a0ff msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test). 2010-11-16 12:02:00 +01:00
Eric Pouech 9df3f06cb9 msvcrt: Use macro for parameters validation itoa_s (and update the tests as well). 2010-11-12 11:59:39 +01:00
Piotr Caban 3b7a5d410e msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked. 2010-10-25 13:52:51 +02:00
Alexandre Julliard 730f01801f tests: Make some variables static. 2010-10-01 13:41:42 +02:00
Alexandre Julliard bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Francois Gouget 31f7eb790f msvcr90/tests: Make test_invalid_parameter_handler() static. 2010-06-22 20:04:20 +02:00
Alexandre Julliard 4f3b7f8445 msvcrt: Implement _invalid_parameter and fix the handler definitions. 2010-04-14 18:00:46 +02:00
Alexandre Julliard 701dd23911 msvcr90/tests: Fix the calling convention of the initterm callbacks. 2010-04-07 14:25:32 +02:00
Detlef Riekenberg 57fb163381 msvcr90: Run the tests again on w2k and below. 2010-04-05 11:37:16 +02:00
Piotr Caban f377e4be6b msvcrt: Move invalid parameter tests to msvcr90. 2010-04-01 18:12:58 +02:00
Piotr Caban f7cc8f695b msvcr90: Added implementation of __sys_nerr and __sys_errlist. 2010-03-25 17:06:01 +01:00
Piotr Caban 254eab3827 msvcr90: Added _get/set_invalid_parameter_handler implementation. 2010-03-25 16:46:56 +01:00
Piotr Caban d91b71e0df msvcr90: Added _encoded_null() implementation. 2010-03-25 16:46:43 +01:00
Piotr Caban c452249e00 msvcr90: Implement _encode_pointer and _decode_pointer. 2010-03-25 16:36:56 +01:00
Detlef Riekenberg 73e669c6bc msvcr90/tests: Add tests for _initterm_e. 2010-03-22 15:52:35 +01:00