Piotr Caban
|
1109672f13
|
msvcr120: Add _fdtest function implementation.
|
2015-01-07 23:48:21 +01:00 |
Martin Storsjo
|
5f395ee8e6
|
msvcr120: Implement the _dclass/_fdclass/_ldclass functions.
|
2014-12-09 18:48:49 +01:00 |
Martin Storsjo
|
547ba7a10b
|
msvcr120: Implement more C99 math functions.
|
2014-12-08 17:25:26 +01:00 |
Nikolay Sivov
|
60de49770c
|
msvcrt: Implement llabs().
|
2014-08-29 20:38:42 +02:00 |
Piotr Caban
|
153965b627
|
msvcrt: Fix __libm_sse2_sqrt_precise implementation.
|
2014-05-19 18:55:53 +02:00 |
Alexandre Julliard
|
0c496f0280
|
msvcrt: Update comments for non-exported functions.
|
2014-04-21 14:32:40 +02:00 |
Piotr Caban
|
e70bf5f8c6
|
msvcrt: Fix compilation errors on Mingw.
|
2014-04-16 18:00:01 +02:00 |
Piotr Caban
|
07566faaca
|
msvcr110: Add __libm_sse2_sqrt_precise implementation.
|
2014-01-07 16:34:33 +01:00 |
Francois Gouget
|
0b5b54e9f4
|
msvcrt: Standardize on using a comparison operator to ensure we return 0 or 1.
|
2013-12-02 10:49:38 +01:00 |
Francois Gouget
|
e4856dbb70
|
libport: Add an isfinite() implementation for Solaris.
|
2013-11-29 17:58:40 +01:00 |
André Hentschel
|
8fab2422a8
|
msvcrt: Export fabsf on ARM and x86_64.
|
2013-09-04 14:43:45 +02:00 |
Alexandre Julliard
|
599d080220
|
msvcrt: Export the float math functions on ARM.
|
2013-03-14 13:20:13 +01:00 |
Austin English
|
a79de8aa29
|
msvcrt: Implement _ftol in msvcrt instead of forwarding to ntdll.
|
2012-12-14 12:13:39 +01:00 |
Alexandre Julliard
|
f80d443f5c
|
msvcrt: Add a number of floating point functions for 64-bit.
|
2012-08-16 18:09:47 +02:00 |
Alexandre Julliard
|
06989a0483
|
msvcrt: Make sure that errno is always set when calling the invalid parameter handler.
|
2012-07-26 11:05:32 +02:00 |
Frédéric Delanoy
|
7bfe648666
|
msvcrt: Avoid superfluous cast of MSVCRT_malloc return value.
|
2011-10-21 12:31:36 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Piotr Caban
|
f9de4eef75
|
msvcrt: Fix mingw compilation issues.
|
2011-06-03 17:44:06 +02:00 |
Alexandre Julliard
|
abe0823b72
|
msvcrt: Implemented a few trivial math functions.
|
2011-05-01 12:52:35 +02:00 |
Piotr Caban
|
f48cfa2be0
|
msvcrt: Fix buffer size in _ecvt_s.
|
2011-03-31 12:31:54 +02:00 |
Nikolay Sivov
|
7a57f02b8d
|
msvcrt: Implement _fcvt_s().
|
2011-01-31 12:31:22 +01:00 |
Alexandre Julliard
|
7c95b251e0
|
msvcrt: Add a non-optimized implementation for the SSE2 math functions.
|
2011-01-26 20:48:48 +01:00 |
Alexandre Julliard
|
658eaeb3e0
|
msvcrt: Implemented _set_controlfp.
|
2011-01-26 15:00:10 +01:00 |
Alexandre Julliard
|
c74f6ca570
|
msvcrt: Implemented _fpreset for SSE2 and x86_64.
|
2011-01-26 14:59:59 +01:00 |
Alexandre Julliard
|
98d7a021d6
|
msvcrt: Implemented _clearfp for SSE2 and x86_64.
|
2011-01-26 14:59:10 +01:00 |
Alexandre Julliard
|
4b17ec7405
|
msvcrt: Implemented _statusfp2.
|
2011-01-26 14:57:31 +01:00 |
Alexandre Julliard
|
a8d8e4a367
|
msvcrt: Implemented __control87_2.
|
2011-01-26 14:57:15 +01:00 |
Eryk Wieliczko
|
1ade6c2bc8
|
msvcrt: Implement ecvt_s.
|
2010-12-10 15:46:06 +01:00 |
Alexandre Julliard
|
f53d82b4f4
|
msvcrt: Fix controlfp_s parameter checks, with tests.
|
2010-11-27 20:40:14 +01:00 |
Alexandre Julliard
|
4dba956ea6
|
msvcrt: Add parameter checking in _controlfp_s.
|
2010-11-26 14:58:39 +01:00 |
Piotr Caban
|
3a25d7d9aa
|
msvcrt: Added _gcvt_s implementation.
|
2010-08-27 12:06:43 +02:00 |
Piotr Caban
|
76058b14eb
|
msvcrt: Added _set_SSE2_enable stub.
|
2010-08-25 17:37:37 +02:00 |
Marcus Meissner
|
f10af18f28
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
Maarten Lankhorst
|
af9f9cb361
|
msvcrt: Add float functions based on their double versions.
|
2010-05-04 13:14:58 +02:00 |
Alexandre Julliard
|
da840f57e5
|
msvcrt: Fix an unused variable warning.
|
2010-04-07 14:25:19 +02:00 |
Piotr Caban
|
bfd0866be8
|
msvcrt: Added implementation of _controlfp_s.
|
2010-04-01 18:12:58 +02:00 |
Piotr Caban
|
8a57f501c8
|
msvcrt: Avoid using scalb function.
|
2010-03-29 15:50:19 +02:00 |
Piotr Caban
|
b90320652d
|
msvcrt: Rename functions conflicting with mingw headers.
|
2010-03-29 15:50:19 +02:00 |
André Hentschel
|
fbe6b57b74
|
msvcrt: Do not overlap in strcpy (Valgrind).
|
2009-11-04 12:22:23 +01:00 |
Alexandre Julliard
|
f2b3df6371
|
msvcrt: The floating point adjust functions only make sense on i386.
|
2009-08-24 15:17:33 +02:00 |
Alexandre Julliard
|
82f175e9b5
|
msvcrt: Replace long by MSVCRT_long.
|
2009-05-23 11:57:39 +02:00 |
Rein Klazes
|
1ab5f4191d
|
msvcrt: Correct implementation of _ecvt() with tests.
|
2009-04-14 14:50:07 -05:00 |
Alexandre Julliard
|
bcfd7dd3ff
|
msvcrt: The _CI* math functions are only exported on i386.
|
2008-12-15 15:40:45 +01:00 |
Francois Gouget
|
ade1326480
|
msvcrt: Remove _adjust_fdiv() as it is unused.
|
2008-12-12 11:41:24 +01:00 |
Austin English
|
8efc3fec1d
|
msvcrt: Fix a compiler warning.
|
2008-11-21 10:04:03 +01:00 |
Henri Verbeet
|
71aa14af99
|
msvcrt: Don't depend on the system's implementation of acos() & asin().
|
2008-08-29 14:26:37 +02:00 |
Karl Relton
|
260fd8a4a9
|
msvcrt: New implementation of fcvt.
|
2007-09-25 12:37:32 +02:00 |
Alexandre Julliard
|
24beabfd4e
|
msvcrt: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-13 11:40:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
b34ac466b1
|
msvcrt: Added wrappers for a few functions instead of linking them
directly to libc.
|
2006-01-14 17:40:29 +01:00 |