summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/qsort_data.h
AgeCommit message (Expand)Author
2025-09-12[libc] Change __builtin_memcpy to inline_memcpy. (#158345)lntue
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2024-12-29Revert "[libc] Improve qsort" (#121303)Schrodinger ZHU Yifan
2024-12-29[libc] Improve qsort (#120450)Lukas Bergdoll
2024-10-08[libc] Bound the worst-case stack usage in qsort(). (#110849)Simon Tatham
2024-07-16[libc][stdlib] Implement heap sort. (#98582)lntue