summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tsearch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lint is dead: delete useless LINTLIBRARY commentsguenther2015-09-261-2/+1
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-2/+2
* Revert previous diff as it resulted in the wrong return code whenguenther2012-02-061-5/+3
* When tdelete() is used to delete the root node, don't return amoritz2006-04-041-1/+3
* ansi + de-registerpat2005-03-301-20/+11
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+2
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-161-3/+3
* Include <stdlib.h> for malloc() proto.millert1997-07-011-0/+1
* PD tsearch as reqd by xpg; by esrderaadt1997-06-131-0/+125