summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/heapsort.c
Commit message (Expand)AuthorAgeFilesLines
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Remove names from prototypesCraig Rodrigues2015-09-201-3/+3
* Add declarations to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-201-0/+6
* Use ANSI C prototypes.Craig Rodrigues2015-09-141-8/+3
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-051-1/+2
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-4/+21
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-281-1/+1
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.David Schultz2008-01-131-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-2/+4
* Don't include <sys/types.h> when it isn't used.Bruce Evans1996-04-191-2/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+184