ucrtbase: Make the strtod implementation C99 compatible.
commit8578702e0615341118bb710b47da9c6d869153b9
authorMartin Storsjo <martin@martin.st>
Tue, 29 Sep 2015 11:40:12 +0000 (29 14:40 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Oct 2015 11:50:10 +0000 (2 20:50 +0900)
tree38cd7e3cbf740bda4cd4c665cfa9b5047db83348
parent2f9987fd043d094c23430a1698f1a722be76b9bf
ucrtbase: Make the strtod implementation C99 compatible.

Add a test for ucrtbase that verifies these aspects of the C99
behaviour of strtod.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
configure
configure.ac
dlls/msvcrt/string.c
dlls/ucrtbase/tests/Makefile.in [new file with mode: 0644]
dlls/ucrtbase/tests/string.c [new file with mode: 0644]