summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strhash.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'register' keyword.David E. O'Brien2002-03-211-6/+6
| | | | Notes: svn path=/head/; revision=92889
* Tidy up $Log$ debris.Peter Wemm1999-09-051-32/+2
| | | | Notes: svn path=/head/; revision=50967
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+5
| | | | Notes: svn path=/head/; revision=50488
* Return pointer to new hash node when search inserts it (e.g. thereJordan K. Hubbard1996-01-131-1/+5
| | | | | | | was some datum given). Notes: svn path=/head/; revision=13413
* Mino cleanup, #includes & unused vars.Poul-Henning Kamp1995-10-221-1/+5
| | | | Notes: svn path=/head/; revision=11668
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-48/+55
| | | | Notes: svn path=/head/; revision=8870
* Fix a missing _hash() to prevent namespace pollution with the db/hash routines.Jordan K. Hubbard1995-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. Notes: svn path=/head/; revision=7435
* Hash 8bit chars without sign extensionAndrey A. Chernov1995-03-261-3/+8
| | | | Notes: svn path=/head/; revision=7394
* Add the strhash family of routines. They provide a number of featuresJordan K. Hubbard1995-03-261-0/+414
that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing. Notes: svn path=/head/; revision=7388