From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_V=F6gele?= Newsgroups: gmane.lisp.guile.devel Subject: Re: Upcoming 1.6.5 release. Date: Mon, 9 Aug 2004 17:17:10 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <2F51D8A9-EA17-11D8-A300-000D93673682@gmx.net> References: <87ekmieu8q.fsf@trouble.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1092064658 29350 80.91.224.253 (9 Aug 2004 15:17:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Aug 2004 15:17:38 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 09 17:17:33 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BuBu1-0008WL-00 for ; Mon, 09 Aug 2004 17:17:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuBxl-0001qQ-UZ for guile-devel@m.gmane.org; Mon, 09 Aug 2004 11:21:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BuBxi-0001qI-JZ for guile-devel@gnu.org; Mon, 09 Aug 2004 11:21:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuBxh-0001q2-09 for guile-devel@gnu.org; Mon, 09 Aug 2004 11:21:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuBxg-0001ps-TJ for guile-devel@gnu.org; Mon, 09 Aug 2004 11:21:20 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1BuBtm-00041G-VI for guile-devel@gnu.org; Mon, 09 Aug 2004 11:17:19 -0400 Original-Received: (qmail 30025 invoked by uid 65534); 9 Aug 2004 15:17:16 -0000 Original-Received: from pD95E9F65.dip.t-dialin.net (EHLO [192.168.1.15]) (217.94.159.101) by mail.gmx.net (mp027) with SMTP; 09 Aug 2004 17:17:16 +0200 X-Authenticated: #14729429 In-Reply-To: <87ekmieu8q.fsf@trouble.defaultvalue.org> Original-To: guile-devel@gnu.org X-Mailer: Apple Mail (2.618) 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3918 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3918 Rob Browning writes: > I'd like to move us toward making a new stable release soon, and so I > wanted to check with everyone and see what issues might still need to > be resolved. I came across the following problems, that are already fixed in CVS HEAD, when building the 1.6 snapshot on OpenBSD and Mac OS X. configure should check for the header file crt_externs.h and the functions unsetenv and _NSGetEnviron. On the BSDs, putenv cannot be used to remove environment variables. If available, scm_putenv should call unsetenv to remove variables. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel