summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix segfault in -Dx without threadsChip Salzenberg2009-07-091-1/+1
* parenthesize check for a flagStepan Kasal2009-06-021-1/+1
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-131-1/+0
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-1/+0
* Add a dump to help tracing taint bugs, by Chip SalzenbergRafael Garcia-Suarez2008-11-151-0/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-4/+4
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-15/+16
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-19/+19
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-4/+4
* Remove redundant (and wrong) prototype for pv_display()Marcus Holland-Moritz2008-10-291-3/+0
* As Perl_cv_const_sv() now takes a const CV *, use that as the cast forNicholas Clark2008-10-291-1/+1
* Remove redundant API definitions from '=for apidoc' sections.Marcus Holland-Moritz2008-10-291-7/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-2/+3
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-311-1/+2
* PVFMs don't need to access the IVX any more. (as of change 32836, whichNicholas Clark2008-07-121-1/+1
* Also dump the SvPVX of PVFMs.Nicholas Clark2008-07-111-1/+1
* Re: split smoke for threaded -DDEBUGGING buildsReini Urban2008-06-251-3/+5
* fix debop with pad constReini Urban2008-06-241-1/+6
* Replace all remaining accesses to COP's cop_label with CopLABEL().Nicholas Clark2008-04-061-8/+8
* MAD dump xml escape regexGerard Goossen2008-03-271-2/+2
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-2/+2
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+3
* PERL_MAGIC_uvar_elem should be 'u' in dump.cVincent Pit2008-02-131-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+71