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 |
|
Dimitrie O. Paun
|
00e5ccfa17
|
Stub out the _[w]popen/_pclose() functions.
|
2003-08-20 03:34:20 +00:00 |
|
Alexandre Julliard
|
9b8a0595bc
|
_ftol should return a 64-bit int (spotted by Jon Griffiths).
|
2003-08-19 01:03:08 +00:00 |
|
André Johansen
|
70d1136ca7
|
Added a dummy implementation of the _set_error_mode() function.
|
2003-07-28 19:04:47 +00:00 |
|
Jon Griffiths
|
622a343e9f
|
Implement __p__wpgmptr, _wpgmptr.
Avoid using static storage for pgm pointers.
|
2003-07-18 22:54:47 +00:00 |
|
Alexandre Julliard
|
cf4e5d4eea
|
Added an assembly wrapper to retrieve the this pointer from %ecx for
_thiscall functions.
Fixed some bugs, and added a few missing functions.
|
2003-06-17 03:59:24 +00:00 |
|
Martin Fuchs
|
fb9d5c786f
|
Stub implementation for _Gettnames.
|
2003-06-06 18:11:23 +00:00 |
|