Change 26531: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined

2005-12-30 Thread Rafael Garcia-Suarez
Change 26531 by [EMAIL PROTECTED] on 2005/12/30 09:53:54 Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined (spotted by Jan Dubois) Affected files ... ... //depot/perl/makedef.pl#188 edit Differences ... //depot/perl/makedef.pl#188 (text) Index: perl/makedef.pl

Change 26533: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()

2005-12-30 Thread Rafael Garcia-Suarez
Change 26533 by [EMAIL PROTECTED] on 2005/12/30 11:43:42 Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv() From: Tels [EMAIL PROTECTED] Date: Thu, 29 Dec 2005 18:57:43 +0100 Message-Id: [EMAIL PROTECTED] Affected files ... ... //depot/perl/perlio.c#292

Change 26534: Reduce size of buffers for identifier names, as suggested in:o

2005-12-30 Thread Rafael Garcia-Suarez
Change 26534 by [EMAIL PROTECTED] on 2005/12/30 11:57:14 Reduce size of buffers for identifier names, as suggested in:o Subject: Stack usage (in gv_stashpvn and others) From: Tels [EMAIL PROTECTED] Date: Thu, 29 Dec 2005 18:40:49 +0100 Message-Id:

Change 26536: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS

2005-12-30 Thread Rafael Garcia-Suarez
Change 26536 by [EMAIL PROTECTED] on 2005/12/30 12:25:24 Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS From: Rafael Garcia-Suarez [EMAIL PROTECTED] Date: Mon, 12 Dec 2005 19:22:32 +0100 Message-ID: [EMAIL PROTECTED] Affected files ... ...

Change 26535: fix errors in new MY_CTX code

2005-12-30 Thread Dave Mitchell
Change 26535 by [EMAIL PROTECTED] on 2005/12/30 12:21:05 fix errors in new MY_CTX code Affected files ... ... //depot/perl/perl.c#690 edit ... //depot/perl/sv.c#1083 edit Differences ... //depot/perl/perl.c#690 (text) Index: perl/perl.c --- perl/perl.c#689~26526~

Change 26537: [PATCH] Differences from Perl 6

2005-12-30 Thread Steve Peters
Change 26537 by [EMAIL PROTECTED] on 2005/12/30 14:39:49 Subject: [PATCH] Differences from Perl 6 From: Robin Houston [EMAIL PROTECTED] Date: Fri, 30 Dec 2005 13:45:34 + Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/pod/perlsyn.pod#55

Change 26538: In the shared string table, if we add new entries to the head of the

2005-12-30 Thread Nicholas Clark
Change 26538 by [EMAIL PROTECTED] on 2005/12/30 14:57:00 In the shared string table, if we add new entries to the head of the linked list chain, then we don't need as much bookkeeping in the loop. Affected files ... ... //depot/perl/hv.c#263 edit Differences ...

Change 26539: Update perltodo. First shot at perl593delta.

2005-12-30 Thread Rafael Garcia-Suarez
Change 26539 by [EMAIL PROTECTED] on 2005/12/30 15:10:41 Update perltodo. First shot at perl593delta. Affected files ... ... //depot/perl/pod/perl593delta.pod#9 edit ... //depot/perl/pod/perltodo.pod#123 edit Differences ... //depot/perl/pod/perl593delta.pod#9 (text) Index:

Change 26540: POSIX now declares missing constants as sub ... ();, so Net::Ping

2005-12-30 Thread Nicholas Clark
Change 26540 by [EMAIL PROTECTED] on 2005/12/30 15:39:53 POSIX now declares missing constants as sub ... ();, so Net::Ping needs to define them with a prototype to match. Affected files ... ... //depot/perl/lib/Net/Ping.pm#49 edit Differences ...

Change 26541: Now that the backreference array has no NULL entries, and is correclty

2005-12-30 Thread Nicholas Clark
Change 26541 by [EMAIL PROTECTED] on 2005/12/30 15:55:05 Now that the backreference array has no NULL entries, and is correclty marked as AvREAL_off(), there's no reason not to use sv_dup to clone it. Affected files ... ... //depot/perl/sv.c#1084 edit Differences ...

Change 26542: Document why it's a bad plan to move the backreferences array from

2005-12-30 Thread Nicholas Clark
Change 26542 by [EMAIL PROTECTED] on 2005/12/30 16:53:39 Document why it's a bad plan to move the backreferences array from the magic structure to the hv_aux structure during backreference deletion. Add an optimisation for an empty backreference array. Affected files ...

Change 26543: Convert t/op/sleep.t to using test.pl

2005-12-30 Thread Steve Peters
Change 26543 by [EMAIL PROTECTED] on 2005/12/30 17:47:45 Convert t/op/sleep.t to using test.pl Affected files ... ... //depot/perl/t/op/sleep.t#8 edit Differences ... //depot/perl/t/op/sleep.t#8 (xtext) Index: perl/t/op/sleep.t --- perl/t/op/sleep.t#7~23206~ 2004-08-09

Change 26544: Tweak S_init_main_stash so as allocate PL_curstname as a shared string

2005-12-30 Thread Nicholas Clark
Change 26544 by [EMAIL PROTECTED] on 2005/12/30 20:02:56 Tweak S_init_main_stash so as allocate PL_curstname as a shared string scalar, and hence avoid thrashing the shared string table for main. Affected files ... ... //depot/perl/perl.c#691 edit Differences ...

Change 26545: Marcus Holland-Moritz suggested that assert should

2005-12-30 Thread Nicholas Clark
Change 26545 by [EMAIL PROTECTED] on 2005/12/30 22:44:06 Marcus Holland-Moritz suggested that assert should Perl_croak_nocontext rather than Perl_croak. Affected files ... ... //depot/perl/perl.h#654 edit Differences ... //depot/perl/perl.h#654 (text) Index: