| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extraneous semicolon from OP_PRIVATE_ONCE. | Craig A. Berry | 2010-06-03 | 1 | -1/+1 |
* | Migrate most other op_private to name conversion into S_op_private_to_names(). | Nicholas Clark | 2010-05-28 | 1 | -57/+38 |
* | In Perl_do_op_dump(), move calls to append_flags() into S_op_private_to_names() | Nicholas Clark | 2010-05-28 | 1 | -12/+34 |
* | Add C_ARRAY_END(), returning a pointer to after the last element of an array. | Nicholas Clark | 2010-05-28 | 1 | -1/+1 |
* | In Perl_do_op_dump(), reorder the ops within the if (o->op_private) clause. | Nicholas Clark | 2010-05-28 | 1 | -29/+29 |
* | In Perl_do_sv_dump(), use append_flags() for PVCV, PVFM and PVGP flags. | Nicholas Clark | 2010-05-28 | 1 | -22/+38 |
* | In Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOMPILED(sv) last. | Nicholas Clark | 2010-05-28 | 1 | -1/+1 |
* | In Perl_do_op_dump(), move runs of op_private name tests to S_append_flags(). | Nicholas Clark | 2010-05-28 | 1 | -47/+44 |
* | Create S_append_flags() from a common code pattern in dump.c. | Nicholas Clark | 2010-05-28 | 1 | -44/+64 |
* | add OPpDEREFed flag to avoid double mg_get() | David Mitchell | 2010-05-25 | 1 | -0/+5 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -0/+2 |
* | SvIVX() isn't valid on SVt_REGEXP | Nicholas Clark | 2010-05-20 | 1 | -1/+1 |
* | [perl #73776] "???? - please notify IZ" | Father Chrysostomos | 2010-04-23 | 1 | -1/+6 |
* | Move PERL_ASYNC_CHECK() from the runloop to control flow OPs. | Nicholas Clark | 2010-04-15 | 1 | -1/+0 |
* | include sv_debug_serial field in debugging output | David Mitchell | 2010-01-08 | 1 | -2/+5 |
* | PVIOs don't use the SvIVX slot. | Nicholas Clark | 2009-11-19 | 1 | -1/+2 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -2/+1 |
* | Add PERL_ARGS_ASSERT_* macros where missing; move where in the wrong function. | Nicholas Clark | 2009-09-14 | 1 | -4/+8 |
* | Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things. | Nicholas Clark | 2009-09-14 | 1 | -3/+9 |
* | Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds. | Nicholas Clark | 2009-08-31 | 1 | -1/+1 |
* | finish implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -5/+45 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -0/+1 |
* | sv_peek(): SvOOK offset is no longer in IVX | David Mitchell | 2009-08-16 | 1 | -2/+5 |
* | When dumping a hash, display the mro_meta structure if present. | Nicholas Clark | 2009-07-25 | 1 | -0/+36 |
* | fix segfault in -Dx without threads | Chip Salzenberg | 2009-07-09 | 1 | -1/+1 |
* | parenthesize check for a flag | Stepan Kasal | 2009-06-02 | 1 | -1/+1 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
* | Add a dump to help tracing taint bugs, by Chip Salzenberg | Rafael Garcia-Suarez | 2008-11-15 | 1 | -0/+2 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -4/+4 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -15/+16 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -19/+19 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -4/+4 |
* | Remove redundant (and wrong) prototype for pv_display() | Marcus Holland-Moritz | 2008-10-29 | 1 | -3/+0 |
* | As Perl_cv_const_sv() now takes a const CV *, use that as the cast for | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Remove redundant API definitions from '=for apidoc' sections. | Marcus Holland-Moritz | 2008-10-29 | 1 | -7/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+3 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | You can't (and shouldn't) use CvDEPTH on a PVFM. | Nicholas Clark | 2008-07-31 | 1 | -1/+2 |
* | PVFMs don't need to access the IVX any more. (as of change 32836, which | Nicholas Clark | 2008-07-12 | 1 | -1/+1 |
* | Also dump the SvPVX of PVFMs. | Nicholas Clark | 2008-07-11 | 1 | -1/+1 |
* | Re: split smoke for threaded -DDEBUGGING builds | Reini Urban | 2008-06-25 | 1 | -3/+5 |
* | fix debop with pad const | Reini Urban | 2008-06-24 | 1 | -1/+6 |
* | Replace all remaining accesses to COP's cop_label with CopLABEL(). | Nicholas Clark | 2008-04-06 | 1 | -8/+8 |
* | MAD dump xml escape regex | Gerard Goossen | 2008-03-27 | 1 | -2/+2 |
* | Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macros | Jim Cromie | 2008-02-25 | 1 | -2/+2 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+3 |
* | PERL_MAGIC_uvar_elem should be 'u' in dump.c | Vincent Pit | 2008-02-13 | 1 | -1/+1 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+71 |