Change 31025: An optimisation to the MRO code, by Brandon Black,

2007-04-23 Thread Rafael Garcia-Suarez
Change 31025 by [EMAIL PROTECTED] on 2007/04/23 08:21:50 An optimisation to the MRO code, by Brandon Black, plus more comments. Affected files ... ... //depot/perl/mro.c#14 edit Differences ... //depot/perl/mro.c#14 (text) Index: perl/mro.c --- perl/mro.c#13~31024~

Change 31026: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18

2007-04-23 Thread Rafael Garcia-Suarez
Change 31026 by [EMAIL PROTECTED] on 2007/04/23 09:04:31 Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18 From: demerphq [EMAIL PROTECTED] Date: Sun, 22 Apr 2007 23:34:55 +0200 Message-ID: [EMAIL

Change 31027: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend

2007-04-23 Thread Rafael Garcia-Suarez
Change 31027 by [EMAIL PROTECTED] on 2007/04/23 09:39:38 Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend From: [EMAIL PROTECTED] Date: Sat, 21 Apr 2007 21:30:47 + Message-ID: [EMAIL PROTECTED] Affected files ...

Change 31028: Patch to config to avoid failures in the perl core due

2007-04-23 Thread Rafael Garcia-Suarez
Change 31028 by [EMAIL PROTECTED] on 2007/04/23 09:53:41 Patch to config to avoid failures in the perl core due to too much verbosity (by Jos Boumans) Affected files ... ... //depot/perl/lib/CPANPLUS/t/inc/conf.pl#3 edit Differences ...

Change 31029: Remove generated test files from CPANPLUS

2007-04-23 Thread Rafael Garcia-Suarez
Change 31029 by [EMAIL PROTECTED] on 2007/04/23 10:02:13 Remove generated test files from CPANPLUS Affected files ... ... //depot/perl/MANIFEST#1557 edit ... //depot/perl/lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed#2 delete ...

Change 31030: Add Yves Orton's script to regenerate regcharclass.h

2007-04-23 Thread Rafael Garcia-Suarez
Change 31030 by [EMAIL PROTECTED] on 2007/04/23 12:25:10 Add Yves Orton's script to regenerate regcharclass.h Affected files ... ... //depot/perl/MANIFEST#1558 edit ... //depot/perl/Porting/regcharclass.pl#1 add ... //depot/perl/regcharclass.h#2 edit Differences ...

Change 31031: Change boilerplate of regcharclass.h

2007-04-23 Thread Rafael Garcia-Suarez
Change 31031 by [EMAIL PROTECTED] on 2007/04/23 12:30:12 Change boilerplate of regcharclass.h Affected files ... ... //depot/perl/Porting/regcharclass.pl#2 edit ... //depot/perl/regcharclass.h#3 edit Differences ... //depot/perl/Porting/regcharclass.pl#2 (text) Index:

Change 31032: A safer version of CopFILE, by Jarkko

2007-04-23 Thread Rafael Garcia-Suarez
Change 31032 by [EMAIL PROTECTED] on 2007/04/23 13:10:56 A safer version of CopFILE, by Jarkko Affected files ... ... //depot/perl/cop.h#140 edit Differences ... //depot/perl/cop.h#140 (text) Index: perl/cop.h --- perl/cop.h#139~30817~ 2007-03-31 16:15:15.0

Change 31033: [PATCH] Un-mathom Perl_save_I16

2007-04-23 Thread Rafael Garcia-Suarez
Change 31033 by [EMAIL PROTECTED] on 2007/04/23 13:17:05 Subject: [PATCH] Un-mathom Perl_save_I16 From: Jerry D. Hedden [EMAIL PROTECTED] Date: Mon, 23 Apr 2007 09:10:01 -0400 Message-ID: [EMAIL PROTECTED] Affected files ... ... //depot/perl/mathoms.c#73 edit ...

Change 31035: Integrate:

2007-04-23 Thread Nicholas Clark
Change 31035 by [EMAIL PROTECTED] on 2007/04/23 14:40:27 Integrate: [ 28934] Fixes to compile Perl with g++ and DEBUGGING. [ 30660] Pod fix to h2ph from John Morrissey on the Debian bug list. Affected files ... ...

Change 31034: More variable reordering saves another 40 bytes from the interpreter

2007-04-23 Thread Nicholas Clark
Change 31034 by [EMAIL PROTECTED] on 2007/04/23 14:40:05 More variable reordering saves another 40 bytes from the interpreter structure. (on LP64). Zero cost space saving! Woohoo! Affected files ... ... //depot/perl/intrpvar.h#196 edit ... //depot/perl/pod/perltodo.pod#175 edit

Change 31036: Upgrade to Term::ANSIColor 1.12.

2007-04-23 Thread Rafael Garcia-Suarez
Change 31036 by [EMAIL PROTECTED] on 2007/04/23 15:07:52 Upgrade to Term::ANSIColor 1.12. Affected files ... ... //depot/perl/lib/Term/ANSIColor.pm#15 edit ... //depot/perl/lib/Term/ANSIColor/ChangeLog#7 edit ... //depot/perl/lib/Term/ANSIColor/README#7 edit ...

Change 31037: Switch to hex format for integer constants in regcharclass.h

2007-04-23 Thread Rafael Garcia-Suarez
Change 31037 by [EMAIL PROTECTED] on 2007/04/23 15:31:48 Switch to hex format for integer constants in regcharclass.h (Yves Orton). Also, avoid trailing spaces. Affected files ... ... //depot/perl/Porting/regcharclass.pl#3 edit ... //depot/perl/regcharclass.h#4 edit Differences

Change 31038: Remove the unnecessary allocation of and assignment to hunk[3], as the

2007-04-23 Thread Nicholas Clark
Change 31038 by [EMAIL PROTECTED] on 2007/04/23 16:36:31 Remove the unnecessary allocation of and assignment to hunk[3], as the perl API functions called don't need a NUL terminated string. Affected files ... ... //depot/perl/pp_pack.c#134 edit Differences ...

Change 31040: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;

2007-04-23 Thread H . Merijn Brand
Change 31040 by [EMAIL PROTECTED] on 2007/04/23 17:35:53 Major *try* cleanup: introduce $rm_try; Some whitespace cleanups; Small textual nit from Jarkko Affected files ... ... //depot/perl/Configure#648 edit Differences ... //depot/perl/Configure#648 (xtext) Index:

Change 31043: Missed quotes in protocheck for rm_try

2007-04-23 Thread H . Merijn Brand
Change 31043 by [EMAIL PROTECTED] on 2007/04/23 20:55:05 Missed quotes in protocheck for rm_try Affected files ... ... //depot/perl/Configure#649 edit Differences ... //depot/perl/Configure#649 (xtext) Index: perl/Configure --- perl/Configure#648~31040~ 2007-04-23

Re: Change 31034: More variable reordering saves another 40 bytes from the interpreter

2007-04-23 Thread Jerry D. Hedden
Change 31034 by [EMAIL PROTECTED] on 2007/04/23 14:40:05 More variable reordering saves another 40 bytes from the interpreter structure. (on LP64). Zero cost space saving! Woohoo! Affected files ... ... //depot/perl/intrpvar.h#196 edit ... //depot/perl/pod/perltodo.pod#175 edit

Change 31044: make initialisation of PL_sv_no etc unconditional

2007-04-23 Thread Dave Mitchell
Change 31044 by [EMAIL PROTECTED] on 2007/04/23 22:04:59 make initialisation of PL_sv_no etc unconditional Affected files ... ... //depot/perl/perl.c#802 edit Differences ... //depot/perl/perl.c#802 (text) Index: perl/perl.c --- perl/perl.c#801~31005~ 2007-04-21

Change 31045: inline S_init_lexer() and regen

2007-04-23 Thread Dave Mitchell
Change 31045 by [EMAIL PROTECTED] on 2007/04/23 22:27:27 inline S_init_lexer() and regen Affected files ... ... //depot/perl/embed.fnc#485 edit ... //depot/perl/embed.h#684 edit ... //depot/perl/embedvar.h#237 edit ... //depot/perl/perl.c#803 edit ... //depot/perl/perlapi.h#159 edit ...

Change 31046: eliminate some uses of PL_linestr in perl.c

2007-04-23 Thread Dave Mitchell
Change 31046 by [EMAIL PROTECTED] on 2007/04/23 23:01:18 eliminate some uses of PL_linestr in perl.c Affected files ... ... //depot/perl/embed.fnc#486 edit ... //depot/perl/embed.h#685 edit ... //depot/perl/perl.c#804 edit ... //depot/perl/proto.h#822 edit Differences ...