summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/heapsort.c
Commit message (Collapse)AuthorAgeFilesLines
* Renumber clauses to reduce diffs to other versionsemaste2013-05-281-1/+1
| | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
* Use size_t to avoid overflow when sorting arrays larger than 2 GB.das2008-01-131-1/+1
| | | | | PR: 111085 MFC after: 2 weeks
* 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.
* Remove __P() usage.obrien2002-03-211-1/+1
|
* Remove 'register' keyword.obrien2002-03-211-2/+4
|
* Don't include <sys/types.h> when it isn't used.bde1996-04-191-2/+1
| | | | | This commit covers most of the ANSI library functions. Many others only need <sys/types.h> because they use u_xxx.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+184
OpenPOWER on IntegriCloud