From owner-cvs-include Sun Mar 26 02:13:17 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA08646 for cvs-include-outgoing; Sun, 26 Mar 1995 02:13:17 -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 CAA08640; Sun, 26 Mar 1995 02:13:03 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id CAA06659; Sun, 26 Mar 1995 02:12:56 -0800 Date: Sun, 26 Mar 1995 02:12:56 -0800 From: "Jordan K. Hubbard" <jkh@freebsd.org> Message-Id: <199503261012.CAA06659@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-include@time.cdrom.com Subject: cvs commit: src/include strhash.h Makefile Sender: cvs-include-owner@freebsd.org Precedence: bulk jkh 95/03/26 02:12:55 Modified: include Makefile Added: include strhash.h Log: add strhash.h for libc's new string hashing function. From owner-cvs-include Sun Mar 26 10:21:24 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA21027 for cvs-include-outgoing; Sun, 26 Mar 1995 10:21:24 -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 KAA21021; Sun, 26 Mar 1995 10:21:22 -0800 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id KAA08088; Sun, 26 Mar 1995 10:21:14 -0800 Received: (from phk@localhost) by ref.tfs.com (8.6.8/8.6.6) id KAA22692; Sun, 26 Mar 1995 10:21:13 -0800 From: Poul-Henning Kamp <phk@ref.tfs.com> Message-Id: <199503261821.KAA22692@ref.tfs.com> Subject: Re: cvs commit: src/include strhash.h Makefile To: jkh@freebsd.org (Jordan K. Hubbard) Date: Sun, 26 Mar 1995 10:21:13 -0800 (PST) Cc: CVS-commiters@time.cdrom.com, cvs-include@time.cdrom.com In-Reply-To: <199503261012.CAA06659@time.cdrom.com> from "Jordan K. Hubbard" at Mar 26, 95 02:12:56 am Content-Type: text Content-Length: 416 Sender: cvs-include-owner@freebsd.org Precedence: bulk > jkh 95/03/26 02:12:55 > > Modified: include Makefile > Added: include strhash.h > Log: > add strhash.h for libc's new string hashing function. There is already a number of hash functions in libc/db/hash* -- Poul-Henning Kamp <phk@login.dknet.dk> -- TRW Financial Systems, Inc. 'All relevant people are pertinent' && 'All rude people are impertinent' => 'no rude people are relevant' From owner-cvs-include Sun Mar 26 12:42:08 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA24892 for cvs-include-outgoing; Sun, 26 Mar 1995 12:42:08 -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 MAA24886; Sun, 26 Mar 1995 12:42:01 -0800 Received: from freefall.cdrom.com (freefall.cdrom.com [192.216.222.4]) by time.cdrom.com (8.6.11/8.6.9) with ESMTP id MAA08202; Sun, 26 Mar 1995 12:41:53 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA24880; Sun, 26 Mar 1995 12:41:58 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Poul-Henning Kamp <phk@ref.tfs.com> cc: jkh@freebsd.org (Jordan K. Hubbard), CVS-commiters@time.cdrom.com, cvs-include@time.cdrom.com Subject: Re: cvs commit: src/include strhash.h Makefile In-reply-to: Your message of "Sun, 26 Mar 95 10:21:13 PST." <199503261821.KAA22692@ref.tfs.com> Date: Sun, 26 Mar 1995 12:41:58 -0800 Message-ID: <24879.796250518@freefall.cdrom.com> From: "Jordan K. Hubbard" <jkh@freefall.cdrom.com> Sender: cvs-include-owner@freebsd.org Precedence: bulk > > jkh 95/03/26 02:12:55 > > > > Modified: include Makefile > > Added: include strhash.h > > Log: > > add strhash.h for libc's new string hashing function. > > There is already a number of hash functions in libc/db/hash* I know, and none of them do the kinds of things Paul and I wanted to do (at least not without bending into a strange position and keeping one foot off the floor at all times). Jordan From owner-cvs-include Thu Mar 30 04:48:13 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA26099 for cvs-include-outgoing; Thu, 30 Mar 1995 04:48:13 -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 EAA26091; Thu, 30 Mar 1995 04:48:10 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id EAA07263; Thu, 30 Mar 1995 04:47:57 -0800 Date: Thu, 30 Mar 1995 04:47:57 -0800 From: "Jordan K. Hubbard" <jkh@freebsd.org> Message-Id: <199503301247.EAA07263@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-include@time.cdrom.com Subject: cvs commit: src/include nl_types.h Makefile Sender: cvs-include-owner@freebsd.org Precedence: bulk jkh 95/03/30 04:47:57 Modified: include Makefile Added: include nl_types.h Log: Add a necessary include file for the catgets* routines. Obtained from: NetBSD