Jon Griffiths
|
a4037eb463
|
msvcrt: Implement ___setlc_active_func/___unguarded_readlc_active_add_func.
|
2008-07-08 12:27:54 +02:00 |
Eric Pouech
|
2353dcf783
|
msvcrt: Added __iob_func implementation.
|
2008-04-30 13:45:23 +02:00 |
Alexandre Julliard
|
b43fd31287
|
msvcrt: Rename a few functions to avoid conflicts with Windows headers.
|
2008-04-29 20:18:19 +02:00 |
Alexandre Julliard
|
a6d7b6fc60
|
msvcrt: Implemented __CppXcptFilter.
|
2008-03-11 16:14:44 +01:00 |
Alistair Leslie-Hughes
|
00609d5e78
|
msvcrt: Implement wcscpy_s.
|
2008-02-27 14:52:26 +01:00 |
Francois Gouget
|
fb1b0a1c32
|
msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize() are implemented now so export them.
|
2008-02-05 12:19:38 +01:00 |
Eric Pouech
|
535f85e040
|
msvcrt: Corrected the .spec definition for the printf functions family.
|
2008-01-23 11:31:43 +01:00 |
Hans Leidekker
|
8d768b7713
|
msvcrt: Implement _wexecv{, e, p, pe}.
|
2008-01-08 13:39:14 +01:00 |
Hans Leidekker
|
054132f931
|
msvcrt: Implement _wspawnl{, e, p, pe}.
|
2008-01-08 13:38:57 +01:00 |
Hans Leidekker
|
3fd647c243
|
msvcrt: Implement _wexecl{, e, p, pe}.
|
2008-01-08 13:38:34 +01:00 |
Hans Leidekker
|
3debf28215
|
msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable.
|
2008-01-08 13:34:09 +01:00 |
Dmitry Timoshkov
|
a88f03e22f
|
msvcrt: Rename _environ to avoid a conflict on Solaris.
|
2008-01-08 12:54:40 +01:00 |
Hans Leidekker
|
428cff6e0b
|
msvcrt: Fix spec file entries for the execv functions.
|
2008-01-02 13:43:03 +01:00 |
Stefan Dösinger
|
a529ef4875
|
msvcrt: Implement _mbsnbcpy_s.
|
2007-11-16 15:07:55 +01:00 |
Stefan Dösinger
|
9582f5c719
|
msvcrt: Implement strcat_s.
|
2007-11-16 15:07:26 +01:00 |
Stefan Dösinger
|
18daed62ed
|
msvcrt: Implement strcpy_s.
|
2007-11-16 15:06:52 +01:00 |
Francois Gouget
|
015844a63c
|
msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*().
|
2007-10-15 14:05:28 +02:00 |
Hans Leidekker
|
1efae756c3
|
msvcrt: Implement _wspawnv{, e, p, pe}.
|
2007-09-24 14:38:53 +02:00 |
Hans Leidekker
|
7d3d98eb5c
|
msvcrt: Implement _wsearchenv.
|
2007-09-24 14:37:39 +02:00 |
Alexandre Julliard
|
fcae6777a4
|
msvcrt: Added implementation of a few more __crt functions.
|
2007-09-19 17:53:06 +02:00 |
Alexandre Julliard
|
35602d4106
|
msvcrt: Added implementation for __STRINGTOLD.
|
2007-09-19 17:52:40 +02:00 |
Tijl Coosemans
|
6bbd3cacb8
|
msvcrt: Resolve symbols clashes with FreeBSD libc.
|
2007-09-19 15:01:33 +02:00 |
Mikolaj Zalewski
|
758539c8a3
|
msvcrt: Implement and test _mbsbtype.
|
2007-08-24 10:57:16 +02:00 |
Robert Reif
|
fc77a467cd
|
msvcrt: Add _aligned_malloc functions.
|
2007-07-31 20:32:52 +02:00 |
Alexandre Julliard
|
72bc7429e4
|
msvcrt: Set the correct ebp value before calling the local unwind handler.
|
2007-06-08 12:56:19 +02:00 |
Hans Leidekker
|
480faefe61
|
msvcrt: Correct the spec file entry for _makepath.
|
2007-04-19 11:56:10 +02:00 |
Damjan Jovanovic
|
7ecc283bd9
|
msvcrt: Implemented stat64, wstat64 and fstat64.
Change all other variations of stat use the stat64 family, since it is
the most general.
|
2007-02-14 12:31:14 +01:00 |
Eric Pouech
|
bb5a20c61a
|
msvcrt: Implemented the raise function.
|
2007-02-09 11:50:25 +01:00 |
Juan Lang
|
24dbdf8fa5
|
msvcrt: Implement _mbbtype according to MSDN.
|
2007-02-07 11:34:26 +01:00 |
Alexandre Julliard
|
6f9ad1b981
|
msvcrt: Export various locale and codepage variables.
|
2007-01-16 12:08:59 +01:00 |
Duane Clark
|
67386352c8
|
msvcrt: Add function _mbsspnp.
|
2006-12-24 13:07:22 +01:00 |
Louis Lenders
|
6c04a187d2
|
msvcrt: Add _atoldbl.
|
2006-12-19 16:18:01 +01:00 |
Alexandre Julliard
|
0689e9ea05
|
msvcrt: Define __CxxLongjmpUnwind for i386 only.
|
2006-12-16 17:37:20 +01:00 |
Alexandre Julliard
|
7d98599d7d
|
msvcrt: Implemented __CxxLongjmpUnwind.
|
2006-12-15 13:41:48 +01:00 |
Louis Lenders
|
fa47970e6c
|
msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
|
2006-11-17 12:45:21 +01:00 |
Sam Dennis
|
48c006621d
|
msvcrt: Use the custom vsnprintf implementation for msvcrt.vsprintf too.
|
2006-11-15 11:25:00 +01:00 |
Louis. Lenders
|
32ffc7cb8a
|
msvcrt: Add stub for _setmaxstdio + tiny test.
|
2006-10-31 11:46:20 +01:00 |
Louis. Lenders
|
a5e6c89dcf
|
msvcrt: Add stub for _getmaxstdio.
|
2006-10-18 12:35:40 +02:00 |
Tijl Coosemans
|
7c69033b0a
|
msvcrt: Rename _execve to MSVCRT__execve.
|
2006-08-09 23:09:08 +02:00 |
Stefan Leichter
|
aefdcd13e5
|
msvcrt: Some more exports requested from msvcr80.dll.
|
2006-08-07 13:10:10 +02:00 |
Mike McCormack
|
d16c72dea5
|
msvcrt: Add a stub for _wsetlocale.
|
2006-02-28 12:02:13 +01:00 |
Alexandre Julliard
|
2a192064e8
|
ntdll: memcpy should behave like memmove in ntdll too.
|
2006-01-24 12:28:34 +01:00 |
Hans Leidekker
|
1b69f035e1
|
msvcrt: Stub implementation for wcsftime.
|
2006-01-23 19:29:15 +01:00 |
Alexandre Julliard
|
30a90e1842
|
msvcrt: Forward functions to ntdll instead of libc where possible.
|
2006-01-14 17:42:12 +01: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 |
Alexandre Julliard
|
ee603ce6dd
|
msvcrt: Make snprintf and snwprintf use the msvcrt version of printf.
Remove todos from tests that succeed now.
|
2006-01-14 17:30:02 +01:00 |
Alexandre Julliard
|
ad8cb6133e
|
msvcrt: Reimplement rand() and srand() to use per-thread data for the
random seed.
|
2006-01-14 17:27:28 +01:00 |
Alexandre Julliard
|
2ec3b96135
|
msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
|
2006-01-14 17:24:49 +01:00 |
Alexandre Julliard
|
f9e5b0f5f0
|
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Make the code thread-safe by using asctime_r if available.
|
2006-01-14 17:22:03 +01:00 |