- 
cc06f7ac
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Call _wfindfirst64i32 in _findfirst64i32 function.
 
- 
e67b9d8b
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Call _wfindnext64i32 in _findnext64i32 function.
 
- 
ee2db2f7
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Add putenv() utf-8 tests.
The test shows that native has partial support for utf-8 that is currently broken.
 
- 
34092915
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Return error on NULL path parameter in _wsopen_dispatch.
 
- 
9702d73f
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare _sopen_dispatch to handle utf-8 encoded path.
 
- 
ca5f04f9
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare freopen to handle utf-8 encoded path.
 
- 
3638aa2f
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare _loaddll to handle utf-8 encoded path.
 
- 
e4c2903c
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare _spawnl to handle utf-8 encoded arguments.
 
- 
627c488a
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare _execle to handle utf-8 encoded arguments.
 
- 
68228553
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 msvcrt: Prepare remaining process creation functions to handle utf-8 encoded arguments.
 
- 
a207ec60
 by Piotr Caban   at 2024-12-05T19:52:57+01:00 
 ucrtbase: Enable utf8 support.