From owner-cvs-all Tue Oct 2 4:15:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F6937B401; Tue, 2 Oct 2001 04:15:38 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92BFc490976; Tue, 2 Oct 2001 04:15:38 -0700 (PDT) (envelope-from ru) Message-Id: <200110021115.f92BFc490976@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 2 Oct 2001 04:15:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib hcreate.c Makefile.inc src/lib/libc/db/hash Makefile.inc hsearch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/02 04:15:38 PDT Modified files: (Branch: RELENG_4) lib/libc/stdlib Makefile.inc lib/libc/db/hash Makefile.inc Added files: (Branch: RELENG_4) lib/libc/stdlib hcreate.c Removed files: (Branch: RELENG_4) lib/libc/db/hash hsearch.c Log: MFC: Add new, from scratch implementation of hsearch() that actually works. Revision Changes Path 1.3.2.1 +2 -2 src/lib/libc/db/hash/Makefile.inc 1.2.8.2 +0 -109 src/lib/libc/db/hash/hsearch.c (dead) 1.19.2.4 +5 -4 src/lib/libc/stdlib/Makefile.inc 1.1.2.1 +184 -0 src/lib/libc/stdlib/hcreate.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message