Change 35006: AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix

2008-12-04 Thread Nicholas Clark
Change 35006 by [EMAIL PROTECTED] on 2008/12/04 11:13:32 Subject: AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix From: Rainer Tammer [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Date: Thu, 04 Dec 2008 10:32:11 +0100

Change 35007: AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix

2008-12-04 Thread Nicholas Clark
Change 35007 by [EMAIL PROTECTED] on 2008/12/04 11:14:02 Subject: AIX patches for Perl 5.8.9 RC2 and gcc on AIX + suidperl on AIX README.aix From: Rainer Tammer [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Date: Thu, 04 Dec 2008 10:32:11 +0100

Change 35009: For now, remove the 'cannot remove [dir] when cwd is [dir]' message,

2008-12-04 Thread Nicholas Clark
Change 35009 by [EMAIL PROTECTED] on 2008/12/04 14:09:20 For now, remove the 'cannot remove [dir] when cwd is [dir]' message, because the existing code will think that /tmp/abc is a subdirectory of /tmp/aa, and whilst we have a patch for Win32 and *nix, we've not

Change 35010: [EMAIL PROTECTED] vms.c - Memory freed from wrong pool

2008-12-04 Thread Craig A . Berry
Change 35010 by [EMAIL PROTECTED] on 2008/12/04 15:17:12 Subject: [EMAIL PROTECTED] vms.c - Memory freed from wrong pool From: John E. Malmberg [EMAIL PROTECTED] Date: Wed, 03 Dec 2008 19:38:04 -0600 Message-id: [EMAIL PROTECTED] Need PerlMem_free,

Change 35011: Revert 35009 so we can take another swing at ancestor detection.

2008-12-04 Thread Craig A . Berry
Change 35011 by [EMAIL PROTECTED] on 2008/12/04 21:36:56 Revert 35009 so we can take another swing at ancestor detection. Affected files ... ... //depot/perl/lib/File/Path.pm#65 edit ... //depot/perl/lib/File/Path.t#22 edit Differences ... //depot/perl/lib/File/Path.pm#65 (text)

Change 35012: Re: File::Path regression in 5.8.9

2008-12-04 Thread Craig A . Berry
Change 35012 by [EMAIL PROTECTED] on 2008/12/04 21:42:14 Subject: Re: File::Path regression in 5.8.9 From: Marcus Holland-Moritz [EMAIL PROTECTED] Date: Fri, 14 Nov 2008 10:58:09 +0100 Message-ID: [EMAIL PROTECTED] Plus replace $p/$x with

Change 35013: While we are off the reservation, revert a stupid, VMS-specific

2008-12-04 Thread Craig A . Berry
Change 35013 by [EMAIL PROTECTED] on 2008/12/04 21:46:16 While we are off the reservation, revert a stupid, VMS-specific test regression I caused David to make in 2.07. (See http://rt.cpan.org/Public/Bug/Display.html?id=40512 ). Affected files ... ...

Change 35014: Integrate:

2008-12-04 Thread Dave Mitchell
Change 35014 by [EMAIL PROTECTED] on 2008/12/04 23:32:09 Integrate: [ 34038] Subject: Re: [PATCH] More COW lvalues From: Reini Urban [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Date: Mon, 09 Jun 2008 17:15:41 +0200 [ 34039]

Change 35015: Integrate:

2008-12-04 Thread Dave Mitchell
Change 35015 by [EMAIL PROTECTED] on 2008/12/05 00:04:16 Integrate: [ 34042] Subject: [EMAIL PROTECTED] VMS passes these t/io/open.t tests now. From: John E. Malmberg [EMAIL PROTECTED] Message-id: [EMAIL PROTECTED] Date: Tue, 10 Jun 2008 23:17:46

Change 35016: Integrate:

2008-12-04 Thread Dave Mitchell
Change 35016 by [EMAIL PROTECTED] on 2008/12/05 01:23:27 Integrate: [ 34071] Make sure parser's filehandle is closed when finished (It was mistakenly left open if there was no old_parser, which caused t/comp/require.t to leave behind a 'bleah.pm'

Change 35017: Integrate:

2008-12-04 Thread Dave Mitchell
Change 35017 by [EMAIL PROTECTED] on 2008/12/05 01:54:55 Integrate: [ 34077] Incorrect variable reported in uninitialized value warning. Ops that can return undef even for defined args, could mistakenly warn that the arg was undefined.