Change 31200: move PL_rsfp_filters into the parser struct

2007-05-12 Thread Dave Mitchell
Change 31200 by [EMAIL PROTECTED] on 2007/05/12 19:21:02 move PL_rsfp_filters into the parser struct Affected files ... ... //depot/perl/embed.fnc#498 edit ... //depot/perl/embed.h#694 edit ... //depot/perl/embedvar.h#247 edit ... //depot/perl/ext/Devel/PPPort/parts/inc/variables#7 edit

Change 31201: save old PL_curcop value in parser struct

2007-05-12 Thread Dave Mitchell
Change 31201 by [EMAIL PROTECTED] on 2007/05/12 19:51:37 save old PL_curcop value in parser struct Affected files ... ... //depot/perl/parser.h#15 edit ... //depot/perl/toke.c#777 edit Differences ... //depot/perl/parser.h#15 (text) Index: perl/parser.h ---

Change 31202: eliminate a stray PL_lex_state

2007-05-12 Thread Dave Mitchell
Change 31202 by [EMAIL PROTECTED] on 2007/05/12 20:06:41 eliminate a stray PL_lex_state Affected files ... ... //depot/perl/toke.c#778 edit Differences ... //depot/perl/toke.c#778 (text) Index: perl/toke.c --- perl/toke.c#777~31201~ 2007-05-12 12:51:37.0 -0700

Change 31203: move PL_in_my and PL_in_my_stash into the PL_parser struct

2007-05-12 Thread Dave Mitchell
Change 31203 by [EMAIL PROTECTED] on 2007/05/12 22:17:40 move PL_in_my and PL_in_my_stash into the PL_parser struct Affected files ... ... //depot/perl/embedvar.h#248 edit ... //depot/perl/intrpvar.h#207 edit ... //depot/perl/op.c#937 edit ... //depot/perl/pad.c#114 edit ...

Change 31205: [PATCH] Disable !ab, !b||a optimalization when PL_madskills

2007-05-12 Thread Dave Mitchell
Change 31205 by [EMAIL PROTECTED] on 2007/05/12 22:41:17 Subject: [PATCH] Disable !ab, !b||a optimalization when PL_madskills From: Gerard Goossen [EMAIL PROTECTED] Date:Tue May 8 16:09:17 2007 +0200 Message-Id: [EMAIL PROTECTED] Affected files ... ...

Change 31206: [PATCH] Disable slurping assigned of split when PL_madskills

2007-05-12 Thread Dave Mitchell
Change 31206 by [EMAIL PROTECTED] on 2007/05/12 22:42:09 Subject: [PATCH] Disable slurping assigned of split when PL_madskills From: Gerard Goossen [EMAIL PROTECTED] Date:Tue May 8 15:15:09 2007 +0200 Message-Id: [EMAIL PROTECTED] Affected files ... ...

Change 31208: Give the 'local' declarator a new key, such that 'local our'

2007-05-12 Thread Dave Mitchell
Change 31208 by [EMAIL PROTECTED] on 2007/05/12 22:44:02 Give the 'local' declarator a new key, such that 'local our' declaration don't have multiple 'd' keys. Subject: [PATCH] mad: different key for the locale declarator From: Gerard Goossen [EMAIL

Change 31204: Disable operator target setting for 'my' variables (OPpTARGET_MY)

2007-05-12 Thread Dave Mitchell
Change 31204 by [EMAIL PROTECTED] on 2007/05/12 22:40:05 Disable operator target setting for 'my' variables (OPpTARGET_MY) when madskills is active. Remove the p55 code required for dealing with the optimized tree. Subject: [PATCH] disable operator with

Change 31207: move the logic of combining '_' and '#' with the previous logic

2007-05-12 Thread Dave Mitchell
Change 31207 by [EMAIL PROTECTED] on 2007/05/12 22:43:01 move the logic of combining '_' and '#' with the previous logic from Nomad.pm to dump.c. So they are already combined in the XML dump. Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c

Change 31209: fix some (mostly MAD) compiler warnings

2007-05-12 Thread Dave Mitchell
Change 31209 by [EMAIL PROTECTED] on 2007/05/13 01:17:42 fix some (mostly MAD) compiler warnings Affected files ... ... //depot/perl/perly.act#34 edit ... //depot/perl/perly.tab#28 edit ... //depot/perl/perly.y#88 edit ... //depot/perl/toke.c#780 edit Differences ...