From owner-freebsd-questions@FreeBSD.ORG Sat May 10 22:48:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2551E1065676 for ; Sat, 10 May 2008 22:48:04 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id EC48E8FC15 for ; Sat, 10 May 2008 22:48:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id DB3AE1CD4A; Sat, 10 May 2008 14:48:02 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sun, 11 May 2008 00:47:59 +0200 User-Agent: KMail/1.9.7 References: <48189C0F.5000108@comcast.net> <4818CBB6.2050901@comcast.net> In-Reply-To: <4818CBB6.2050901@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805110048.01052.fbsd.questions@rachie.is-a-geek.net> Cc: Nathan Lay Subject: Re: BSDL C data structure library X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2008 22:48:04 -0000 On Wednesday 30 April 2008 21:42:46 Nathan Lay wrote: > Thanks for all the prompt responses. I knew about the macros but was > thinking of something more automated and complete (in the sense that all > common data structures are supported). While looking for an AVL library, I actually found devel/libds in ports. BSD licensed. Hasn't been modified in ages, but that's good - it's finished :p -- Mel Problem with today's modular software: they start with the modules and never get to the software part.