From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: stefan Newsgroups: gmane.lisp.guile.devel Subject: Re: native Win32 guile 1.7.0 Date: Mon, 16 Jun 2003 19:25:08 +0200 (CEST) Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <87znkk4oqh.fsf@zagadka.ping.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1055784782 23086 80.91.224.249 (16 Jun 2003 17:33:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2003 17:33:02 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 16 19:32:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Rxql-0005zt-00 for ; Mon, 16 Jun 2003 19:32:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19RxrO-0006rx-MX for guile-devel@m.gmane.org; Mon, 16 Jun 2003 13:33:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Rxns-0005eL-C3 for guile-devel@gnu.org; Mon, 16 Jun 2003 13:30:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19RxnS-0004Y7-Mr for guile-devel@gnu.org; Mon, 16 Jun 2003 13:29:36 -0400 Original-Received: from obh.snafu.de ([213.73.92.34]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Rxmh-0003fG-Nz for guile-devel@gnu.org; Mon, 16 Jun 2003 13:28:48 -0400 Original-Received: from p-165-091.zrz.tu-berlin.de ([130.149.165.91] helo=bono) by obh.snafu.de with asmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 19Rxmd-000Osd-00; Mon, 16 Jun 2003 19:28:44 +0200 Original-Received: from localhost ([127.0.0.1] ident=ela) by bono with esmtp (Exim 3.36 #1) id 19RxjA-0000Ar-00; Mon, 16 Jun 2003 19:25:08 +0200 X-X-Sender: stefan@bono.reversers.net Original-To: Marius Vollmer In-Reply-To: <87znkk4oqh.fsf@zagadka.ping.de> X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2544 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2544 On 14 Jun 2003, Marius Vollmer wrote: > > > > I tested this piece of code on my Win95 box and modified it a bit to get > > > > it really working. Then I applied the code CVS. The (putenv) primitive > > > > now behaves equally on GNU/Linux and Win32. > > > > > > Hmm, while you are at it, could you try to clean up the code in > > > general? That is, make it so that we always have unsetenv and can use > > > it in scm_putenv. unsetenv could be put into libguile/unsetenv.c, ala > > > libguile/putenv.c. Makes sense? > > > > Unfortunately I don't know where to get the file unsetenv.c from. Could > > you please send me an appropriate URL? > > That file does not exist yet, you would have to create it. Do you actually mean an implementation for *all* systems which don't support unsetenv() or an implementation for WIn32 only (i.e. win32-unsetenv.c)? Cheers, stefan@lkcc.org _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel