summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/heapsort.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: spelling fixes.pfg2016-04-301-1/+1
| | | | Mostly on comments.
* Remove names from prototypesrodrigc2015-09-201-3/+3
|
* Add declarations to eliminate -Wmissing-prototypes warnings.rodrigc2015-09-201-0/+6
|
* Use ANSI C prototypes.rodrigc2015-09-141-8/+3
| | | | Eliminates gcc 4.9 warnings.
* Silence a warning with GCC that was breaking the build with Juniper's GCC.theraven2014-04-051-1/+2
| | | | Reviewed by: marcel
* Add support for some block functions that come from OS X. These aretheraven2014-04-021-4/+21
| | | | | | | intended to build with any C compiler. Reviewed by: pfg MFC after: 3 weeks
* 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