| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -1/+0 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -1/+1 |
* | Document SvSHARED_HASH. | Vincent Pit | 2007-08-15 | 1 | -5/+5 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -1/+0 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -0/+1 |
* | make sure PL_Parser is NULL during early stage of thread clone | Dave Mitchell | 2007-06-26 | 1 | -0/+2 |
* | Also get copy on write working with ithreads. It hadn't been working | Nicholas Clark | 2007-06-24 | 1 | -3/+5 |
* | Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko | Rafael Garcia-Suarez | 2007-06-17 | 1 | -1/+2 |
* | miscellanea | Jarkko Hietaniemi | 2007-06-15 | 1 | -1/+1 |
* | change #31134 broke DEBUG_LEAKING_SCALARS builds | Dave Mitchell | 2007-06-13 | 1 | -2/+7 |
* | [patch] fix small errors in sv.c commentary | Jim Cromie | 2007-06-07 | 1 | -9/+9 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -1/+0 |
* | Avoid calling SvEND() when SvPOKp() is not true. | Nicholas Clark | 2007-05-28 | 1 | -6/+7 |
* | delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg | Dave Mitchell | 2007-05-25 | 1 | -4/+0 |
* | fix coredump in S_varname (tickled by Devel::Profile) | Dave Mitchell | 2007-05-25 | 1 | -2/+1 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -1/+1 |
* | move PL_multi_end into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+1 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+2 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -66/+66 |
* | Various mro updates from Brandon Black. References: | Craig A. Berry | 2007-05-19 | 1 | -5/+9 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -2/+2 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -3/+3 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -1/+2 |
* | more consting | Andy Lester | 2007-05-08 | 1 | -2/+2 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -2/+2 |
* | migrate more variables to PL_parser struct: | Dave Mitchell | 2007-05-05 | 1 | -9/+7 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -17/+22 |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 1 | -5/+5 |
* | Initialise PL_delayedisa on thread clone. | Nicholas Clark | 2007-05-03 | 1 | -0/+1 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -5/+34 |
* | Fix a bug in method caching. Better version (broader) of change #29336. | Brandon Black | 2007-04-26 | 1 | -3/+3 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -1/+0 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -14/+16 |
* | Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX, | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -2/+7 |
* | sv.c: %d ne size_t | Jarkko Hietaniemi | 2007-04-16 | 1 | -2/+2 |
* | follow PL_watchaddr when cloning a thread | Dave Mitchell | 2007-04-15 | 1 | -2/+10 |
* | with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars | Dave Mitchell | 2007-04-15 | 1 | -0/+4 |
* | Move PL_comppad nulling from do_clean_all to sv_clear | Dave Mitchell | 2007-04-14 | 1 | -4/+4 |
* | Fix two errors in the OP debugging code. Now all test errors relate | Nicholas Clark | 2007-04-12 | 1 | -0/+4 |
* | Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it | Nicholas Clark | 2007-04-07 | 1 | -0/+5 |
* | Remove op_pmnext from PMOPs, and instead store the list for reset as | Nicholas Clark | 2007-04-06 | 1 | -8/+8 |
* | Re: pmdynflags and thread safety | Yves Orton | 2007-04-04 | 1 | -1/+5 |
* | Eliminate the use of PL_bufend outside of toke.c: | Dave Mitchell | 2007-04-01 | 1 | -6/+1 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -4/+3 |
* | say() should parse exactly like print() | Rafael Garcia-Suarez | 2007-03-26 | 1 | -0/+1 |
* | Don't try to set the NV on a typeglob-in-action. Should cure bug | Nicholas Clark | 2007-03-21 | 1 | -1/+2 |
* | AVs and HVs never had the NV slot. (Not that this error mattered, as | Nicholas Clark | 2007-03-21 | 1 | -2/+2 |
* | Re: [PATCH] (Re: [PATCH] unicode/utf8 pod) | Juerd Waalboer | 2007-03-07 | 1 | -1/+1 |
* | As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside | Nicholas Clark | 2007-03-05 | 1 | -3/+1 |