Change 34219: [PATCH] Re: Fix 34200 on Cygwin

2008-08-24 Thread H . Merijn Brand
Change 34219 by [EMAIL PROTECTED] on 2008/08/24 08:58:40 Subject: [PATCH] Re: Fix 34200 on Cygwin From: Reini Urban [EMAIL PROTECTED] Date: Sun, 24 Aug 2008 10:47:23 +0200 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/installperl#159 edit ...

Change 34220: Don't add freed SVF_BREAK scalars to the freed list.

2008-08-24 Thread Dave Mitchell
Change 34220 by [EMAIL PROTECTED] on 2008/08/24 12:16:28 Don't add freed SVF_BREAK scalars to the freed list. This may still be referenced, so don't reuse. Affected files ... ... //depot/perl/sv.c#1554 edit Differences ... //depot/perl/sv.c#1554 (text) Index:

Change 34221: [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {}

2008-08-24 Thread Rafael Garcia-Suarez
Change 34221 by [EMAIL PROTECTED] on 2008/08/24 13:41:40 Subject: [perl #57646] Weird non-equivalence between $::{'a'} = sub {} and *::a = sub {} From: Bram via RT [EMAIL PROTECTED] Date: Wed, 06 Aug 2008 01:24:22 -0700 Message-ID: [EMAIL PROTECTED] Affected

Change 34222: Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm

2008-08-24 Thread Rafael Garcia-Suarez
Change 34222 by [EMAIL PROTECTED] on 2008/08/24 14:13:52 Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm Affected files ... ... //depot/perl/ext/Opcode/Safe.pm#36 edit Differences ... //depot/perl/ext/Opcode/Safe.pm#36 (text) Index:

Change 34223: Re: [perl #58218] backwards logic in perluniintro (5.10.0)

2008-08-24 Thread Rafael Garcia-Suarez
Change 34223 by [EMAIL PROTECTED] on 2008/08/24 14:39:10 Subject: Re: [perl #58218] backwards logic in perluniintro (5.10.0) From: Dr.Ruud [EMAIL PROTECTED] Date: Sat, 23 Aug 2008 10:07:45 +0200 Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 34224: [PATCH] Unintented interpolation of $/ in regex (was: Re: [perl

2008-08-24 Thread Rafael Garcia-Suarez
Change 34224 by [EMAIL PROTECTED] on 2008/08/24 14:52:12 Subject: [PATCH] Unintented interpolation of $/ in regex (was: Re: [perl From: Bram [EMAIL PROTECTED] Date: Thu, 24 Jul 2008 18:14:27 +0200 Message-ID: [EMAIL PROTECTED] This adds a new

Change 34225: [PATCH] Safer environ iteration

2008-08-24 Thread Rafael Garcia-Suarez
Change 34225 by [EMAIL PROTECTED] on 2008/08/24 15:23:41 Subject: [PATCH] Safer environ iteration From: Milosz Tanski [EMAIL PROTECTED] Date: Tue, 5 Aug 2008 18:33:02 -0400 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/perl.c#873 edit