Change 27882: Coverity insists that if we deference a pointer without checking, and

2006-04-18 Thread Nicholas Clark
Change 27882 by [EMAIL PROTECTED] on 2006/04/18 10:54:15 Coverity insists that if we deference a pointer without checking, and subsequently check that same pointer before deferencing it, something in our code or our logic is bogus. So assert() that it's safe the

Change 27883: Coverity still thinks that there is a route through do_vop that can

2006-04-18 Thread Nicholas Clark
Change 27883 by [EMAIL PROTECTED] on 2006/04/18 11:18:12 Coverity still thinks that there is a route through do_vop that can leak resources. I believe that it's spotted that you can skip all the cases in the switch. Plug that hole. Affected files ... ...

Change 27884: [PATCH] Support compiling for RISC OS

2006-04-18 Thread Rafael Garcia-Suarez
Change 27884 by [EMAIL PROTECTED] on 2006/04/18 12:48:31 Subject: [PATCH] Support compiling for RISC OS From: Alex Waugh [EMAIL PROTECTED] Date: Mon, 17 Apr 2006 00:14:26 +0100 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/MANIFEST#1379 edit

Change 27885: Relocatable @INC and parallel builds pretty much work now.

2006-04-18 Thread Nicholas Clark
Change 27885 by [EMAIL PROTECTED] on 2006/04/18 13:10:35 Relocatable @INC and parallel builds pretty much work now. Affected files ... ... //depot/perl/pod/perltodo.pod#140 edit Differences ... //depot/perl/pod/perltodo.pod#140 (text) Index: perl/pod/perltodo.pod ---

Change 27886: Note that Rafael has done the first cut of state variables.

2006-04-18 Thread Nicholas Clark
Change 27886 by [EMAIL PROTECTED] on 2006/04/18 13:18:27 Note that Rafael has done the first cut of state variables. Document that UTF-8 cleansing the tokeniser and the pads is TODO. Affected files ... ... //depot/perl/pod/perltodo.pod#141 edit Differences ...

Change 27887: Addition to README.riscos suggested by Nicholas

2006-04-18 Thread Rafael Garcia-Suarez
Change 27887 by [EMAIL PROTECTED] on 2006/04/18 14:02:23 Addition to README.riscos suggested by Nicholas Affected files ... ... //depot/perl/README.riscos#2 edit Differences ... //depot/perl/README.riscos#2 (text) Index: perl/README.riscos --- perl/README.riscos#1~27884~

Change 27889: A fix to change #27845 to get it to compile with -DPERL_MAD.

2006-04-18 Thread Steve Peters
Change 27889 by [EMAIL PROTECTED] on 2006/04/18 15:47:48 A fix to change #27845 to get it to compile with -DPERL_MAD. Affected files ... ... //depot/perl/dump.c#221 edit Differences ... //depot/perl/dump.c#221 (text) Index: perl/dump.c --- perl/dump.c#220~27845~

Change 27890: Expand am I hot or not into a more general Profile Perl section.

2006-04-18 Thread Nicholas Clark
Change 27890 by [EMAIL PROTECTED] on 2006/04/18 16:03:10 Expand am I hot or not into a more general Profile Perl section. Affected files ... ... //depot/perl/pod/perltodo.pod#142 edit Differences ... //depot/perl/pod/perltodo.pod#142 (text) Index: perl/pod/perltodo.pod ---

Change 27891: When checking whether perl is built with -g in optimisation

2006-04-18 Thread Rafael Garcia-Suarez
Change 27891 by [EMAIL PROTECTED] on 2006/04/18 16:05:15 When checking whether perl is built with -g in optimisation flags, use a more tolerant regexp, because we can now have things like '-O2 -g'. Affected files ... ... //depot/perl/Makefile.SH#359 edit Differences ...

Change 27892: Add a TODO regarding merging the win32 and wince codebases.

2006-04-18 Thread Steve Peters
Change 27892 by [EMAIL PROTECTED] on 2006/04/18 16:47:58 Add a TODO regarding merging the win32 and wince codebases. Affected files ... ... //depot/perl/pod/perltodo.pod#143 edit Differences ... //depot/perl/pod/perltodo.pod#143 (text) Index: perl/pod/perltodo.pod ---

Change 27893: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.

2006-04-18 Thread Dave Mitchell
Change 27893 by [EMAIL PROTECTED] on 2006/04/18 17:03:15 regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo. Also defer altering the cache bit until CACHEsayYES/NO is called Affected files ... ... //depot/perl/regexec.c#411 edit ...

Change 27894: Revert 27869 at Jarkko's request.

2006-04-18 Thread Nicholas Clark
Change 27894 by [EMAIL PROTECTED] on 2006/04/18 19:52:19 Revert 27869 at Jarkko's request. Affected files ... ... //depot/perl/regcomp.c#418 edit Differences ... //depot/perl/regcomp.c#418 (text) Index: perl/regcomp.c --- perl/regcomp.c#417~27882~ 2006-04-18