summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/qsort.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
| | | | | | | | | | | | | | | | | Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@
* delete two stray blank linesschwarze2019-05-151-4/+2
|
* escape backslashes;schwarze2019-03-201-3/+3
| | | | patch from Peter Piwowarski <peterjpiwowarski at gmail dot com>
* sort sections, and add a missing verb to the EXAMPLES text;jmc2019-01-221-24/+24
|
* Wrap long lineotto2019-01-221-4/+4
|
* a few tweakstedu2019-01-211-5/+9
|
* Add example showing a proper comparison function, as many examples showotto2019-01-211-3/+40
| | | | the wrong idiom. ok tedu@ but probably needs some tweakin
* Document that qsort falls back to heapsort() if the recursion depthmillert2017-05-201-3/+13
| | | | exceeds 2 lg N and add a reference to the introsort paper.
* Remove sentences in RETURN VALUES sections saying that functions withmmcc2016-03-121-6/+2
| | | | | | | | | | | | | void return types 'return no value'. This is obvious and therefore unneccessary to mention. We spare rewind(3)'s sentence because espie@ pointed out that it's a warning - the function masks a potential error. This commit also adds a sentence to X509_free clarifying that it's NULL-safe. This bit was discussed with doug@. ok martijn@, sentiment supported by schwarze@
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-10/+3
| | | | | remove .Tn, and a few minor macro adjustments. Patch from Kaspars at Bankovskis dot net.
* more library historyschwarze2013-07-171-2/+7
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* updates and corrections to the references in SEE ALSO;jmc2003-10-011-7/+11
| | | | mostly from tjr@freebsd's rev. 1.14 commit.
* typos from Brian Poole;jmc2003-09-071-2/+2
| | | | ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-7/+7
| | | | | - merge COMPATIBILITY - kill whitespace at EOL
* typos;jmc2003-05-101-2/+2
|
* Slightly improve wording and punctuation.miod2002-02-231-4/+4
|
* Two functions can return errors here, not just one.miod2001-12-291-2/+4
|
* fix docs; tedu@heorot.stanford.eduderaadt2001-10-291-7/+3
|
* For man pages that describe multiple functions, split the .Nm argumentsaaron2000-08-091-2/+4
| | | | onto separate lines in the NAME section.
* Flesh out stdlib function man pages.aaron2000-04-201-11/+11
|
* first round of repairs on stdlibaaron1999-06-291-2/+2
|
* make function names the correct casederaadt1999-02-271-6/+6
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+234