[all-commits] [llvm/llvm-project] 9422ab: [libc] wcsncat implementation (#142431)
sribee8 via All-commits
all-commits at lists.llvm.org
Mon Jun 2 15:20:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9422abf9ebdbabf7a05fb7473c9eac2cbe1a5966
https://github.com/llvm/llvm-project/commit/9422abf9ebdbabf7a05fb7473c9eac2cbe1a5966
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-06-02 (Mon, 02 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/wcsncat.cpp
A libc/src/wchar/wcsncat.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcsncat_test.cpp
Log Message:
-----------
[libc] wcsncat implementation (#142431)
Implemented wcsncat and tests.
---------
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