Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r307227 and r307343: | ed | 2016-10-29 | 1 | -14/+10 |
* | Remove an unneeded assignment of the return value. | ed | 2016-01-14 | 1 | -1/+0 |
* | Let tsearch()/tdelete() use an AVL tree. | ed | 2015-12-22 | 1 | -50/+191 |
* | Update comment and NetBSD ID tag. | pfg | 2015-02-06 | 1 | -3/+3 |
* | tdelete(3): don't delete the node we are about to return. | pfg | 2015-02-05 | 1 | -1/+2 |
* | No need to include <assert.h> here. | tjr | 2003-01-05 | 1 | -1/+0 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
* | - Add the 'restrict' qualifier to match the IEEE Std 1003.1-2001 | robert | 2002-08-14 | 1 | -6/+10 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+3 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
* | bring in binary search tree code. | alfred | 2000-07-01 | 1 | -0/+66 |