Alexandre Julliard
|
8408e3a955
|
msvcrt: Add explicit 32- and 64-bit versions of the time functions.
|
2009-05-23 11:12:12 +02:00 |
Hans Leidekker
|
4aec827b1e
|
msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp_func and ___lc_handle_func.
|
2009-04-15 15:56:45 -05:00 |
Hans Leidekker
|
0803575fd3
|
msvcrt: Implement _vscprintf and _vscwprintf.
|
2009-03-26 16:12:15 +01:00 |
David Hedberg
|
2254a549a6
|
msvcrt: Implement _mbcjistojms.
|
2009-02-06 13:03:34 +01:00 |
Hans Leidekker
|
d2a383b658
|
msvcrt: Forward ANSI open functions to their Unicode counterparts instead of the other way around. Implement _wfreopen.
|
2009-01-19 14:22:57 +01:00 |
Alexandre Julliard
|
8a658d7d51
|
msvcrt: Rename _ftime to avoid conflicts.
|
2008-12-15 20:08:33 +01:00 |
Alexandre Julliard
|
e2b3ee535f
|
msvcrt: The __p_* functions are only exported on i386.
|
2008-12-15 16:20:08 +01:00 |
Alexandre Julliard
|
b19913ac70
|
msvcrt: Add a few more *_func functions to replace the __p_* ones.
|
2008-12-15 16:03:32 +01:00 |
Alexandre Julliard
|
bcfd7dd3ff
|
msvcrt: The _CI* math functions are only exported on i386.
|
2008-12-15 15:40:45 +01:00 |
Francois Gouget
|
05c0822707
|
msvcrt: Point the set_new_handler() entrypoint to the right implementation.
|
2008-12-12 11:44:23 +01:00 |
Alexandre Julliard
|
4305e6d119
|
msvcrt: Use iob_func instead of p__iob on non-x86.
|
2008-12-12 10:19:55 +01:00 |
Michael Karcher
|
023c227399
|
msvcrt: Out strings should be ptr instead of wstr in .spec file.
|
2008-12-01 14:04:28 +01:00 |
Eric Pouech
|
6a77a36b24
|
msvcrt: Implemented vswprintf_s.
|
2008-10-21 11:45:54 +02:00 |
Eric Pouech
|
07c80924eb
|
msvcrt: Implemented wcscat_s.
|
2008-10-13 11:55:55 +02:00 |
Eric Pouech
|
3a2dda11e9
|
msvcrt: Implemented splitpath_s.
|
2008-10-07 15:24:00 +02:00 |
Eric Pouech
|
096991428f
|
msvcrt: Implemented wcsncpy_s.
|
2008-10-06 14:11:53 +02:00 |
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 |
Alexandre Julliard
|
545c4b7e7c
|
msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp
to avoid the overhead of a full-blown register function.
Some tracing improvements.
|
2006-01-05 14:36:37 +01:00 |
Alexandre Julliard
|
abb170fac3
|
msvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler
to avoid having to save/restore the whole context on every call.
|
2006-01-05 13:56:11 +01:00 |
Marcus Meissner
|
9a583763ee
|
msvcrt: Implemented wctime(), wasctime().
Free thread data in DLL_THREAD_DETACH.
|
2005-12-21 20:23:47 +01:00 |
Alexandre Julliard
|
15430f6eda
|
Add -register hint in ntdll, kernel and msvcrt spec files.
|
2005-12-16 12:44:58 +01:00 |
Rein Klazes
|
3d96c56f24
|
Do not forward _mbccpy to strcpy.
Remove the error message in _mbccpy, it is not an error.
|
2005-11-21 13:34:29 +00:00 |
Alexandre Julliard
|
74d04a020d
|
Fixed _wstrdate/_wstrtime parameters.
|
2005-11-01 18:11:08 +00:00 |
Robert Reif
|
b8d1544661
|
Implement _wstrdate and _wstrtime with tests.
|
2005-10-30 19:03:58 +00:00 |
Alexandre Julliard
|
6b2a9b3022
|
Added implementation of _dstbias and __p__dstbias.
Added macros for _dstbias, _daylight, _timezone and _tzname.
|
2005-09-27 10:55:50 +00:00 |
Vijay Kiran Kamuju
|
07b53de0b2
|
Implementation of _get_sbh_threshold and _set_sbh_threshold
functions.
|
2005-09-23 10:07:05 +00:00 |
Vijay Kiran Kamuju
|
8c2ba6f93c
|
Added __p__amblksiz implementation.
|
2005-09-19 14:41:25 +00:00 |
Alexandre Julliard
|
4c34d9386c
|
Specify 64-bit integers as double instead of long long in spec files
so that we get the correct number of arguments.
|
2005-09-09 15:05:01 +00:00 |
Vitaly Lipatov
|
442c253a01
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
Alexandre Julliard
|
dcad0864bb
|
Fix duplication of _Getnames and _Gettnames, only the latter actually
exists.
|
2005-06-22 18:07:31 +00:00 |
Eric Pouech
|
98b2e381f6
|
_findclose() exists on MinGW, so prefix it.
|
2005-05-29 20:04:40 +00:00 |
Uwe Bonnes
|
f9cad774dc
|
Implement minimal _stricoll.
|
2005-05-23 10:27:58 +00:00 |
Juan Lang
|
7bf1ee877d
|
- move _timezone to time.c, and correct its type
- implement _tzset, and initialize _daylight, _timezone, and _tzname
from libc values
|
2005-05-14 11:07:10 +00:00 |
Juan Lang
|
576aa4a6d8
|
Export _tzname, expected by Mozilla.
|
2005-04-23 19:06:29 +00:00 |
Mike McCormack
|
2cc5f1e469
|
Add handling of %ws, %S and %C to _vns(w)printf, improve sprintf
tests.
|
2005-02-14 20:53:42 +00:00 |
Rein Klazes
|
03d9cf286e
|
- implement __pioinfo, __badioinfo and _adjust_fdiv
- remove all stubs of data item from the spec file, those actually may
hide problems.
|
2004-12-10 15:28:25 +00:00 |
Juan Lang
|
1e23777ae5
|
- implement _dup, _dup2, and _pipe
- make max file descriptors 2048 to match MS
- increase max file streams to match
|
2004-12-09 16:51:26 +00:00 |
Hans Leidekker
|
9ec800fd6d
|
Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header.
Typo fix.
|
2004-10-14 00:26:39 +00: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 |
Mike McCormack
|
db0d0bb39b
|
Copy the vsnprintfW implementation from libunicode.so to msvcrt and
add a handler for the %S flag. That requires a conversion to unicode
and knowledge of the current ASCII code page.
|
2004-06-02 00:35:09 +00:00 |
Alexandre Julliard
|
8f7c2bc6a5
|
Fixed the prototypes of the _adj_fdiv_* functions.
|
2004-05-12 23:22:36 +00:00 |
Rein Klazes
|
4d6db9a6e7
|
The name is _longjmpex (with the underscore).
|
2004-03-24 23:38:16 +00:00 |
Uwe Bonnes
|
9c6774f18a
|
Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
behaviour. Add a test case.
|
2004-03-19 01:53:11 +00:00 |
Hans Leidekker
|
3f09feda6e
|
Reimplement time functions with Win32 APIs.
Implement localtime()/gmtime().
|
2004-03-19 01:16:59 +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 |
Rein Klazes
|
950da26b98
|
Two "unknown" parameters of _unDName() turn out to be the output
string and it length. If possible, use these instead of allocating a
new one. Put the code in _unDNameEx() and call that from _unDName().
|
2004-01-13 22:56:59 +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
|
83883e1730
|
_set_error_mode is cdecl not stdcall.
|
2004-01-13 01:08:59 +00:00 |
Alexandre Julliard
|
f752be843e
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
|
2003-12-04 05:51:01 +00:00 |
Kirill Smelkov
|
676164cc39
|
Added _execle/_execlpe & _spawnle/_spawnlpe stubs.
|
2003-11-14 03:29:51 +00:00 |
Jon Griffiths
|
d051a95b26
|
A first stab at wcstod().
|
2003-09-23 22:50:30 +00:00 |