Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more op_folded support: B, dump | Reini Urban | 2013-07-19 | 1 | -0/+1 |
* | Reinstate "Create SVt_INVLIST" | Karl Williamson | 2013-07-16 | 1 | -4/+3 |
* | Revert "Create SVt_INVLIST" | Karl Williamson | 2013-07-04 | 1 | -3/+4 |
* | Create SVt_INVLIST | Karl Williamson | 2013-07-03 | 1 | -4/+3 |
* | -DPERL_TRACE_OPS to produce reports on executed OP counts | Steffen Mueller | 2013-07-02 | 1 | -0/+3 |
* | dump.c: Dump PV fields of SVt_PVIOs | Father Chrysostomos | 2013-06-22 | 1 | -1/+2 |
* | Stop split from mangling constants | Father Chrysostomos | 2013-06-22 | 1 | -0/+2 |
* | Remove BmRARE and BmPREVIOUS | Father Chrysostomos | 2013-06-21 | 1 | -2/+0 |
* | Cache HvFILL() for larger hashes, and update on insertion/deletion. | Nicholas Clark | 2013-05-29 | 1 | -1/+24 |
* | Remove core references to SVt_BIND | Karl Williamson | 2013-05-18 | 1 | -4/+4 |
* | Remove PERL_ASYNC_CHECK() from Perl_leave_scope(). | Nicholas Clark | 2013-05-09 | 1 | -0/+1 |
* | dump.c: avoid compiler warning under -Dmad | David Mitchell | 2013-05-09 | 1 | -1/+1 |
* | Make it possible to disable and control hash key traversal randomization | Yves Orton | 2013-05-07 | 1 | -3/+4 |
* | prevent SEGV from buffer read overrun, and refactor away duplicated code | Yves Orton | 2013-03-27 | 1 | -14/+11 |
* | rework split() special case interaction with regex engine | Yves Orton | 2013-03-27 | 1 | -3/+18 |
* | improve how Devel::Peek::Dump handles iterator information | Yves Orton | 2013-03-24 | 1 | -2/+10 |
* | Revert "fix Peek.t to work with NEW COW" | David Mitchell | 2013-03-23 | 1 | -39/+28 |
* | fix Peek.t to work with NEW COW | David Mitchell | 2013-03-23 | 1 | -28/+39 |
* | Silence a warning under clang/asan | Yves Orton | 2012-12-15 | 1 | -1/+2 |
* | Copy keys for aassign in lvalue sub | Father Chrysostomos | 2012-12-11 | 1 | -2/+6 |
* | Switch dump.c over to using SvREFCNT_dec_NN | Father Chrysostomos | 2012-12-09 | 1 | -14/+14 |
* | silence some clang warnings | David Mitchell | 2012-12-04 | 1 | -1/+0 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -1/+6 |
* | Hash Function Change - Murmur hash and true per process hash seed | Yves Orton | 2012-11-17 | 1 | -10/+7 |
* | dump.c: Fix non-mad threaded build error | Father Chrysostomos | 2012-11-14 | 1 | -6/+5 |
* | SVf_IsCOW | Father Chrysostomos | 2012-11-14 | 1 | -0/+1 |
* | Combine duplicate dump code | Reini Urban | 2012-11-14 | 1 | -293/+134 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -14/+44 |
* | Add C define to remove taint support from perl | Steffen Mueller | 2012-11-05 | 1 | -2/+2 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -6/+15 |
* | Define RXf_SPLIT and RXf_SKIPWHITE as 0 | Father Chrysostomos | 2012-10-11 | 1 | -4/+0 |
* | dump.c: Dump CvNAME_HEK | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 |
* | Don't copy all of the match string buffer | David Mitchell | 2012-09-08 | 1 | -0/+4 |
* | "op-entry" DTrace probe | Shawn M Moore | 2012-08-28 | 1 | -0/+2 |
* | Correct typo in flag name | Father Chrysostomos | 2012-08-25 | 1 | -2/+2 |
* | Banish boolkeys | Father Chrysostomos | 2012-08-25 | 1 | -2/+4 |
* | Optimise %hash in sub { %hash || ... } | Father Chrysostomos | 2012-08-25 | 1 | -0/+4 |
* | Use FooBAR convention for new pad macros | Father Chrysostomos | 2012-08-22 | 1 | -1/+1 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -2/+1 |
* | Disallow setting SvPV on formats | Father Chrysostomos | 2012-08-05 | 1 | -1/+1 |
* | Make PL_(top|body|form)target PVIVs | Father Chrysostomos | 2012-08-05 | 1 | -2/+0 |
* | dump.c: Dump op->op_s(labbed|avefree) | Father Chrysostomos | 2012-07-14 | 1 | -1/+3 |
* | Remove op_latefree(d) | Father Chrysostomos | 2012-07-14 | 1 | -7/+1 |
* | Record folded constants in the op tree | Father Chrysostomos | 2012-07-04 | 1 | -0/+3 |
* | dump.c: Dump CVf_SLABBED | Father Chrysostomos | 2012-06-29 | 1 | -0/+1 |
* | Teach dump.c about CVf_HASEVAL | Father Chrysostomos | 2012-06-20 | 1 | -0/+1 |
* | eliminate RExC_seen_evals and RExC_rx->seen_evals | David Mitchell | 2012-06-13 | 1 | -2/+0 |
* | add PMf_IS_QR flag | David Mitchell | 2012-06-13 | 1 | -1/+2 |