Daniel Lehman
|
bc1eaf7a0f
|
msvcrt: Add _W_Getdays.
|
2015-06-10 15:26:10 +09:00 |
Piotr Caban
|
0922865b37
|
msvcrt: Fix strtol implementation on strings not containing valid number.
|
2015-06-08 19:07:55 +09:00 |
Piotr Caban
|
ba757eaec7
|
msvcrt: Use fd critical section in _write.
|
2015-06-04 19:02:31 +09:00 |
Piotr Caban
|
eec7a565be
|
msvcrt: Don't lock __badioinfo.
|
2015-06-04 19:02:29 +09:00 |
Piotr Caban
|
f00b7f4058
|
msvcrt: Use fd critical section in _setmode.
|
2015-06-04 19:02:26 +09:00 |
Piotr Caban
|
bd6eaf918c
|
msvcrt: Get rid of msvcrt_is_valid_fd helper.
|
2015-06-03 22:52:04 +09:00 |
Piotr Caban
|
9ce2a8a60c
|
msvcrt: Use fd critical section in msvcrt_create_io_inherit_block.
|
2015-06-03 22:52:02 +09:00 |
Piotr Caban
|
86baccc9ae
|
msvcrt: Get rid of msvcrt_fdtoh helper.
|
2015-06-03 22:52:00 +09:00 |
Piotr Caban
|
9278190d46
|
msvcrt: Use fd critical section in _futime64.
|
2015-06-03 22:51:57 +09:00 |
Piotr Caban
|
16285f5700
|
msvcrt: Use fd critical section in read.
|
2015-06-03 22:51:55 +09:00 |
Piotr Caban
|
b052afd4af
|
msvcrt: Use fd critical section in msvcrt_free_fd.
|
2015-06-03 22:51:53 +09:00 |
Piotr Caban
|
c7b0fb5154
|
msvcrt: Use fd critical section in dup2.
|
2015-06-03 22:51:50 +09:00 |
Daniel Lehman
|
65b8a3da47
|
msvcrt: Add __swprintf_l.
|
2015-06-01 14:43:54 +09:00 |
Daniel Lehman
|
e89813fe3c
|
msvcr120: Add erf functions.
|
2015-05-29 16:16:21 +09:00 |
Piotr Caban
|
530d269e01
|
msvcr120: Add _dsign implementation.
|
2015-05-26 22:44:52 +09:00 |
Piotr Caban
|
ec2f02db0c
|
msvcr120: Add fmax implementation.
|
2015-05-26 22:44:47 +09:00 |
Piotr Caban
|
70bff7377d
|
msvcrt: Fix functions table reallocation in _onexit.
|
2015-05-18 14:06:40 +09:00 |
Hans Leidekker
|
bbd0e56a58
|
msvcrt: Handle NULL arguments in _mbscmp.
|
2015-04-24 22:04:09 +09:00 |
Piotr Caban
|
760b78813d
|
msvcrt: Don't ignore pmode attribute in _wsopen_s.
|
2015-04-17 14:53:53 +09:00 |
Piotr Caban
|
ccea6c6059
|
msvcr120: Add some missing exports on i386 architecture.
|
2015-03-31 14:44:49 +09:00 |
Zheng Chen
|
829e893184
|
msvcrt: Fix _copysign bugs for NAN/INF.
|
2015-03-27 00:11:42 +09:00 |
Piotr Caban
|
248bd63b53
|
msvcrt/tests: Use NAN and INFINITY definitions from port.h in printf tests.
|
2015-03-25 22:40:09 +09:00 |
Piotr Caban
|
46db64ce1b
|
msvcrt: Fix NAN handling in printf.
|
2015-03-25 22:40:06 +09:00 |
Piotr Caban
|
6de6e42a36
|
msvcrt/tests: Add atan, tanh and exp tests on invalid arguments.
|
2015-03-25 21:48:02 +09:00 |
Zheng Chen
|
e95dbb3b74
|
msvcrt: Correct atan/exp/tanh errno setting.
|
2015-03-25 19:46:33 +09:00 |
Akihiro Sagawa
|
cd5a76b182
|
msvcrt: Add _mbctokata implementation.
|
2015-03-17 00:20:00 +09:00 |
Akihiro Sagawa
|
b6ab2b6268
|
msvcrt: Add _mbctohira implementation.
|
2015-03-17 00:19:58 +09:00 |
Akihiro Sagawa
|
a2149ba7ba
|
msvcrt: Fix _ismbckata() for Halfwidth Katakana characters.
|
2015-03-17 00:19:57 +09:00 |
Michael Stefaniuc
|
278b70bdd0
|
msvcrt: Clarify comparison of the diff of two unsigneds with 0 (PVS-Studio).
|
2015-03-06 20:32:02 +09:00 |
Alexandre Julliard
|
b7f6362ddc
|
msvcrt: Use the correct object type for __non_rtti_object exceptions.
|
2015-03-04 21:50:32 +09:00 |
Alexandre Julliard
|
cdef3287db
|
msvcrt: Undefine __thiscall before redefining it.
|
2015-03-04 21:50:32 +09:00 |
Michael Stefaniuc
|
e67a65c59e
|
msvcrt: Avoid identical if and else bodies (PVS-Studio).
|
2015-02-18 16:08:48 +09:00 |
Yifu Wang
|
a11c8758b2
|
msvcr120: Fixed bugs in Concurrency::critical_section.
|
2015-02-13 18:51:21 +09:00 |
Orion Poplawski
|
8bf1732962
|
msvcrt: Bump MSVCRT_MB_LEN_MAX to 5 and use it in MSVCRT__wctomb_l for default buffer lengthSet MB_LEN_MAX to 5 to match MSVCRT_MB_LEN_MAX.
|
2015-02-03 14:38:40 +09:00 |
Piotr Caban
|
ccaf87b2ea
|
msvcrt: Add _iswpunct_l implementation.
|
2015-01-26 11:23:12 +01:00 |
Piotr Caban
|
ef69ad9f97
|
msvcrt: Add _iswspace_l implementation.
|
2015-01-26 11:23:08 +01:00 |
Piotr Caban
|
90b68f9964
|
msvcrt: Reset write direction after flush on read/write stream.
|
2015-01-26 11:22:58 +01:00 |
Piotr Caban
|
7880525f44
|
msvcrt: Handle read buffer flushing in msvcrt_flush_buffer helper.
|
2015-01-26 11:22:54 +01:00 |
Charles Davis
|
7ef720f184
|
msvcrt: Support 64-bit platforms that don't have finitef or isnanf.
|
2015-01-23 11:58:14 +01:00 |
Piotr Caban
|
ba0d1586ff
|
msvcrt: Drop read buffer in _flsbuf.
|
2015-01-21 18:08:11 +01:00 |
Piotr Caban
|
bd1428ef50
|
msvcrt: Add _vscprintf_p implementation.
|
2015-01-20 16:08:49 +01:00 |
Hugh McMaster
|
d999fd0d11
|
msvcrt/tests: Add more tests for _vsnwprintf.
|
2015-01-07 23:48:26 +01:00 |
Piotr Caban
|
1109672f13
|
msvcr120: Add _fdtest function implementation.
|
2015-01-07 23:48:21 +01:00 |
Piotr Caban
|
3af24fe1f4
|
msvcrt: Add _wcsset_s implementation.
|
2014-12-23 18:59:36 +01:00 |
Hugh McMaster
|
828a46898d
|
msvcrt: Fix a spelling error.
|
2014-12-22 13:37:15 +01:00 |
Martin Storsjo
|
5f395ee8e6
|
msvcr120: Implement the _dclass/_fdclass/_ldclass functions.
|
2014-12-09 18:48:49 +01:00 |
Martin Storsjo
|
547ba7a10b
|
msvcr120: Implement more C99 math functions.
|
2014-12-08 17:25:26 +01:00 |
Martin Storsjo
|
589f58d806
|
msvcr120: Implement the _vacopy function.
|
2014-12-08 17:08:51 +01:00 |
Piotr Caban
|
6c2d4f1092
|
msvcrt: Use fd critical section in _fstat64.
|
2014-12-05 20:48:02 +01:00 |
Piotr Caban
|
f2f45d5fe6
|
msvcrt: Use fd critical section in _chsize_s.
|
2014-12-05 20:48:01 +01:00 |
Piotr Caban
|
fa6de59770
|
msvcrt: Use fd critical section in _lseeki64.
|
2014-12-05 20:47:59 +01:00 |
Piotr Caban
|
ffdd16cc0d
|
msvcrt: Use fd critical section in _locking.
|
2014-12-05 20:47:57 +01:00 |
Piotr Caban
|
9a4cfbc3ed
|
msvcrt: Use fd critical section in _eof.
|
2014-12-05 20:47:55 +01:00 |
Piotr Caban
|
a4fcba60b9
|
msvcrt: Call CreateProcess with CREATE_UNICODE_ENVIRONMENT flag in exec functions family.
Based on a patch by Ron Yorston.
|
2014-12-04 14:03:34 +01:00 |
Yifu Wang
|
08d0508993
|
msvcr120: Added wchar_t* fields to struct MSVCRT_lconv.
|
2014-12-03 21:34:27 +01:00 |
Iván Matellanes
|
17fcef507f
|
msvcrt: Call the _nolock variant when the file is already locked.
|
2014-12-01 11:11:16 +01:00 |
Michael Stefaniuc
|
42e6019c00
|
msvcrt/tests: Don't open code offsetof().
|
2014-11-27 11:43:41 +01:00 |
Piotr Caban
|
afc6962a24
|
msvcrt: Use fd critical section in _close.
|
2014-11-11 23:55:52 +09:00 |
Piotr Caban
|
4508e665c0
|
msvcrt: Use fd critical section in _commit.
|
2014-11-11 23:55:49 +09:00 |
Piotr Caban
|
1d791f5db2
|
msvcrt: Rename msvcrt_get_ioinfo function.
|
2014-11-11 23:55:43 +09:00 |
Piotr Caban
|
0c4cb6ce5d
|
msvcrt: Initialize file descriptor critical section.
|
2014-11-11 23:55:34 +09:00 |
Iván Matellanes
|
bcbd83d154
|
msvcrt: Added _fread_nolock_s implementation.
|
2014-11-10 19:25:15 +09:00 |
Iván Matellanes
|
4f807d9ae9
|
msvcrt: Added _ungetwc_nolock implementation.
|
2014-11-05 13:15:44 +09:00 |
Iván Matellanes
|
6f24dd9677
|
msvcrt: Added _ungetc_nolock implementation.
|
2014-11-05 13:15:20 +09:00 |
Iván Matellanes
|
b536ff62ef
|
msvcrt: Added _fputwc_nolock implementation.
|
2014-11-05 13:14:35 +09:00 |
Iván Matellanes
|
975a95a25b
|
msvcrt: Added _fputc_nolock implementation.
|
2014-11-05 13:14:03 +09:00 |
Iván Matellanes
|
89d91168a0
|
msvcrt: Use correct type for fread and fwrite return values.
|
2014-11-04 13:31:33 +09:00 |
Iván Matellanes
|
20e0a6f20d
|
msvcrt: Avoid locking the file in _fclose_nolock.
|
2014-11-04 13:31:29 +09:00 |
Iván Matellanes
|
156684ba91
|
msvcrt: Added _fgetwc_nolock implementation.
|
2014-10-31 15:35:36 +09:00 |
Iván Matellanes
|
878b4a9280
|
msvcrt: Added _fgetc_nolock implementation.
|
2014-10-31 15:35:24 +09:00 |
Iván Matellanes
|
f896cd3dc9
|
msvcrt: _filbuf should not lock any file.
|
2014-10-31 15:35:19 +09:00 |
Hans Leidekker
|
ed79b3f9a5
|
msvcrt: Implement _snprintf_l.
|
2014-10-31 10:49:06 +09:00 |
Vincent Povirk
|
1860efaa9e
|
msvcrt: Implement _wcsnicmp_l.
|
2014-10-29 20:31:04 +09:00 |
Vincent Povirk
|
5ba68bb966
|
msvcrt: Implement _strtoul_l.
|
2014-10-29 20:31:03 +09:00 |
Iván Matellanes
|
4bb80afedc
|
msvcrt: Added _fflush_nolock implementation.
Thanks to Piotr Caban for the test.
|
2014-10-27 19:03:57 +09:00 |
Iván Matellanes
|
c53e0384a5
|
msvcrt: Added _fseek_nolock implementation.
|
2014-10-16 13:02:24 +09:00 |
Iván Matellanes
|
5077d8c137
|
msvcrt: Added _fseeki64_nolock implementation.
|
2014-10-16 13:02:16 +09:00 |
Iván Matellanes
|
50574ccffa
|
msvcrt: Added _ftell_nolock implementation.
|
2014-10-16 13:02:08 +09:00 |
Iván Matellanes
|
7cf0c877b3
|
msvcrt: Added _ftelli64_nolock implementation.
|
2014-10-16 13:01:59 +09:00 |
Iván Matellanes
|
25d7a1bbbf
|
msvcrt: Added _fwrite_nolock() implementation.
|
2014-10-13 18:09:06 +09:00 |
Iván Matellanes
|
206ea48f20
|
msvcrt: Added _fread_nolock() implementation.
|
2014-10-13 18:08:54 +09:00 |
Iván Matellanes
|
9fda14a9d6
|
msvcrt: Added _fclose_nolock() implementation.
|
2014-10-08 14:47:46 +02:00 |
Francois Gouget
|
f63fd82610
|
msvcrt: Prefix _set_output_format() with MSVCRT_ to avoid a collision with MinGW.
|
2014-09-15 10:12:24 +02:00 |
Nikolay Sivov
|
1228f0bba5
|
msvcrt: Added __dstbias() export.
|
2014-09-10 21:36:52 +02:00 |
Piotr Caban
|
7cf23a7957
|
msvcrt: Fix _stricmp behavior on characters that doesn't fit into signed char.
|
2014-09-03 16:31:01 +02:00 |
Piotr Caban
|
43be238331
|
msvcr80: Throw bad_alloc exception when operator new fails.
|
2014-09-02 20:54:47 +02:00 |
Piotr Caban
|
53869e19eb
|
msvcrt: Add _strnset_s implementation.
|
2014-09-02 15:07:27 +02:00 |
Nikolay Sivov
|
60de49770c
|
msvcrt: Implement llabs().
|
2014-08-29 20:38:42 +02:00 |
Piotr Caban
|
d3a48ee342
|
msvcrt: Only check for flag presence in isatty function.
|
2014-08-04 16:18:10 +02:00 |
Piotr Caban
|
a566569305
|
msvcrt: Always set fd to -1 in _sopen_s on failure.
|
2014-07-10 15:23:02 +02:00 |
Piotr Caban
|
0350b6c7fd
|
msvcrt: Fix buffer allocation in setvbuf.
|
2014-06-30 22:04:52 +02:00 |
Frédéric Delanoy
|
b9e306ee78
|
msvcrt: Avoid potential integer overflow when computing median position in bsearch.
|
2014-06-30 22:04:52 +02:00 |
Piotr Caban
|
60eb44d820
|
msvcrt: Don't touch _bufsiz value while initializing FILE structure.
|
2014-06-27 10:37:54 +02:00 |
Piotr Caban
|
fffbc8e570
|
msvcrt: Use file->_flag to check if file buffering is enabled.
|
2014-06-27 10:37:51 +02:00 |
Piotr Caban
|
18a416f7d5
|
msvcrt: Support NULL buffer in setvbuf.
|
2014-06-26 19:00:41 +02:00 |
Piotr Caban
|
1ae475dae8
|
msvcrt: Fix ungetc on files with empty buffer.
|
2014-06-26 19:00:41 +02:00 |
Piotr Caban
|
f91f24f6e7
|
msvcrt: Fix _flsbuf behavior on streams with MSVCRT__IONBF flag.
|
2014-06-26 19:00:40 +02:00 |
Piotr Caban
|
8715d89c49
|
msvcr110: Add __crtInitializeCriticalSectionEx implementation.
|
2014-06-26 19:00:38 +02:00 |
Piotr Caban
|
3fa2bb2dce
|
msvcp110: Add _Mtx_{destroy,getconcrtcs,init,lock,unlock,trylock} implementation.
|
2014-06-26 19:00:36 +02:00 |
Grazvydas Ignotas
|
ad968be779
|
msvcrt: Implement bufsiz block flushing behavior.
|
2014-06-25 11:48:13 +02:00 |