From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Bill Schottstaedt" Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile 1.7.91 has been released. Date: Mon, 13 Feb 2006 15:35:07 -0800 Message-ID: <20060213233342.M49809@ccrma.Stanford.EDU> References: <87y80gyxrq.fsf@zagadka.de> <20060213124618.M39651@ccrma.Stanford.EDU> <87wtfzrlfp.fsf@zip.com.au> <20060213223050.M63331@ccrma.Stanford.EDU> <87bqxaswk2.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1139873727 3286 80.91.229.2 (13 Feb 2006 23:35:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 23:35:27 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Feb 14 00:35:25 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8nE1-0004Xo-Tp for guile-devel@m.gmane.org; Tue, 14 Feb 2006 00:35:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8nE0-0002Kl-Ts for guile-devel@m.gmane.org; Mon, 13 Feb 2006 18:35:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8nDw-0002KG-QQ for guile-devel@gnu.org; Mon, 13 Feb 2006 18:35:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8nDv-0002JZ-26 for guile-devel@gnu.org; Mon, 13 Feb 2006 18:35:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8nDu-0002JW-VU for guile-devel@gnu.org; Mon, 13 Feb 2006 18:35:15 -0500 Original-Received: from [171.67.16.123] (helo=smtp1.Stanford.EDU) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8nIS-0004W5-US for guile-devel@gnu.org; Mon, 13 Feb 2006 18:39:57 -0500 Original-Received: from cm-mail.stanford.edu (cm-mail.Stanford.EDU [171.64.197.135]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id k1DNZ99W014052; Mon, 13 Feb 2006 15:35:11 -0800 Original-Received: from ccrma.stanford.edu (ccrma.stanford.edu [171.64.197.141]) by cm-mail.stanford.edu (8.11.6/8.11.6) with ESMTP id k1DNZ8G14446; Mon, 13 Feb 2006 15:35:08 -0800 Original-Received: from ccrma.Stanford.EDU (localhost.localdomain [127.0.0.1]) by ccrma.stanford.edu (8.12.8/8.12.5) with ESMTP id k1DNZ7re022765; Mon, 13 Feb 2006 15:35:08 -0800 Original-To: Kevin Ryde In-Reply-To: <87bqxaswk2.fsf@zip.com.au> X-Mailer: Open WebMail 2.41 20040926 X-OriginatingIP: 24.23.251.119 (bil) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5696 Archived-At: Yes, here's the relevent portion of man readdir_r: The caller must allocate storage pointed to by entry to be large enough for a dirent structure with an array of char d_name member containing at least NAME_MAX (that is, pathconf(directory, _PC_NAME_MAX)) plus one elements. (_PC_NAME_MAX is defined in .) I found some examples by Googling for readdir_r and _PC_NAME_MAX. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel