Commit graph

397 commits

Author SHA1 Message Date
Victor Chiletto 72c3b8f3a0 msvcrt: Skip exhaustive locale search with valid snames. 2023-07-12 21:51:18 +02:00
Victor Chiletto 969e3626bb msvcr120/tests: Check ___lc_locale_name_func with neutral Chinese locales. 2023-07-12 21:51:18 +02:00
Piotr Caban 51388af06f msvcr100: Use Context to store critical_section owner. 2023-06-05 14:01:07 +02:00
Torge Matthies 0aa7ac415f msvcr110: Implement _Context::_IsSynchronouslyBlocked. 2023-04-14 20:33:54 +02:00
Alexandre Julliard 75eb987768 msvcrt: Use the sqrt() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
Alexandre Julliard 20c53e72c9 msvcrt: Use the sqrtf() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
Alexandre Julliard 3b1e2a7bfd msvcrt: Use the remainder()/remainderf() implementation from the bundled musl library. 2023-04-11 12:36:53 +02:00
Alexandre Julliard 5c00be28fc msvcrt: Use the tanh()/tanhf() implementation from the bundled musl library. 2023-04-10 14:18:20 +02:00
Alexandre Julliard 4ffb1199e3 msvcrt: Use the atanh()/atanhf() implementation from the bundled musl library. 2023-04-10 14:18:18 +02:00
Alexandre Julliard e2924fafdf msvcrt: Use the acosh()/acoshf() implementation from the bundled musl library. 2023-04-10 14:18:17 +02:00
Alexandre Julliard 82563ede70 msvcrt: Use the asin() implementation from the bundled musl library. 2023-04-10 14:18:11 +02:00
Alexandre Julliard 554e7aee72 msvcrt: Use the rint()/rintf() implementation from the bundled musl library. 2023-04-10 14:18:05 +02:00
Alexandre Julliard 8252be560e msvcrt: Use the nexttoward()/nexttowardf() implementation from the bundled musl library.
Rename the musl functions to avoid compiler warnings about the
signature mismatch (double vs. long double).
2023-04-07 13:29:46 +02:00
Alexandre Julliard 85e655445b msvcrt: Use the nextafter()/nextafterf() implementation from the bundled musl library. 2023-04-07 13:28:07 +02:00
Alexandre Julliard 1cff65b69f msvcrt: Use the logb()/logbf() implementation from the bundled musl library. 2023-04-05 16:51:40 +02:00
Alexandre Julliard b5ba4baa51 msvcrt: Use the copysign()/copysignf() implementation from the bundled musl library. 2023-04-04 09:43:57 +02:00
Alexandre Julliard b7228259f8 msvcrt: Use the fabs()/fabsf() implementation from the bundled musl library. 2023-04-04 09:43:54 +02:00
Torge Matthies 9e86596714 msvcr100: Implement _StructuredTaskCollection::_IsCanceling.
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
2023-03-29 22:29:37 +02:00
Torge Matthies 58d516f00f msvcr100: Implement _StructuredTaskCollection canceling.
Signed-off-by: Torge Matthies <tmatthies@codeweavers.com>
2023-03-29 22:29:37 +02:00
Vijay Kiran Kamuju 8426109a43 msvcr100: Add _UnrealizedChore::_CheckTaskCollection stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53794
2023-03-28 15:29:56 +02:00
Torge Matthies cef3dcbddd msvcr100: Implement missing_wait exception. 2022-12-08 18:41:25 +01:00
Torge Matthies d1468c2b60 msvcr110: Implement _StructuredTaskCollection constructor. 2022-12-08 18:41:25 +01:00
Torge Matthies 1163168034 msvcr100: Move exception_ptr functions to a separate file. 2022-12-08 18:41:25 +01:00
Bartosz Kosiorek 8590023041 msvcrt: Add _vcwprintf_l implementation. 2022-11-16 21:24:19 +01:00
Bartosz Kosiorek af7aaba0bf msvcrt: Add _vcprintf_l implementation. 2022-11-16 21:24:19 +01:00
Bartosz Kosiorek 69ce7894fb msvcrt: Add _scwprintf_p implementation. 2022-11-16 21:24:19 +01:00
Bartosz Kosiorek 78e5efd037 msvcrt: Add _scwprintf_p_l implementation. 2022-11-16 21:24:19 +01:00
Bartosz Kosiorek 1faad02cf1 msvcrt: Add _scwprintf_l implementation. 2022-11-16 21:24:19 +01:00
Bartosz Kosiorek 7be72ce2a7 msvcrt: Add _swprintf_p_l implementation. 2022-11-01 20:50:05 +01:00
Bartosz Kosiorek e2911c5ee6 msvcrt: Add _scprintf_p_l implementation. 2022-11-01 20:50:01 +01:00
Bartosz Kosiorek 3ac9ff07af msvcrt: Add _scprintf_p implementation. 2022-11-01 20:49:58 +01:00
Bartosz Kosiorek 25d44dd397 msvcrt: Add _scprintf_l implementation. 2022-11-01 20:49:54 +01:00
Bartosz Kosiorek 74252df967 msvcrt: Add _fwprintf_s_l implementation. 2022-11-01 20:49:50 +01:00
Bartosz Kosiorek 2b19ff5c68 msvcrt: Add _fwprintf_p_l implementation. 2022-11-01 20:49:46 +01:00
Bartosz Kosiorek 630b9f8ec0 msvcrt: Add _fwprintf_p implementation. 2022-11-01 20:49:42 +01:00
Bartosz Kosiorek 33551b28a5 msvcrt: Add _fprintf_s_l implementation. 2022-11-01 20:49:38 +01:00
Bartosz Kosiorek 03ae830653 msvcrt: Add _fprintf_p_l implementation. 2022-11-01 20:49:34 +01:00
Bartosz Kosiorek f043fc32c9 msvcrt: Add _fprintf_p implementation. 2022-11-01 20:49:31 +01:00
Bartosz Kosiorek 52e2a53575 msvcrt: Add _fprintf_l implementation. 2022-11-01 20:49:27 +01:00
Bartosz Kosiorek dbb01a74e0 msvcrt: Add _mbctokata_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 6f9695c459 msvcrt: Add _mbctohira_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 5d71a61253 msvcrt: Add _mbctombb_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 7984319248 msvcrt: Add _mbcjmstojis_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 70db739c3d msvcrt: Add _mbcjistojms_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 64cfe7068f msvcrt: Add _mbbtombc_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 837da12929 msvcrt: Add _ismbckata_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 2f1e545387 msvcrt: Add _ismbchira_l implementation. 2022-10-31 20:41:45 +01:00
Bartosz Kosiorek 3cb897ffbb msvcrt: Add _mbsinc_l implementation. 2022-10-26 16:44:59 +02:00
Bartosz Kosiorek 46c836071e msvcrt: Add _ismbcsymbol_l implementation. 2022-10-26 16:44:55 +02:00
Bartosz Kosiorek 5b425baf92 msvcrt: Add _ismbstrail_l implementation. 2022-10-24 18:49:50 +02:00