| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid *some* g++ errors. (But not all yet) | Nicholas Clark | 2007-02-19 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -2/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -4/+20 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -22/+0 |
* | g++ wants cast | Jarkko Hietaniemi | 2007-01-28 | 1 | -1/+1 |
* | Silence a few pedantic warnings | Rafael Garcia-Suarez | 2007-01-26 | 1 | -4/+4 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Fix breakage for -DDEBUGGING accidentally introduced with change 29882. | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | Add a parameter to Perl_get_arena() to pass in the SV type, and record | Nicholas Clark | 2007-01-19 | 1 | -21/+18 |
* | I think that it's clearer if aroot is only struct arena_set * | Nicholas Clark | 2007-01-19 | 1 | -7/+12 |
* | As Perl_get_arena() is dealing with sizes, use size_t rather than int, | Nicholas Clark | 2007-01-19 | 1 | -2/+2 |
* | Move C<static bool done_sanity_check;> inside the only function that | Nicholas Clark | 2007-01-18 | 1 | -7/+4 |
* | Move the flag checking for isGV_with_GP() into the call to visit() | Nicholas Clark | 2007-01-18 | 1 | -2/+3 |
* | Given that we now do the tests in S_visit() to avoid calling the | Nicholas Clark | 2007-01-18 | 1 | -2/+4 |
* | As PVLVs can hold globs in some cases, I think that we should be | Nicholas Clark | 2007-01-18 | 1 | -10/+5 |
* | Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(), | Nicholas Clark | 2007-01-17 | 1 | -1/+1 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -17/+18 |
* | If we use SvUPGRADE() rather than sv_upgrade() then it can make the | Nicholas Clark | 2007-01-17 | 1 | -3/+2 |
* | when cloning PL_regex_pad, copy SVf_BREAK flag too | Dave Mitchell | 2007-01-15 | 1 | -0/+2 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -8/+8 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -9/+9 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -3/+0 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |
* | handle cloning of parsers on the save stack | Dave Mitchell | 2007-01-03 | 1 | -0/+11 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -0/+3 |
* | Copying to FORMATs should work (and not fail assertions if the value | Nicholas Clark | 2007-01-02 | 1 | -1/+8 |