This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4415406020
Sweden-Number
/
dlls
/
ucrtbase
/
tests
/
Makefile.in
9 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2015-09-29 13:40:12 +02:00
TESTDLL
=
ucrtbase.dll
APPMODE
=
-mno-cygwin
C_SRCS
=
\
ucrtbase: Add __std_exception_destroy/copy. Signed-off-by: Daniel Lehman <dlehman@esri.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-11 23:19:00 +02:00
cpp.c
\
ucrtbase: Implement _initialize_onexit_table(). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-04-26 13:13:39 +02:00
misc.c
\
ucrtbase: Implement some printf functions. Not all functions are implemented (yet not all variants are implemented in the normal msvcrt either). The new functions are more generalized and are C99 compliant. They take an options parameter that e.g. for the snprintf family of functions indicate whether the truncation and return value should be handled as before or in the standards compliant way. Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-27 22:42:15 +01:00
printf.c
\
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>
2015-09-29 13:40:12 +02:00
string.c