Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / dump.c
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.8 upstream/5.33.8
2022-01-21 DongHun KwakImported Upstream version 5.33.7 upstream/5.33.7
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2022-01-21 DongHun KwakImported Upstream version 5.33.1 upstream/5.33.1
2020-12-17 DongHun KwakImported Upstream version 5.31.6 upstream/5.31.6
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.3 upstream/5.31.3
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.11 52/136052/1
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.5 46/136046/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.25.3 44/136044/1
2017-06-28 DongHun KwakImported Upstream version 5.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.23.9 38/136038/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
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
next