index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
tsearch.3
Age
Commit message (
Expand
)
Author
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2012-07-08
Zap extra spaces from function pointer arguments
Philip Guenthe
2012-07-08
Describe tdelete()'s return value correctly and update the related CAVEAT
Philip Guenthe
2007-05-31
convert to new .Dd format;
Jason McIntyre
2006-04-04
POSIX says tdelete() returns the parent of the deleted node. Sadly the
Otto Moerbeek
2006-04-04
When tdelete() is used to delete the root node, don't return a
Moritz Jodeit
2006-01-30
document posixness;
Jason McIntyre
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-06-01
- section reorder
Jason McIntyre
2000-08-09
For man pages that describe multiple functions, split the .Nm arguments
Aaron Campbell
2000-04-20
Flesh out stdlib function man pages.
Aaron Campbell
2000-02-25
repair prototypes; cky@pobox.com
Theo de Raadt
1999-07-04
trash some old leftover macros and replace them with -mdoc macros
Aaron Campbell
1999-06-29
first round of repairs on stdlib
Aaron Campbell
1999-05-10
correct some Xr's which referred to the wrong man page sections
Aaron Campbell
1999-02-27
make function names the correct case
Theo de Raadt
1998-06-21
Remove the advertising clause in my old license, it impedes free use
Todd C. Miller
1997-06-15
First cut at documentinf tsearch(3) -- needs work.
Todd C. Miller