*** empty log message ***
authorKevin Ryde <user42@zip.com.au>
Tue, 11 Sep 2007 00:47:34 +0000 (00:47 +0000)
committerKevin Ryde <user42@zip.com.au>
Tue, 11 Sep 2007 00:47:34 +0000 (00:47 +0000)
libguile/ChangeLog

index ae6ed7c..4fdc521 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-11  Kevin Ryde  <user42@zip.com.au>
+
+       * posix.c (scm_putenv): Confine the putenv("NAME=") bit to mingw, use
+       putenv("NAME") as the fallback everywhere else.  In particular this is
+       needed for solaris 9.  Reported by Frank Storbeck.
+       
 2007-09-03  Ludovic Courtès  <ludo@gnu.org>
 
        * read.c (flush_ws): Handle SCSH block comments.