summaryrefslogtreecommitdiff
path: root/src/stdlib/bsearch.c
AgeCommit message (Collapse)Author
2024-02-02use UNDEFINED() instead of directly calling __undefined()Jakob Kaivo
2024-01-31check for UB in qsort() and bsearch()Jakob Kaivo
2024-01-31add UB checks for search/sortJakob Kaivo
2024-01-31check for overlapping pointersJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-15do pointer arithmetic correctlyJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo