[all-commits] [llvm/llvm-project] 2ff2a0: [libc] wcsncpy implementation (#142237)
sribee8 via All-commits
all-commits at lists.llvm.org
Tue Jun 3 16:37:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ff2a076cc089f0c977ce7aea231ee5541879f8a
https://github.com/llvm/llvm-project/commit/2ff2a076cc089f0c977ce7aea231ee5541879f8a
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wcsncpy.cpp
A libc/src/wchar/wcsncpy.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcsncpy_test.cpp
Log Message:
-----------
[libc] wcsncpy implementation (#142237)
Implemented wcsncpy and tests for the function.
---------
Co-authored-by: Sriya Pratipati <sriyap at google.com>
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