Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -10/+7 |
| | | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure. | ||||
* | fix spelling errors. | alfred | 2000-07-07 | 1 | -13/+0 |
| | | | | Pointed out by: bde | ||||
* | cleanup the tsearch import. | alfred | 2000-07-06 | 1 | -1/+4 |
| | | | | | | | | | | | | remove (comment out) functions defined or depricated elsewhere: bsearch, lfind, lsearch, insque, remque change hcreate to take a size_t rather than uint (essentially the same) since hcreate/hdestroy are now in <search.h>, remove private search.h in lib/libc/db/hash/ add $FreeBSD tags to hsearch.c | ||||
* | bring in binary search tree code. | alfred | 2000-07-01 | 1 | -0/+66 |
Obtained from: NetBSD |