summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-1/+0
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-0/+1
* dump.c: Dump SLICEWARNING flag for kv[ah]slice, tooFather Chrysostomos2013-09-141-1/+2
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+4
* dump.c: Make less ASCII-centric:Karl Williamson2013-08-291-63/+14
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-0/+3
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-2/+2
* dump.c: Dump contents of regexps’ mother_re fieldFather Chrysostomos2013-08-091-0/+3
* dump.c: White-space onlyKarl Williamson2013-08-011-6/+8
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-0/+7
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-2/+11
* more op_folded support: B, dumpReini Urban2013-07-191-0/+1
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-4/+3
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-3/+4
* Create SVt_INVLISTKarl Williamson2013-07-031-4/+3
* -DPERL_TRACE_OPS to produce reports on executed OP countsSteffen Mueller2013-07-021-0/+3
* dump.c: Dump PV fields of SVt_PVIOsFather Chrysostomos2013-06-221-1/+2
* Stop split from mangling constantsFather Chrysostomos2013-06-221-0/+2
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-211-2/+0
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-1/+24
* Remove core references to SVt_BINDKarl Williamson2013-05-181-4/+4
* 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