summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/qsort/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Instead of embedding pre-generated tables from McIlroy's "A Killermillert2017-05-221-1/+2
| | | | | Adversary for Quicksort", just include the code to generate them. Also allow the number of elements to be specified on the command line.
* Approximate nlgn instead of using libm. The same approximation maymillert2017-05-171-3/+1
| | | | be used in qsort.c in a later commit.
* Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"millert2017-05-171-0/+14