[Git][wine/wine][master] 11 commits: msvcrt: Call _wfindfirst64i32 in _findfirst64i32 function.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 6 changed files: - dlls/msvcp140/tests/msvcp140.c - dlls/msvcrt/dir.c - dlls/msvcrt/file.c - dlls/msvcrt/msvcrt.h - dlls/msvcrt/process.c - dlls/ucrtbase/tests/file.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e9596aa3b807c028f07537d51d65d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e9596aa3b807c028f07537d51d65d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)