From owner-freebsd-questions@FreeBSD.ORG Wed Apr 30 16:54:23 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 9E57810657A0 for ; Wed, 30 Apr 2008 16:54:23 +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 666728FC24 for ; Wed, 30 Apr 2008 16:54:23 +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 43A371CC91; Wed, 30 Apr 2008 08:54:22 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Wed, 30 Apr 2008 18:54:19 +0200 User-Agent: KMail/1.9.7 References: <48189C0F.5000108@comcast.net> In-Reply-To: <48189C0F.5000108@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804301854.20425.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: Wed, 30 Apr 2008 16:54:23 -0000 On Wednesday 30 April 2008 18:19:27 Nathan Lay wrote: > Hi list, > As the subject suggests, is there a BSD licensed generalized C data > structure library? I noticed there is GDSL but I really don't want to > use it because of the GPL. If such a data structure library doesn't > exist, I'd be extremely happy and willing to write one for the BSD > community. Well, partly. queue(3) shows you the linked lists/queues that are basically a preprocessor hack, but work quite well. I personally dont know about anything in base, for the other structures mentioned on the GDSL homepage. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.