summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tsearch.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-3/+3
|
* 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 the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Zap extra spaces from function pointer argumentsguenther2012-07-081-5/+5
| | | | Pointed out by Joachim Schipper (joachim at joachimschipper.nl)
* Describe tdelete()'s return value correctly and update the related CAVEATguenther2012-07-081-12/+15
| | | | | Based on a note from Steffen Daode Nurpmeso (sdaoden at googlemail.com) ok jmc@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* POSIX says tdelete() returns the parent of the deleted node. Sadly theotto2006-04-041-1/+9
| | | | | | root node doesn't have a parent, and POSIX does not say what should be done in that case. Warn developers that different implementations may do different things.
* When tdelete() is used to delete the root node, don't return amoritz2006-04-041-2/+2
| | | | | | | | | | pointer to the freed root node, but return a pointer to the new root node. POSIX does not define, what should be returned in that case. Fixes Coverity CID 2528. ok millert@ otto@
* document posixness;jmc2006-01-301-1/+4
| | | | fixes pr #4996, from joachim schipper;
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+8
| | | | where applicable.
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-22/+12
|
* - section reorderjmc2003-06-011-4/+4
| | | | | - merge COMPATIBILITY - kill whitespace at EOL
* For man pages that describe multiple functions, split the .Nm argumentsaaron2000-08-091-2/+5
| | | | onto separate lines in the NAME section.
* Flesh out stdlib function man pages.aaron2000-04-201-3/+5
|
* repair prototypes; cky@pobox.comderaadt2000-02-251-5/+5
|
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-2/+2
|
* first round of repairs on stdlibaaron1999-06-291-7/+14
|
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-101-2/+1
|
* make function names the correct casederaadt1999-02-271-7/+7
|
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-5/+2
| | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code...
* First cut at documentinf tsearch(3) -- needs work.millert1997-06-151-0/+119