Piotr Caban
|
8060752c09
|
msvcrt: Fixed RTTI structure on 64-bit systems.
|
2012-09-07 11:55:32 +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 |
Thomas Faber
|
bf5c7d4546
|
msvcrt: Fix malloc_func_t/free_func_t calling convention.
|
2012-05-07 11:37:19 +02:00 |
Piotr Caban
|
b58cfb40b9
|
msvcrt: Added field names to MSVCRT___lc_time_data structure.
|
2012-04-11 18:21:00 +02:00 |
Piotr Caban
|
0f7c834bd1
|
msvcrt: Rewrite asctime function.
|
2012-04-11 18:20:14 +02:00 |
Akihiro Sagawa
|
c9f1489cab
|
msvcrt: Implement _mbcjmstojis.
|
2012-03-16 11:11:07 +01:00 |
Marcus Meissner
|
b057a3e898
|
msvcrt: Mark various internal functions as hidden.
|
2012-01-03 12:37:32 +01:00 |
Piotr Caban
|
283c07b8ce
|
msvcp90: Added ctype<char>::tolower functions implementation.
|
2011-12-21 18:05:47 +01:00 |
Piotr Caban
|
344883fb85
|
msvcrt: Initialize lc_time_curr inside create_locale.
|
2011-12-07 17:50:04 +01:00 |
Thomas Faber
|
5402827329
|
msvcrt: Fix MSVC build in exit.c and msvcrt.h.
|
2011-11-07 11:29:43 +01:00 |
Piotr Caban
|
698afdca98
|
msvcrt: Don't search for LCID in _setmbcp_l if it was already done.
|
2011-10-26 17:07:05 +02:00 |
Piotr Caban
|
fea69b2305
|
msvcrt: Don't duplicate _setmbcp functionality inside _create_locale function.
|
2011-10-13 19:57:19 +02:00 |
Piotr Caban
|
99579ca42a
|
msvcrt: Added _mbtowc_l implementation.
|
2011-10-12 17:09:34 +02:00 |
Piotr Caban
|
0f53100ade
|
msvcrt: Move _pctype definition to locale.c.
|
2011-10-12 17:09:30 +02:00 |
Piotr Caban
|
cfca12e486
|
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcodepage dependent functions.
|
2011-10-12 17:09:20 +02:00 |
Piotr Caban
|
cf27cb4927
|
msvcrt: Don't overwrite mbcinfo inside setlocale.
|
2011-10-12 17:09:07 +02:00 |
Piotr Caban
|
f9de4eef75
|
msvcrt: Fix mingw compilation issues.
|
2011-06-03 17:44:06 +02:00 |
Piotr Caban
|
27ff2ae967
|
msvcrt: Improved locale initialization.
|
2011-05-26 13:38:22 +02:00 |
Piotr Caban
|
197826b12d
|
msvcr90/tests: Added _getptd tests.
|
2011-05-25 11:48:02 +02:00 |
Piotr Caban
|
abb3db5c57
|
msvcrt: Improved tmpnam/wtmpnam implementation.
|
2011-05-25 11:46:29 +02:00 |
Piotr Caban
|
12229aeeb2
|
msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data.
|
2011-05-25 11:46:16 +02:00 |
Piotr Caban
|
e15ac98cbc
|
msvcrt: Change the way locale information is stored in __thread_data.
|
2011-05-25 11:46:07 +02:00 |
Piotr Caban
|
6991ac0331
|
msvcrt: Use get_locinfo instead of get_locale.
|
2011-05-25 11:45:42 +02:00 |
Piotr Caban
|
11bfced55d
|
msvcrt: Use _create_locale instead of setlocale during initialization.
|
2011-05-25 11:45:14 +02:00 |
Piotr Caban
|
093909cf88
|
msvcrt: Reorder fields of __thread_data structure.
|
2011-05-25 11:44:51 +02:00 |
Piotr Caban
|
2bcc9d452a
|
msvcrt: Close thread handle when _beginthread is used.
|
2011-05-25 11:44:28 +02:00 |
Piotr Caban
|
38f476399c
|
msvcrt: Fix __pctype_func implementation.
|
2011-05-20 12:36:24 +02:00 |
Piotr Caban
|
73b9acf273
|
msvcrt: Make scanf functions thread safe.
|
2011-05-19 19:37:26 +02:00 |
Piotr Caban
|
504231ff5a
|
msvcrt: Added _strlwr_s_l implementation.
|
2011-05-12 14:27:08 +02:00 |
Piotr Caban
|
64cf208040
|
msvcrt: Don't pass NULL as __ms_va_list in printf implementation.
|
2011-05-11 17:49:16 +02:00 |
Francois Gouget
|
ca268b199a
|
msvcrt: Make printf_arg arg_clbk_positional() and MSVCRT_wcsrtombs_s_l() static.
|
2011-05-03 14:38:06 +02:00 |
Piotr Caban
|
168909283c
|
msvcrt: Added wcsrtombs implementation.
|
2011-04-28 11:07:46 +02:00 |
Piotr Caban
|
00182ca6d9
|
msvcrt: Added sprintf_p_l implementation.
|
2011-04-27 13:18:59 +02:00 |
Piotr Caban
|
c09f9ef498
|
msvcrt: Removed pf_vnsprintf internal function.
|
2011-04-25 14:36:42 +02:00 |
Piotr Caban
|
7303b8c4db
|
msvcrt: Use callback based printf in cprintf functions family.
|
2011-04-25 14:36:26 +02:00 |
Piotr Caban
|
056dfb26ce
|
msvcrt: Copy and reorganize printf implementation.
|
2011-04-25 14:36:19 +02:00 |
Piotr Caban
|
220b6ab37f
|
msvcrt: Added _wassert implementation.
|
2011-04-05 17:38:09 +02:00 |
Hans Leidekker
|
b25e0068ac
|
msvcrt: Implement _set_security_error_handler.
|
2011-03-16 16:31:55 +01:00 |
Nikolay Sivov
|
0512829a27
|
msvcrt: Add _get_output_format() and return default value.
|
2011-03-09 12:30:30 +01:00 |
Jörg Höhle
|
c6d67fad8f
|
msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX.
|
2011-02-17 18:33:43 +01:00 |
Alexandre Julliard
|
37af4c371b
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
Detlef Riekenberg
|
58786dc8ea
|
msvcrt: Add private define and header tests for _set_error_mode options.
|
2011-01-28 17:41:51 +01:00 |
Alexandre Julliard
|
a8d8e4a367
|
msvcrt: Implemented __control87_2.
|
2011-01-26 14:57:15 +01:00 |
Nikolay Sivov
|
03ca06e791
|
msvcrt: Partially implement _set_abort_behavior.
|
2011-01-20 12:54:50 +01:00 |
Nikolay Sivov
|
ad6bc94491
|
msvcrt: Add _atoflt and _atoflt_l implementations.
|
2011-01-19 12:22:27 +01:00 |
Alexandre Julliard
|
1ae23af85b
|
include/msvcrt: Define more CPU control word flags.
|
2010-11-26 14:58:39 +01:00 |
Eric Pouech
|
7d384d23f8
|
msvcrt: For internal msvcrt use, added ability to grow automatically the size of the buffer in printf core engine.
|
2010-11-08 18:12:57 +01:00 |
Eric Pouech
|
71200a9818
|
msvcrt: Implemented (_)wcserror.
|
2010-11-03 11:08:56 +01:00 |
Eric Pouech
|
fd3ad8cd2a
|
msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs.
|
2010-11-01 12:31:19 +01:00 |
Damjan Jovanovic
|
c7536ef868
|
msvcrt: Define STRUNCATE.
|
2010-10-19 10:15:35 +02:00 |