From owner-cvs-lib Sun Mar 26 02:22:16 1995 Return-Path: cvs-lib-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08905 for cvs-lib-outgoing; Sun, 26 Mar 1995 02:22:16 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA08886; Sun, 26 Mar 1995 02:22:05 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id CAA06866; Sun, 26 Mar 1995 02:21:59 -0800 Date: Sun, 26 Mar 1995 02:21:59 -0800 From: "Jordan K. Hubbard" Message-Id: <199503261021.CAA06866@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-lib@time.cdrom.com Subject: cvs commit: src/lib/libc/stdlib strhash.c Makefile.inc Sender: cvs-lib-owner@freebsd.org Precedence: bulk jkh 95/03/26 02:21:58 Modified: lib/libc/stdlib Makefile.inc Added: lib/libc/stdlib strhash.c Log: Add the strhash family of routines. They provide a number of features that the db/hash functions don't, and they're much simpler to use for low-overhead string hashing.