[all-commits] [llvm/llvm-project] af7c8c: [libc] Implement `search/lsearch` (#131431)
Connector Switch via All-commits
all-commits at lists.llvm.org
Tue Mar 18 17:41:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af7c8c475ab97382a466bce8ad2fd091e0e09c1e
https://github.com/llvm/llvm-project/commit/af7c8c475ab97382a466bce8ad2fd091e0e09c1e
Author: Connector Switch <c8ef at outlook.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/search.yaml
M libc/src/search/CMakeLists.txt
M libc/src/search/lfind.cpp
A libc/src/search/lsearch.cpp
A libc/src/search/lsearch.h
M libc/test/src/search/CMakeLists.txt
A libc/test/src/search/lsearch_test.cpp
Log Message:
-----------
[libc] Implement `search/lsearch` (#131431)
ref:
- https://man7.org/linux/man-pages/man3/lsearch.3.html
- https://pubs.opengroup.org/onlinepubs/009696699/functions/lsearch.html
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