Change 28133: perlop.pod doc patch: I/O operators

2006-05-09 Thread Rafael Garcia-Suarez
Change 28133 by [EMAIL PROTECTED] on 2006/05/09 07:27:37 Subject: perlop.pod doc patch: I/O operators From: Ash Berlin [EMAIL PROTECTED] Date: Sat, 06 May 2006 14:16:00 +0100 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/pod/perlop.pod#143

Change 28134: [PATCH] 'threads' patch to fix threaded build on Win32

2006-05-09 Thread Steve Hay
Change 28134 by [EMAIL PROTECTED] on 2006/05/09 08:04:29 Subject: [PATCH] 'threads' patch to fix threaded build on Win32 From: Jerry D. Hedden [EMAIL PROTECTED] Date: Mon, 08 May 2006 10:23:33 -0700 Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 28135: allow exit during fold_constants

2006-05-09 Thread Dave Mitchell
Change 28135 by [EMAIL PROTECTED] on 2006/05/09 11:43:55 allow exit during fold_constants eg BEGIN { $SIG{__WARN__} = sub{exit};} a == b Affected files ... ... //depot/perl/op.c#817 edit Differences ... //depot/perl/op.c#817 (text) Index: perl/op.c ---

Change 28136: Fix a logic error in conditional found by Coverity

2006-05-09 Thread Rafael Garcia-Suarez
Change 28136 by [EMAIL PROTECTED] on 2006/05/09 13:10:01 Fix a logic error in conditional found by Coverity Affected files ... ... //depot/perl/op.c#818 edit Differences ... //depot/perl/op.c#818 (text) Index: perl/op.c --- perl/op.c#817~28135~2006-05-09

Change 28137: Fix another Coverity problem by adding an assert that says that

2006-05-09 Thread Rafael Garcia-Suarez
Change 28137 by [EMAIL PROTECTED] on 2006/05/09 13:18:34 Fix another Coverity problem by adding an assert that says that some string we got from the lexer is null-terminated Affected files ... ... //depot/perl/op.c#819 edit Differences ... //depot/perl/op.c#819 (text)

Change 28138: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl

2006-05-09 Thread Rafael Garcia-Suarez
Change 28138 by [EMAIL PROTECTED] on 2006/05/09 13:45:43 Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl From: David Landgren [EMAIL PROTECTED] Date: Tue, 09 May 2006 13:03:22 +0200 Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 28139: POD fixes

2006-05-09 Thread Rafael Garcia-Suarez
Change 28139 by [EMAIL PROTECTED] on 2006/05/09 14:03:30 POD fixes Affected files ... ... //depot/perl/lib/DBM_Filter/compress.pm#2 edit ... //depot/perl/lib/DBM_Filter/encode.pm#2 edit ... //depot/perl/lib/DBM_Filter/int32.pm#2 edit ... //depot/perl/lib/DBM_Filter/null.pm#2 edit ...

Change 28140: wince crosscompile patch for 28132

2006-05-09 Thread Rafael Garcia-Suarez
Change 28140 by [EMAIL PROTECTED] on 2006/05/09 15:23:55 Subject: wince crosscompile patch for 28132 From: Vadim [EMAIL PROTECTED] Date: Tue, 09 May 2006 15:09:43 +0400 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/INSTALL#162 edit ...

Change 28141: Ressurect change 27824, which plugs a resource leak in uncalled code.

2006-05-09 Thread Nicholas Clark
Change 28141 by [EMAIL PROTECTED] on 2006/05/09 16:04:25 Ressurect change 27824, which plugs a resource leak in uncalled code. Affected files ... ... //depot/perl/ext/Encode/Encode.xs#120 edit Differences ... //depot/perl/ext/Encode/Encode.xs#120 (text) Index:

Change 28144: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know

2006-05-09 Thread Nicholas Clark
Change 28144 by [EMAIL PROTECTED] on 2006/05/09 20:10:12 In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know the magic isn't there. Affected files ... ... //depot/perl/gv.c#325 edit Differences ... //depot/perl/gv.c#325 (text) Index: perl/gv.c ---

Change 28146: Change 28145 means that Perl_allocmy() can take a const char *name.

2006-05-09 Thread Nicholas Clark
Change 28146 by [EMAIL PROTECTED] on 2006/05/09 21:42:18 Change 28145 means that Perl_allocmy() can take a const char *name. Affected files ... ... //depot/perl/embed.fnc#373 edit ... //depot/perl/op.c#821 edit ... //depot/perl/proto.h#716 edit Differences ...

Change 28147: Integrate:

2006-05-09 Thread Nicholas Clark
Change 28147 by [EMAIL PROTECTED] on 2006/05/09 22:15:36 Integrate: [ 25166] Subject: Re: [perl #27028] /$/ not honouring /m in some cases From: Rick Delaney [EMAIL PROTECTED] Date: Jul 14, 2005 4:10 PM Message-ID: [EMAIL PROTECTED] Affected files

Change 28148: disable WARN and DIE hooks during constant folding

2006-05-09 Thread Dave Mitchell
Change 28148 by [EMAIL PROTECTED] on 2006/05/10 01:32:10 disable WARN and DIE hooks during constant folding Affected files ... ... //depot/perl/op.c#822 edit ... //depot/perl/t/comp/fold.t#2 edit ... //depot/perl/util.c#560 edit ... //depot/perl/warnings.h#30 edit ...