Leopold Toetsch <[EMAIL PROTECTED]> writes: > Lars Balker Rasmussen <[EMAIL PROTECTED]> wrote: >> Since parrot currently can't compile on Solaris due to the absense of >> setenv/unsetenv in the Solaris libc, I've added tests for the >> functions, as well as a putenv-based implementation. > > Shouldn't there be a test for putenv too, instead of using putenv in the > absence of setenv/unsetenv? > > ... else looks good.
I suppose - but putenv() is defined by all relevant Unix standards. On platforms where neither putenv nor setenv are available, another implementation must be provided, just like win32 - but let's deal with that when we get there. At least more platforms are supported now :-) -- Lars Balker Rasmussen Consult::Perl