summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PERL_ASYNC_CHECK() from Perl_leave_scope().Nicholas Clark2013-05-091-0/+1
* dump.c: avoid compiler warning under -DmadDavid Mitchell2013-05-091-1/+1
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-3/+4
* prevent SEGV from buffer read overrun, and refactor away duplicated codeYves Orton2013-03-271-14/+11
* rework split() special case interaction with regex engineYves Orton2013-03-271-3/+18
* improve how Devel::Peek::Dump handles iterator informationYves Orton2013-03-241-2/+10
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-231-39/+28
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-28/+39
* Silence a warning under clang/asanYves Orton2012-12-151-1/+2
* Copy keys for aassign in lvalue subFather Chrysostomos2012-12-111-2/+6
* Switch dump.c over to using SvREFCNT_dec_NNFather Chrysostomos2012-12-091-14/+14
* silence some clang warningsDavid Mitchell2012-12-041-1/+0
* New COW mechanismFather Chrysostomos2012-11-271-1/+6
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-10/+7
* dump.c: Fix non-mad threaded build errorFather Chrysostomos2012-11-141-6/+5
* SVf_IsCOWFather Chrysostomos2012-11-141-0/+1
* Combine duplicate dump codeReini Urban2012-11-141-293/+134
* add padrange opDavid Mitchell2012-11-101-14/+44
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+2
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-6/+15
* Define RXf_SPLIT and RXf_SKIPWHITE as 0Father Chrysostomos2012-10-111-4/+0
* dump.c: Dump CvNAME_HEKFather Chrysostomos2012-09-151-1/+4
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-0/+4
* "op-entry" DTrace probeShawn M Moore2012-08-281-0/+2
* Correct typo in flag nameFather Chrysostomos2012-08-251-2/+2
* Banish boolkeysFather Chrysostomos2012-08-251-2/+4
* Optimise %hash in sub { %hash || ... }Father Chrysostomos2012-08-251-0/+4
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-1/+1
* Stop padlists from being AVsFather Chrysostomos2012-08-211-1/+1
* Use PADLIST in more placesFather Chrysostomos2012-08-211-1/+1
* Add a depth field to formatsFather Chrysostomos2012-08-051-2/+1
* Disallow setting SvPV on formatsFather Chrysostomos2012-08-051-1/+1
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-2/+0
* dump.c: Dump op->op_s(labbed|avefree)Father Chrysostomos2012-07-141-1/+3
* Remove op_latefree(d)Father Chrysostomos2012-07-141-7/+1
* Record folded constants in the op treeFather Chrysostomos2012-07-041-0/+3
* dump.c: Dump CVf_SLABBEDFather Chrysostomos2012-06-291-0/+1
* Teach dump.c about CVf_HASEVALFather Chrysostomos2012-06-201-0/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-2/+0
* add PMf_IS_QR flagDavid Mitchell2012-06-131-1/+2
* fix dumping of PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-1/+1
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-2/+8
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+3
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-0/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove OPpCONST_WARNINGFather Chrysostomos2012-05-211-4/+1
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-2/+2
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+1
* narrower localisation of PL_compcv around evalZefram2011-11-191-1/+1
* in op_dump() / -Dx, replace "DONE" with "NULL"David Mitchell2011-10-171-1/+1