Can you check/update this patch regarding VMS please?

Change 25733 by [EMAIL PROTECTED] on 2005/10/10 13:47:17

        Add probe for unsetenv ()
        Subject: Re: Perl's handling of environ breaks on Solaris 10
        From: Steve Peters <[EMAIL PROTECTED]>
        Date: Mon, 10 Oct 2005 07:51:17 -0500
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/Configure#588 edit
... //depot/perl/Porting/Glossary#156 edit
... //depot/perl/config_h.SH#304 edit
... //depot/perl/handy.h#100 edit

Differences ...

==== //depot/perl/Configure#588 (xtext) ====

29c29
< # Generated on Mon Sep 12 15:44:06 CEST 2005 [metaconfig 3.0 PL70]
---
> # Generated on Mon Oct 10 16:08:59 CEST 2005 [metaconfig 3.0 PL70]
766a767
> d_unsetenv=''
17462a17464,17467
> : see if unsetenv exists
> set unsetenv d_unsetenv
> eval $inlibc
>
21325a21331
> d_unsetenv='$d_unsetenv'

==== //depot/perl/Porting/Glossary#156 (text) ====

2185a2186,2189
> d_unsetenv (d_unsetenv.U):
>       This variable conditionally defines the HAS_UNSETENV symbol, which
>       indicates to the C program that the unsetenv () routine is available.
>

==== //depot/perl/config_h.SH#304 (text) ====

2645a2646,2651
> /* HAS_UNSETENV:
>  *    This symbol, if defined, indicates that the unsetenv () routine is
>  *    available for use.
>  */
> #$d_unsetenv HAS_UNSETENV             /**/
>

==== //depot/perl/handy.h#100 (text) ====

178c178
< #if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE)
---
> #if defined(HAS_MALLOC_SIZE) && defined(HAS_MALLOC_GOOD_SIZE) && defined(HAS_U
NSETENV)


-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using Perl 5.6.2, 5.8.0, 5.8.5, & 5.9.2  on HP-UX 10.20, 11.00 & 11.11,
 AIX 4.3 & 5.2, SuSE 9.2 & 9.3, and Cygwin. http://www.cmve.net/~merijn
Smoking perl: http://www.test-smoke.org,    perl QA: http://qa.perl.org
 reports  to: [EMAIL PROTECTED],                perl-qa@perl.org

Reply via email to