Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -48/+55 |
| | |||||
* | Fix a missing _hash() to prevent namespace pollution with the db/hash routines. | jkh | 1995-03-28 | 1 | -5/+7 |
| | | | | | | | Grrr. If the dbhash routines weren't grossly overengineered I wouldn't even need to do this! :-( Also now export the hash_stats routine. Manpage coming RSN - I promise. | ||||
* | Hash 8bit chars without sign extension | ache | 1995-03-26 | 1 | -3/+8 |
| | |||||
* | Add the strhash family of routines. They provide a number of features | jkh | 1995-03-26 | 1 | -0/+414 |
that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing. |