summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Fix excess whitespace in pod.Michael Stevens2011-02-041-3/+3
* Perl_do_sv_dump: dump REGEXP bodyDavid Mitchell2011-01-301-4/+85
* Perl_do_sv_dump: move stub REGEXP codeDavid Mitchell2011-01-301-7/+6
* Perl_do_sv_dump: add some blank lines and headersDavid Mitchell2011-01-301-0/+23
* Remove vestigial ORANGE referencesDavid Mitchell2011-01-301-1/+1
* clear up unused var warning in prev patchChip Salzenberg2011-01-211-1/+3
* Since xmldump_packsubs does not actually output XML, don't call it from xmldu...Chip Salzenberg2011-01-211-1/+0
* pv_escape: Add option to dump all non-ascii as hexKarl Williamson2010-12-191-5/+9
* dump.c: correct pod statementKarl Williamson2010-12-191-5/+4
* Refactor ENAME dumping in Perl_do_sv_dump() to simplify the code slightly.Nicholas Clark2010-11-251-19/+16
* Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**Nicholas Clark2010-11-241-2/+2
* Clarify the hekp assignment in dump.cFather Chrysostomos2010-11-221-0/+7
* Fix NAMECOUNT output format in dump.cFather Chrysostomos2010-10-291-2/+2
* Teach dump.c about all magic flagsFlorian Ragwitz2010-10-291-5/+11
* Teach dump.c about ENAMEsFather Chrysostomos2010-10-281-0/+31
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+1
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-2/+2
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+7
* prevent Devel::Peek::Dump from lieing to us about evil class namesYves Orton2010-08-251-1/+8
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* DEBUG_LEAKING_SCALARS: add sv_debug_parentDavid Mitchell2010-08-011-2/+2
* Dump didn't display CVf_ISXSUB flagDavid Mitchell2010-07-291-1/+2
* Perl_do_sv_dump didn't increase nesting for magicDavid Mitchell2010-07-291-1/+1
* Perl_do_sv_dump: alert when skipping elementsDavid Mitchell2010-07-291-22/+27
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+2
* Sort and complete the op flags lists for op_dump()Vincent Pit2010-07-111-11/+20
* Remove extraneous semicolon from OP_PRIVATE_ONCE.Craig A. Berry2010-06-031-1/+1
* Migrate most other op_private to name conversion into S_op_private_to_names().Nicholas Clark2010-05-281-57/+38
* In Perl_do_op_dump(), move calls to append_flags() into S_op_private_to_names()Nicholas Clark2010-05-281-12/+34
* Add C_ARRAY_END(), returning a pointer to after the last element of an array.Nicholas Clark2010-05-281-1/+1
* In Perl_do_op_dump(), reorder the ops within the if (o->op_private) clause.Nicholas Clark2010-05-281-29/+29
* In Perl_do_sv_dump(), use append_flags() for PVCV, PVFM and PVGP flags.Nicholas Clark2010-05-281-22/+38
* In Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOMPILED(sv) last.Nicholas Clark2010-05-281-1/+1
* In Perl_do_op_dump(), move runs of op_private name tests to S_append_flags().Nicholas Clark2010-05-281-47/+44
* Create S_append_flags() from a common code pattern in dump.c.Nicholas Clark2010-05-281-44/+64
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-251-0/+5
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-0/+2
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-201-1/+1
* [perl #73776] "???? - please notify IZ"Father Chrysostomos2010-04-231-1/+6
* Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-1/+0
* include sv_debug_serial field in debugging outputDavid Mitchell2010-01-081-2/+5
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-1/+2
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-2/+1
* Add PERL_ARGS_ASSERT_* macros where missing; move where in the wrong function.Nicholas Clark2009-09-141-4/+8
* Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things.Nicholas Clark2009-09-141-3/+9
* Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds.Nicholas Clark2009-08-311-1/+1
* finish implementing -DB vs. -DxChip Salzenberg2009-08-301-5/+45
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-0/+1
* sv_peek(): SvOOK offset is no longer in IVXDavid Mitchell2009-08-161-2/+5
* When dumping a hash, display the mro_meta structure if present.Nicholas Clark2009-07-251-0/+36