[all-commits] [llvm/llvm-project] 7884c0: [libc] Implement wcs to mbs family of functions (#...
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Thu Jul 24 13:16:14 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7884c077ffda1efbff7443d4b3a8e6c163b44509
https://github.com/llvm/llvm-project/commit/7884c077ffda1efbff7443d4b3a8e6c163b44509
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/__support/wchar/CMakeLists.txt
A libc/src/__support/wchar/wcsnrtombs.h
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wcsnrtombs.cpp
A libc/src/wchar/wcsnrtombs.h
A libc/src/wchar/wcsrtombs.cpp
A libc/src/wchar/wcsrtombs.h
A libc/src/wchar/wcstombs.cpp
A libc/src/wchar/wcstombs.h
M libc/test/src/__support/wchar/CMakeLists.txt
A libc/test/src/__support/wchar/wcsnrtombs_test.cpp
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcsnrtombs_test.cpp
A libc/test/src/wchar/wcsrtombs_test.cpp
A libc/test/src/wchar/wcstombs_test.cpp
Log Message:
-----------
[libc] Implement wcs to mbs family of functions (#149421)
Implemented internal wcs to mbs internal function + tests
Impelemented wcs to mbs public functions
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list