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 |
Alexandre Julliard
|
78412005e1
|
msvcrt: Set errno in the standard math functions too, not only in the
_CI* variants.
|
2006-01-14 17:36:23 +01:00 |
Dimitrie O. Paun
|
0377462460
|
Split the MSVCRT implementation headers from the public headers.
Fix some naming conventions aberrations.
Add tests to ensure consistency between the two sets of symbols.
|
2004-06-25 01:19:15 +00:00 |
Alexandre Julliard
|
8f7c2bc6a5
|
Fixed the prototypes of the _adj_fdiv_* functions.
|
2004-05-12 23:22:36 +00:00 |
Alexandre Julliard
|
b004771314
|
Portability fix.
|
2004-04-08 19:49:49 +00:00 |
Hans Leidekker
|
821f4775a3
|
- Prefix many more functions, types, structs, etc. with MSVCRT_.
- Correct prototypes for _memccpy()/_memicmp().
- "define before use" reordering in file.c.
- Use the new math.h/float.h.
|
2004-03-16 19:17:11 +00:00 |
Alexandre Julliard
|
dec198afe0
|
Implemented the remaining 64-bit file functions, and added a few other
functions and exported variables.
Removed the almost empty lconv.c file.
|
2004-01-13 05:45:05 +00:00 |
Alexandre Julliard
|
0b19a6f7bc
|
Better support for div and ldiv in Winelib apps.
|
2003-11-28 23:17:28 +00:00 |
Alexandre Julliard
|
9612383678
|
Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread
buffer.
|
2003-03-20 23:47:25 +00:00 |
Martin Wilck
|
94638aa276
|
MSVCRT needs a public errno.h file.
|
2002-09-17 18:32:53 +00:00 |
Gregg Mattinson
|
8c9bdcc9e1
|
Fixes for Sparc build.
|
2002-08-07 01:18:41 +00:00 |
Alexandre Julliard
|
44b4235af2
|
Fixed per-thread data handling.
Made terminate and unexpected function pointer per-thread.
Added set_se_translator.
|
2002-07-19 03:24:50 +00:00 |
Warren Baird
|
c43b5c8f11
|
Some fixes for compiling on Sparc.
|
2002-05-16 23:08:01 +00:00 |
Francois Gouget
|
0f4ed92098
|
Added missing FP_PNORM case.
|
2002-04-01 21:03:53 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Alexandre Julliard
|
bd1689ec0a
|
Don't include debugtools.h in the header file, moved it to the C files
that need it (and used the new wine/debug.h while we are at it).
|
2002-01-22 00:57:16 +00:00 |
Jukka Heinonen
|
abdb6d6836
|
Fixed _control87 return value, use of wrong assembler command to get
fp control word and a bug that inverted _IC_AFFINE flag.
Made _controlfp work as specified in MSDN.
|
2001-08-13 20:03:29 +00:00 |
Francois Gouget
|
e76218dd61
|
Add '\n' at the end of traces.
|
2001-05-09 17:31:31 +00:00 |
Francois Gouget
|
e7f75c5dfb
|
Include the msvcrt headers, remove duplicate definitions.
Fixed the signature of a few functions.
Don't use wcs* functions, use *W (from unicode.h) instead.
|
2001-04-10 23:25:25 +00:00 |
Francois Gouget
|
203a8f8290
|
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
Remove '_cdecl', it's unnecessary
|
2001-04-10 21:16:07 +00:00 |
Patrik Stridvall
|
4fb3aa5fcd
|
Fixed some issues found by winapi_check.
|
2001-02-12 03:45:09 +00:00 |
Josh DuBois
|
62e823c6b1
|
Fixed typo.
|
2001-01-28 23:12:19 +00:00 |
Jon Griffiths
|
34c786b2db
|
- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
- Forward to ntdll where possible.
- Fix some .spec entries with incorrect parameters.
|
2001-01-22 02:21:54 +00:00 |
Gerald Pfeifer
|
e884cc2b08
|
Fixed mistyped variable name in MSVCRT__fpclass().
|
2001-01-12 20:30:41 +00:00 |
Jon Griffiths
|
a91a28cf5a
|
Fixes as a result of testing builtin crtdll against builtin msvcrt.
|
2001-01-12 19:56:22 +00:00 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |