summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/merge.c
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Remove names from prototypesCraig Rodrigues2015-09-201-2/+2
| | | | Notes: svn path=/head/; revision=288026
* Add declarations to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-201-0/+6
| | | | Notes: svn path=/head/; revision=288005
* Use ANSI C prototypes.Craig Rodrigues2015-09-141-14/+4
| | | | | | | Eliminates gcc 4.9 warnings. Notes: svn path=/head/; revision=287793
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-19/+31
| | | | | | | | | | intended to build with any C compiler. Reviewed by: pfg MFC after: 3 weeks Notes: svn path=/head/; revision=264042
* Renumber clauses to reduce diffs to other versionsEd Maste2013-06-131-1/+1
| | | | | | | | NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier. Notes: svn path=/head/; revision=251672
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Fix some signed/unsigned comparisons. Fix prototypes while I'm here.Brian Somers2005-01-121-3/+6
| | | | | | | | | PR: 28890 Submitted by: matthias.andree at web dot de MFC after: 7 days Notes: svn path=/head/; revision=140098
* Remove __P() usage.David E. O'Brien2002-03-211-5/+5
| | | | Notes: svn path=/head/; revision=92905
* Remove 'register' keyword.David E. O'Brien2002-03-211-3/+5
| | | | Notes: svn path=/head/; revision=92889
* Drop unused labels.Robert Nordier1998-11-041-2/+2
| | | | Notes: svn path=/head/; revision=40900
* Handle a zero elements argument.Robert Nordier1998-11-041-0/+3
| | | | | | | | PR: 8566 Submitted by: Archie Cobbs <archie@whistle.com> Notes: svn path=/head/; revision=40896
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+347
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573