In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bef255a1667a8a05be344c7274d2d9c855493c6d?hp=b7d34c6cc3dc8c98495164fbce7d2415e0fb8365>
- Log ----------------------------------------------------------------- commit bef255a1667a8a05be344c7274d2d9c855493c6d Author: Tony Cook <[email protected]> Date: Wed Jul 23 17:11:42 2014 +1000 Vladimir Marek is now a perl author M AUTHORS commit 07ad9e0e19891ec129e1a78e40a66ca19b51302d Author: Vladimir Marek <[email protected]> Date: Wed Jul 23 17:05:59 2014 +1000 use setenv() on Solaris M util.c ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + util.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 5cdc486..9db941e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1198,6 +1198,7 @@ Vincent Pit <[email protected]> Vishal Bhatia <[email protected]> Vlad Harchev <[email protected]> Vladimir Alexiev <[email protected]> +Vladimir Marek <[email protected]> Vladimir Timofeev <[email protected]> Volker Schatz <[email protected]> W. Geoffrey Rommel <[email protected]> diff --git a/util.c b/util.c index 9c28f9e..1f9a5b3 100644 --- a/util.c +++ b/util.c @@ -2072,7 +2072,7 @@ Perl_my_setenv(pTHX_ const char *nam, const char *val) my_setenv_format(environ[i], nam, nlen, val, vlen); } else { # endif -# if defined(__CYGWIN__)|| defined(__SYMBIAN32__) || defined(__riscos__) +# if defined(__CYGWIN__)|| defined(__SYMBIAN32__) || defined(__riscos__) || defined(__sun) # if defined(HAS_UNSETENV) if (val == NULL) { (void)unsetenv(nam); -- Perl5 Master Repository
