André Hentschel
|
947d1bf588
|
msvcrt: Implement _wfreopen_s.
|
2011-11-15 11:48:38 +01:00 |
André Hentschel
|
ba5b0c34a8
|
msvcrt: Implement freopen_s.
|
2011-11-15 11:48:24 +01:00 |
Francois Gouget
|
f2043352d1
|
msvcrt: Give a name to the critical sections.
|
2011-11-14 20:15:33 +01:00 |
Francois Gouget
|
8eef0cc258
|
dlls: Remove unneeded include directives in resource files.
|
2011-11-14 15:25:23 +01:00 |
Thomas Faber
|
e374c8fe46
|
msvcrt: Fix MSVC build in locale.c.
|
2011-11-07 11:29:49 +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 |
Frédéric Delanoy
|
7bfe648666
|
msvcrt: Avoid superfluous cast of MSVCRT_malloc return value.
|
2011-10-21 12:31:36 +02:00 |
Piotr Caban
|
0bb641ad59
|
msvcrt: Initialize all ctype fields.
|
2011-10-18 18:29:19 +02:00 |
Marcus Meissner
|
cd51c797f3
|
msvcrt: Use correct sizeof to realloc (Coverity).
|
2011-10-18 15:16:17 +02:00 |
Marcus Meissner
|
6ca6464cf3
|
msvcrt: Replaced bad memcpy by strcpy (Coverity).
|
2011-10-17 17:45:05 +02:00 |
Piotr Caban
|
922ae2e268
|
msvcrt: Fix handling of locales without region in MSVCRT_locale_to_LCID.
|
2011-10-14 13:12:28 +02:00 |
Piotr Caban
|
95f3be6573
|
msvcrt: Added missing calling convention specification.
|
2011-10-14 13:12:28 +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
|
c32d4e8840
|
msvcrt: Use _ismbblead instead of _isleadbyte in mbcodepage dependent functions.
|
2011-10-12 17:09:25 +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
|
c9cdb55066
|
msvcrt: Handle C locale in _setmbcp.
|
2011-10-12 17:09:12 +02:00 |
Piotr Caban
|
cf27cb4927
|
msvcrt: Don't overwrite mbcinfo inside setlocale.
|
2011-10-12 17:09:07 +02:00 |
Andrew Talbot
|
5f16eb9c48
|
msvcrt: Remove a superfluous semicolon.
|
2011-10-08 19:47:23 +02:00 |
Andrew Talbot
|
2df8dced84
|
msvcrt: Mark some fall-throughs in a switch statement.
|
2011-10-08 17:40:18 +02:00 |
Piotr Caban
|
45b4b4205a
|
msvcrt: Added _iswdigit_l implementation.
|
2011-10-06 16:46:40 -05:00 |
Piotr Caban
|
c867f3324e
|
msvcrt: Free fd entries with incorrect HANDLE value.
|
2011-10-06 16:46:40 -05:00 |
Piotr Caban
|
190c67c70e
|
msvcrt: Fix __pioinfo block size.
|
2011-10-06 16:46:40 -05:00 |
Piotr Caban
|
8df606fea4
|
msvcrt: Fix wcsncpy_s implementation.
|
2011-10-04 16:54:04 -05:00 |
Frédéric Delanoy
|
3274475299
|
msvcrt/tests: Remove dead assignments (Clang).
|
2011-09-28 12:38:21 +02:00 |
Piotr Caban
|
af6fd252ef
|
msvcr90: Fix _vswprintf_p implementation.
|
2011-09-20 16:21:40 +02:00 |
Francois Gouget
|
7da4305aec
|
msvcrt: Fix printing NULL strings.
|
2011-09-20 16:21:39 +02:00 |
Piotr Caban
|
45dc6c0e22
|
msvcrt: Improve operator new implementation.
|
2011-09-13 11:27:45 +02:00 |
Piotr Caban
|
b7ea63118a
|
msvcrt: Fix _vswprintf* arguments.
|
2011-09-05 19:57:47 +02:00 |
Andrew Talbot
|
dce81b9465
|
msvcrt: Constify some variables.
|
2011-08-23 16:53:53 +02:00 |
Andrew Talbot
|
fb3b28f013
|
msvcrt: void functions should not return a value.
|
2011-08-22 16:14:31 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Austin English
|
1197b5e3e3
|
msvcrt/tests: Make sure to use return values.
|
2011-08-03 19:00:11 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Piotr Caban
|
0c14dc5330
|
msvcrt: Added vscwprintf_{l,p_l} functions implementation.
|
2011-08-01 18:26:26 +02:00 |
Piotr Caban
|
62a5540259
|
msvcrt: Fixed vswprintf* exports.
|
2011-07-29 15:33:49 +02:00 |
Piotr Caban
|
a8c6fda501
|
msvcrt: Fix uninitialized memory access in wcsrtombs_l implementation (valgrind).
|
2011-07-28 18:37:39 +02:00 |
Piotr Caban
|
d7b5c0b14f
|
msvcrt: Fix %f format handling in printf so it works with big floats.
|
2011-07-26 16:33:40 +02:00 |
Piotr Caban
|
5e9ee3b909
|
msvcrt: Fixed tmpnam and _wtmpname implementation.
|
2011-07-26 16:33:04 +02:00 |
Daniel Verkamp
|
fcd04e5987
|
msvcrt/tests: Add test for _get_pgmptr.
|
2011-07-04 13:40:27 +02:00 |
Daniel Verkamp
|
1357589eca
|
msvcrt: Add _get_pgmptr and _get_wpgmptr.
|
2011-07-04 13:39:58 +02:00 |
Damjan Jovanovic
|
c28baa7b96
|
msvcrt: The time passed to utime functions can be NULL.
|
2011-06-20 19:32:02 +02:00 |
Piotr Caban
|
e5f68408ed
|
msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.
|
2011-06-20 19:32:02 +02:00 |
Piotr Caban
|
4debdd6ac8
|
msvcrt: Fix __p__pctype implementation.
|
2011-06-20 11:28:12 +02:00 |
Marcus Meissner
|
034c2cb3fd
|
mscvrt: Do not shadow fmt (Coverity).
|
2011-06-14 15:24:55 +02:00 |
Piotr Caban
|
34ed6b0dbc
|
msvcrt: Fix broken exports in spec file.
|
2011-06-08 14:12:41 +02:00 |
Piotr Caban
|
ab9077d640
|
msvcrt: Fixed buffer overflow in snprintf functions family.
Spotted by Andrew Miller.
|
2011-06-06 21:49:22 +02:00 |
Piotr Caban
|
e398b93900
|
msvcrt: Improved tolower_l and toupper_l implementation.
|
2011-06-03 17:44:06 +02:00 |