summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/search.cpp
AgeCommit message (Collapse)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
The TODO() macro crashes the port Midnight Commander on start-up.
2021-12-21LibC: Add POSIX spec comments for search APIsBrian Gianforcaro
2021-10-15LibC: Stub out tdeleteTim Schumacher
2021-10-15LibC: Implement twalkTim Schumacher
2021-10-15LibC: Implement tfind and tsearchTim Schumacher