Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |