Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update comment and NetBSD ID tag. | pfg | 2015-02-06 | 1 | -3/+3 |
| | | | | | The NetBSD revisions correspond to changes we have already done like __P() removal and ANSI-fication of definitions. | ||||
* | tdelete(3): don't delete the node we are about to return. | pfg | 2015-02-05 | 1 | -1/+2 |
| | | | | | | CID: 272528 Obtained from: NetBSD (CVS rev. 1.4) MFC after: 2 weeks | ||||
* | 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 |
| | | | | | | | prototype of the tdelete(3) function. - Remove duplicated space. - Use an ANSI-C function definition for tdelete(3). - Update the manual page. | ||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | bring in binary search tree code. | alfred | 2000-07-01 | 1 | -0/+66 |
Obtained from: NetBSD |