This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Peek.t: Fix a test
[perl5.git]
/
ext
/
Devel-Peek
/
t
/
Peek.t
2013-08-12
Father Chrysostomos
Peek.t: Fix a test
blob
|
commitdiff
2013-08-12
Father Chrysostomos
[perl #92260] Devel::Peek::fill_mstats and non-PVs
blob
|
commitdiff
|
diff to current
2013-08-12
Father Chrysostomos
Mark COWable constants as COWable at compile time
blob
|
commitdiff
|
diff to current
2013-08-11
Father Chrysostomos
Fix up Peek.t for alternate COW configurations
blob
|
commitdiff
|
diff to current
2013-08-11
Father Chrysostomos
universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
blob
|
commitdiff
|
diff to current
2013-08-10
Father Chrysostomos
dump.c: Dump contents of regexps’ mother_re field
blob
|
commitdiff
|
diff to current
2013-08-09
Tony Cook
[perl #117793] remove dangerous functions and improve...
blob
|
commitdiff
|
diff to current
2013-07-26
Father Chrysostomos
Version number tweaks in tests and other cleanup
blob
|
commitdiff
|
diff to current
2013-07-26
Father Chrysostomos
Stop folding of ops from changing mutability
blob
|
commitdiff
|
diff to current
2013-07-26
Father Chrysostomos
[perl #78194] Make sub calls copy pad tmps
blob
|
commitdiff
|
diff to current
2013-06-21
Father Chrysostomos
Remove BmRARE and BmPREVIOUS
blob
|
commitdiff
|
diff to current
2013-05-29
Nicholas Clark
Cache HvFILL() for larger hashes, and update on inserti...
blob
|
commitdiff
|
diff to current
2013-03-27
Yves Orton
rework split() special case interaction with regex...
blob
|
commitdiff
|
diff to current
2013-03-24
Yves Orton
improve how Devel::Peek::Dump handles iterator information
blob
|
commitdiff
|
diff to current
2013-03-23
David Mitchell
fix Peek.t to work with NEW COW
blob
|
commitdiff
|
diff to current
2013-03-23
David Mitchell
Revert "fix Peek.t to work with NEW COW"
blob
|
commitdiff
|
diff to current
2013-03-23
David Mitchell
fix Peek.t to work with NEW COW
blob
|
commitdiff
|
diff to current
2013-03-19
Nicholas Clark
Perl_sv_uni_display() needs to be aware of RX_WRAPPED()
blob
|
commitdiff
|
diff to current
2013-03-12
David Mitchell
Fix Peek.t under PERL_OLD_COPY_ON_WRITE
blob
|
commitdiff
|
diff to current
2012-11-27
Father Chrysostomos
Fix up Peek.t to account for preceding commits
blob
|
commitdiff
|
diff to current
2012-11-05
Steffen Mueller
Add C define to remove taint support from perl
origin/smueller/no_taint3
blob
|
commitdiff
|
diff to current
2012-10-30
Father Chrysostomos
Allow regexp-to-pvlv assignment
blob
|
commitdiff
|
diff to current
2012-10-26
Father Chrysostomos
[perl #115440] Fix various leaks with fatal FETCH
blob
|
commitdiff
|
diff to current
2012-09-16
Father Chrysostomos
Fix Peek.t
blob
|
commitdiff
|
diff to current
2012-09-08
David Mitchell
Don't copy all of the match string buffer
blob
|
commitdiff
|
diff to current
2012-08-24
Tony Cook
close the Peek.t temp file so the END block can unlink it
blob
|
commitdiff
|
diff to current
2012-08-22
Father Chrysostomos
Peek.t: Test that DeadCode doesn’t crash
blob
|
commitdiff
|
diff to current
2012-08-05
Father Chrysostomos
Fix Devel::Peek’s tests for format changes
blob
|
commitdiff
|
diff to current
2012-07-24
Chip Salzenberg
ensure that the env var SV after C<{FOO}='x'> is PV...
blob
|
commitdiff
|
diff to current
2012-07-15
Chip Salzenberg
Magic flags harmonization.
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
eliminate RExC_seen_evals and RExC_rx->seen_evals
blob
|
commitdiff
|
diff to current
2012-06-13
David Mitchell
make qr/(?{})/ behave with closures
blob
|
commitdiff
|
diff to current
2012-05-22
Father Chrysostomos
Correct Peek.t to account for flag changes
blob
|
commitdiff
|
diff to current
2012-02-13
Abhijit Menon-Sen
Make pp_study a no-op, as discussed on p5p
blob
|
commitdiff
|
diff to current
2011-08-17
Father Chrysostomos
[perl #96126] Allocate CvFILE more simply
blob
|
commitdiff
|
diff to current
2011-07-01
Nicholas Clark
For shorter strings, store C<study>'s data as U8s or...
blob
|
commitdiff
|
diff to current
2011-07-01
Nicholas Clark
Store C<study>'s data in in mg_ptr instead of interpret...
blob
|
commitdiff
|
diff to current
2011-07-01
Nicholas Clark
Split out study magic from pos magic.
blob
|
commitdiff
|
diff to current
2011-06-11
Father Chrysostomos
Remove TODO markers from Devel::Peek tests
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Replace references to PL_vtbl_{bm,fm} in the code with...
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Store FBMs in PVMGs, instead of GVs.
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Store the BM table in mg_ptr instead of after SvCUR().
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Use SvTAIL() instead of BmFLAGS(). The core no longer...
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Don't fbm_compile() studied scalars, to give more flexi...
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Don't allow study on an FBM scalar, to give more flexib...
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Test dumping studied scalars.
blob
|
commitdiff
|
diff to current
2011-06-11
Nicholas Clark
Perl_do_sv_dump() shouldn't show "IV" for a FBM, as...
blob
|
commitdiff
|
diff to current
2011-06-05
Father Chrysostomos
Make Devel::Peek::fill_mstats work on COWs
blob
|
commitdiff
|
diff to current
2011-01-30
David Mitchell
Perl_do_sv_dump: dump REGEXP body
blob
|
commitdiff
|
diff to current
2011-01-07
Peter J. Acklam...
Fix typos (spelling errors) in ext/*.
blob
|
commitdiff
|
diff to current
2010-11-25
Nicholas Clark
Test dumping stashes, with various combinations of...
blob
|
commitdiff
|
diff to current
2010-11-25
Nicholas Clark
Refactor Peek.t to give more useable diagnostics.
blob
|
commitdiff
|
diff to current
2010-09-20
Karl Williamson
Add (?^...) regex construct
blob
|
commitdiff
|
diff to current
2010-08-25
Yves Orton
prevent Devel::Peek::Dump from lieing to us about evil...
blob
|
commitdiff
|
diff to current
2010-07-29
David Mitchell
Peek.t: better identify failing tests
blob
|
commitdiff
|
diff to current
2010-07-29
David Mitchell
Dump didn't display CVf_ISXSUB flag
blob
|
commitdiff
|
diff to current
2010-07-18
David Mitchell
add CVf_CVGV_RC flag
blob
|
commitdiff
|
diff to current
2010-06-30
Nicholas Clark
Convert Devel::Peek's test to Test::More.
blob
|
commitdiff
|
diff to current
2010-06-09
Nicholas Clark
Reorder CVf_* flags to be numerically contiguous again.
blob
|
commitdiff
|
diff to current
2010-05-20
Nicholas Clark
SvIVX() isn't valid on SVt_REGEXP
blob
|
commitdiff
|
diff to current
2010-02-09
Nicholas Clark
Fix for non-regexps being upgraded to SVt_REGEXP
blob
|
commitdiff
|
diff to current
2010-02-07
Nicholas Clark
Improvements to 31c9a3 - CPAN code did depend on the...
blob
|
commitdiff
|
diff to current
2009-12-02
Nicholas Clark
Ensure that pp_qr returns a new regexp SV each time...
blob
|
commitdiff
|
diff to current
2009-11-19
Nicholas Clark
PVIOs don't use the SvIVX slot.
blob
|
commitdiff
|
diff to current
2009-08-27
Nicholas Clark
Make extensions in ext run their tests from the extensi...
blob
|
commitdiff
|
diff to current
2009-02-09
Nicholas Clark
Rename ext/Devel/Peek to ext/Devel-Peek
blob
|
commitdiff
|
diff to current