summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tdelete.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-10-13Improve typing of POSIX search tree functions.Ed Schouten
2016-01-14Remove an unneeded assignment of the return value.Ed Schouten
2015-12-22Let tsearch()/tdelete() use an AVL tree.Ed Schouten
2015-02-06Update comment and NetBSD ID tag.Pedro F. Giffuni
2015-02-05tdelete(3): don't delete the node we are about to return.Pedro F. Giffuni
2003-01-05No need to include <assert.h> here.Tim J. Robbins
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-14 - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001Robert Drehmel
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2000-07-01bring in binary search tree code.Alfred Perlstein