diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 8af9672ff..52403ad0c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2007-09-11 Kevin Ryde + + * 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 * read.c (flush_ws): Handle SCSH block comments.