summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strhash.c
Commit message (Collapse)AuthorAgeFilesLines
* Return pointer to new hash node when search inserts it (e.g. therejkh1996-01-131-1/+5
| | | | was some datum given).
* Mino cleanup, #includes & unused vars.phk1995-10-221-1/+5
|
* Remove trailing whitespace.rgrimes1995-05-301-48/+55
|
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.jkh1995-03-281-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 extensionache1995-03-261-3/+8
|
* Add the strhash family of routines. They provide a number of featuresjkh1995-03-261-0/+414
that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing.
OpenPOWER on IntegriCloud