aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tsearch.c
Commit message (Expand)AuthorAgeFilesLines
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-20/+17
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-33/+178
* libc/stdlib: Minor cleanups to code originating in NetBSDPedro F. Giffuni2014-07-151-8/+5
* No need to include <assert.h> here.Tim J. Robbins2003-01-051-1/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+3
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* bring in binary search tree code.Alfred Perlstein2000-07-011-0/+57