From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly. Date: Thu, 18 Jan 2007 11:43:13 +1100 Message-ID: <87irf5xizi.fsf@zip.com.au> References: <87fyafvol7.fsf@zip.com.au> <87fyacuj4h.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169081028 5477 80.91.229.12 (18 Jan 2007 00:43:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Jan 2007 00:43:48 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jan 18 01:43:46 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H7LNZ-0007cL-En for guile-user@m.gmane.org; Thu, 18 Jan 2007 01:43:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7LNa-00031u-0N for guile-user@m.gmane.org; Wed, 17 Jan 2007 19:43:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H7LNM-00030q-FT for guile-user@gnu.org; Wed, 17 Jan 2007 19:43:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H7LNK-000302-LX for guile-user@gnu.org; Wed, 17 Jan 2007 19:43:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H7LNK-0002zx-Gz for guile-user@gnu.org; Wed, 17 Jan 2007 19:43:30 -0500 Original-Received: from [61.8.2.215] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H7LNJ-0003wB-Rr for guile-user@gnu.org; Wed, 17 Jan 2007 19:43:30 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout1.pacific.net.au (Postfix) with ESMTP id 3301C3282E8; Thu, 18 Jan 2007 11:43:28 +1100 (EST) Original-Received: from localhost (ppp28CB.dyn.pacific.net.au [61.8.40.203]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id A33E127428; Thu, 18 Jan 2007 11:43:27 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1H7LN3-0001jo-KV; Thu, 18 Jan 2007 11:43:13 +1100 Original-To: Hugh Sasse In-Reply-To: (Hugh Sasse's message of "Tue, 16 Jan 2007 10:21:38 +0000 (WET)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5793 Archived-At: Hugh Sasse writes: > > putenv putenv (3c) - change or add value to environment > > The manual page says it should be of the form "name=value" and the > string should not be automatic. In a function it should be declared > static. Yep. I believe there's a bit of variation in whether it's copied or not. The fleebsd extreme is to copy and then in fact never free. For an unsetenv traditionally I think it was putenv("FOO"). We should try to arrange to do that, somehow. There's an autoconf portability note that such a putenv seg faults on AIX, but presumably there's an unsetenv on that system. An alternative would be the gnulib portable implementations of all these bits, which do some explict manipulation of the "environ" global variable. _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user