summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/merge.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove names from prototypesrodrigc2015-09-201-2/+2
|
* Add declarations to eliminate -Wmissing-prototypes warnings.rodrigc2015-09-201-0/+6
|
* Use ANSI C prototypes.rodrigc2015-09-141-14/+4
| | | | Eliminates gcc 4.9 warnings.
* Add support for some block functions that come from OS X. These aretheraven2014-04-021-19/+31
| | | | | | | intended to build with any C compiler. Reviewed by: pfg MFC after: 3 weeks
* Renumber clauses to reduce diffs to other versionsemaste2013-06-131-1/+1
| | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
* 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.
* Fix some signed/unsigned comparisons. Fix prototypes while I'm here.brian2005-01-121-3/+6
| | | | | | PR: 28890 Submitted by: matthias.andree at web dot de MFC after: 7 days
* Remove __P() usage.obrien2002-03-211-5/+5
|
* Remove 'register' keyword.obrien2002-03-211-3/+5
|
* Drop unused labels.rnordier1998-11-041-2/+2
|
* Handle a zero elements argument.rnordier1998-11-041-0/+3
| | | | | PR: 8566 Submitted by: Archie Cobbs <archie@whistle.com>
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+347
OpenPOWER on IntegriCloud