summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/radixsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Improve the performance of radixsort() whenkientzle2003-11-111-0/+11
| | | | | | | | | | | | | sorting strings with common prefixes by noting when all the strings land in just one bin. Testing shows significant speedups (on the order of 30%) on strings with common prefixes and no slowdowns on any of my test cases. Submitted by: Markus Bjartveit Kruger <markusk@pvv.ntnu.no> PR: 58860 Approved by: gordon (mentor)
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
|
* Remove __P() usage.obrien2002-03-211-2/+2
|
* Remove 'register' keyword.obrien2002-03-211-7/+9
|
* Merge Lite2 changespeter1997-03-111-3/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+318
OpenPOWER on IntegriCloud