summaryrefslogtreecommitdiff
path: root/libc/test/src/search
AgeCommit message (Expand)Author
2025-04-30[libc] lsearch_test.cpp: put helpers in anonymous namespace. (#137964)enh-google
2025-04-29[libc] lfind_test.cpp: put helpers in an anonymous namespace. (#137821)enh-google
2025-03-19[libc] Fix `size_t` and `unsigned long` mismatch on riscv32 in test. (#132028)Connector Switch
2025-03-19[libc] Implement `search/lsearch` (#131431)Connector Switch
2024-11-11[libc][search] implement posix `lfind` function (#114692)Duncan
2024-10-31[libc] Remove asm-generic includes from tests (#114479)Michael Jones
2024-02-05[libc] implement insque and remque (#80305)Sirui Mu
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan