summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tdelete.c
Commit message (Expand)AuthorAgeFilesLines
* Improve typing of POSIX search tree functions.Ed Schouten2016-10-131-14/+10
* Remove an unneeded assignment of the return value.Ed Schouten2016-01-141-1/+0
* Let tsearch()/tdelete() use an AVL tree.Ed Schouten2015-12-221-50/+191
* Update comment and NetBSD ID tag.Pedro F. Giffuni2015-02-061-3/+3
* tdelete(3): don't delete the node we are about to return.Pedro F. Giffuni2015-02-051-1/+2
* No need to include <assert.h> here.Tim J. Robbins2003-01-051-1/+0
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel2002-08-141-6/+10
* 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/+66