Imported Upstream version 5.23.3
[platform/upstream/perl.git] / dump.c
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2014-03-10 Daniel Dragandon't repeatedly call HvUSEDKEYS
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-04 Brian Fraserdump.c, sv_dump: Escape the name of the OUTSIDE sub
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
2014-01-04 Brian FraserMake dump.c nul-and-UTF8 clean
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-23 Matthew HorsfallRearrange dump.c to organize docs. Add some perlapi...
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father Chrysostomos[Merge] Make &CORE:: subs respect vmsish hints
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate dump.c for the exit->nextstate hush hint move
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father Chrysostomosdump.c: Dump SLICEWARNING flag for kv[ah]slice, too
2013-09-13 Father Chrysostomos[Merge] Key/value hash and array slices
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-08-29 Karl WilliamsonMerge branch 'ebcdic' into blead
2013-08-29 Karl Williamsondump.c: Make less ASCII-centric:
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-01 Karl Williamsondump.c: White-space only
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-19 Reini Urbanmore op_folded support: B, dump
2013-07-16 Karl WilliamsonMerge branch 'const_posix_invlists' into blead
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonMerge branch 'const_posix_invlists' into blead
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-06-23 Father Chrysostomos[Merge] Fix bugs involving compilation and ro SVs
2013-06-23 Father Chrysostomosdump.c: Dump PV fields of SVt_PVIOs
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-21 Chris 'BinGOs' Wil... Merge branch 'smoke-me/coreutils' into blead
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 David Mitchelldump.c: avoid compiler warning under -Dmad
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-27 Yves Ortonprevent SEGV from buffer read overrun, and refactor...
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
2013-03-23 David MitchellRevert "fix Peek.t to work with NEW COW"
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2012-12-15 Yves OrtonSilence a warning under clang/asan
2012-12-11 Father Chrysostomos[Merge] hash assignment fixes and speedup
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-10 Father ChrysostomosSwitch dump.c over to using SvREFCNT_dec_NN
2012-12-04 David Mitchellsilence some clang warnings
2012-11-27 Father Chrysostomos[Merge] New COW mechanism
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-14 Father Chrysostomosdump.c: Fix non-mad threaded build error
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-14 Reini UrbanCombine duplicate dump code
2012-11-10 David Mitchell[MERGE] add PADRANGE op and $B::overlay
2012-11-10 David Mitchelladd padrange op
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-12 Father ChrysostomosDefine RXf_SPLIT and RXf_SKIPWHITE as 0
2012-09-16 Father Chrysostomos[Merge] [perl #113930] Lexical subs
2012-09-16 Father Chrysostomosdump.c: Dump CvNAME_HEK
2012-09-08 David Mitchell[MERGE] only copy bits of regex match string
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-28 Shawn M Moore"op-entry" DTrace probe
2012-08-26 Father ChrysostomosCorrect typo in flag name
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-22 Father Chrysostomos[Merge] New PADLIST type
2012-08-21 Father ChrysostomosStop padlists from being AVs
next