CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/22 11:16:43
Modified files:
regress/lib/libc/qsort: Makefile qsort_test.c
Added files:
regress/lib/libc/qsort: antiqsort.c
Log message:
Instead of embedding pre-generated tables from McIlroy's "A Killer
Adversary for Quicksort", just include the code to generate them.
Also allow the number of elements to be specified on the command line.
