summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-07-221-3/+2
* don't repeatedly call HvUSEDKEYSDaniel Dragan2014-03-101-5/+8
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-281-0/+5
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-2/+2
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-4/+5
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-2/+2
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-4/+10
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-11/+27
* dump.c, sv_dump: Escape the name of the OUTSIDE subBrian Fraser2014-01-041-1/+7
* sv_peek didn't add quotes before, doesn't need them nowBrian Fraser2014-01-041-1/+1
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-55/+138
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-8/+10
* Rearrange dump.c to organize docs. Add some perlapi docs for debug methods.Matthew Horsfall2013-12-231-127/+163
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-2/+2
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-2/+2
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-5/+0
* Update dump.c for the exit->nextstate hush hint moveFather Chrysostomos2013-11-081-2/+4
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-2/+1
* Add OPpLVALUE flagFather Chrysostomos2013-10-231-1/+6
* 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