summaryrefslogtreecommitdiff
path: root/src/stdlib/qsort.c
AgeCommit message (Collapse)Author
2024-06-07avoid size_t underflowJakob Kaivo
2024-01-31check for UB in qsort() and bsearch()Jakob Kaivo
2024-01-31add UB checks for search/sortJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2020-08-16merge _qsort.h directly into qsort.cJakob Kaivo
2020-08-15remove the need for a custom structJakob Kaivo
2020-08-15fix off-by-one errorJakob Kaivo
2020-08-15do swaps byte-by-byte to remove the need for allocating buffersJakob Kaivo
2020-08-15first draft of qsort()Jakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo