Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-01 | Fix patch sum. | rh | 1 | -2/+3 | |
Add shlib_version required for newer bsd.lib.mk versions. | |||||
2000-09-25 | Adapt to new bsd.lib.mk | skrll | 1 | -2/+2 | |
2000-01-20 | There are times when libtool is complete overkill. This is one of them. | agc | 1 | -2/+2 | |
Use a BSD-style Makefile for this package. | |||||
2000-01-20 | AVLtree is a small, malloc-based, in-memory index package generally | hubertf | 2 | -0/+6 | |
like B-trees and hash tables. The interface resembles that of the BPLUS (B-tree) index package. Index creation options are: - fixed-length binary keys OR variable-length string keys - unique OR duplicate keys - with duplicate keys: standard (void *) pointers for each key OR instance-counting (saves time and memory) Key insert/search time is O(log N). Package submitted in PR 9252 by wrstuden@netbsd.org, assembled by Bill Ross. |