This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow regexp-to-pvlv assignment
[perl5.git] / ext / B /
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 David Mitchellstart to make ext/B work with 5.14.x
2012-10-26 David MitchellB.xs: move all B::*OP methods to B::OP::next
2012-10-26 David MitchellB.xs: rationalise all methods aliased to next()
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-10-26 Yves Ortonfix hash order dependency in ext/B/t/b.t
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-09-20 Nicholas ClarkFor backcompat, B::formfeed can use gv_fetchpvs() if...
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-14 Karl Williamsonext/B/B.xs: Remove EBCDIC dependency
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosIncrease $B::Concise::VERSION to 0.93
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-21 Father ChrysostomosIncrease $B::VERSION to 1.38
2012-08-21 Father ChrysostomosIncrease $B::Xref::VERSION from 1.03 to 1.04
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-15 Nicholas ClarkTweak the test from 35f7559499c4a614 to work with PERL_...
2012-08-10 Father ChrysostomosOptreeCheck.pm: typo
2012-08-10 Father ChrysostomosB::Concise: Two unused vars
2012-08-10 Steve HayNewlines in a runperl() prog cause trouble so use progf...
2012-08-08 Father ChrysostomosB::Concise: Document formats
2012-08-08 Father ChrysostomosB::Concise: Dump formats upon request
2012-08-08 Father ChrysostomosB::Concise: Fix -nobanner
2012-08-08 Father ChrysostomosIncrease $B::Concise::VERSION to 0.92
2012-08-05 Father ChrysostomosAdd a depth field to formats
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-24 Nicholas ClarkBump B's VERSION and note the changes in perldelta...
2012-07-24 Nicholas ClarkExpose all GV flags matching qr/GVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all CV flags matching qr/CVf_/ as constants...
2012-07-24 Nicholas ClarkExpose all SV flags matching qr/SV(?:[fps]|pad)_/ as...
2012-07-24 Nicholas ClarkIn ext/B/Makefile.PL, order the list of files to scan...
2012-07-15 Father ChrysostomosSimplify ck_grep
2012-07-14 Father Chrysostomos[perl #113710] Make __SUB__ work in sort block
2012-07-05 Father ChrysostomosIncrease $B::Concise::VERSION to 0.91
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-06-13 David Mitchelllet B know about new op_code_list field
2012-06-06 Father ChrysostomosMake B::COP::stashpv respect utf8 and embedded nulls
2012-06-06 Father ChrysostomosFix version logic in B.xs
2012-06-06 Father ChrysostomosChange B::COP::stashlen to stashoff
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-06-05 Father ChrysostomosIncrease $B::VERSION to 1.36
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-05-22 Reini Urbanreplace B::COP::stashflags by B::COP::stashlen
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING from B::Concise
2012-05-22 Father Chrysostomosoverload.pm: Don’t touch %OVERLOAD’s dummy entry
2012-05-21 Father ChrysostomosTeach B::Concise about UTF8 labels
2012-05-21 Father ChrysostomosIncrease $B::Concise::VERSION to 0.90
2012-04-05 Father ChrysostomosFix VMS build broken by d1718a7cf5
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-04-03 Father ChrysostomosIncrease $B::Concise::VERSION to 0.89
2012-04-03 Father ChrysostomosIncrease $OptreeCheck::VERSION to 0.07
2012-02-15 Ævar Arnfjörð Bjar... Revert "Merge branch 'avar/POSIX-strptime' into blead"
2012-02-11 Paul "LeoNerd" EvansInitial hack at strptime(); just literal strings for now
2012-01-31 Father ChrysostomosB.pm: Document stashflags
2012-01-31 Nicholas ClarkIn B.xs, use *pvf() functions to reduce the number...
2012-01-24 Father Chrysostomos[perl #77388] Make stacked -t work
2012-01-24 Father ChrysostomosIncrease $B::VERSION to 1.34
2012-01-24 Reini UrbanB.xs add missing B::COP::stashflags
2012-01-24 Reini UrbanB.pm POD: revise 44f7f2d5b1 on IoFLAGS
2012-01-20 Father ChrysostomosB.pm: spaces after dots
2012-01-20 Father ChrysostomosB.pm: wording tweaks
2012-01-20 Father ChrysostomosMake B’s pod fit in 79 cols
2012-01-20 Father ChrysostomosDocument B::PV’s LEN and CUR methods
2012-01-20 Father ChrysostomosIncrease $B::VERSION to 1.32
2012-01-20 Reini UrbanB.pm: fix and add B::IO documentation
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-30 Nicholas ClarkConvert POSIX::sleep to an XS wrapper for PerlProc_sleep().
2011-12-25 Father ChrysostomosUpdate concise-xs.t for recent DD change
2011-12-24 Father ChrysostomosUpdate concise-xs.t for B::Deparse’s new imports
2011-12-19 Father ChrysostomosTeach B::Concise about OPpCONST_NOVER
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-12-07 Father ChrysostomosFix ext/B/t/f_map.t failure
2011-12-07 Father ChrysostomosFix up ext/B/t for strict.pm changes
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-21 Father ChrysostomosOops. I thought I tested that.
2011-11-06 Father ChrysostomosAdd new OPpEVAL flags to B::Concise
2011-11-06 Father ChrysostomosIncrease $B::Concise::VERSION to 0.87
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-09-16 Zeframupdate B::Concise test for B::Deparse change
2011-09-11 Father ChrysostomosTeach B::Concise about OPpFT_STACKING
2011-09-09 Zeframremove index offsetting ($[)
2011-09-01 Aristotle PagaltzisReplace use of AutoLoader in POSIX with a custom compil...
2011-09-01 Gerard GoossenReassign op_private flags of OP_ENTERSUB such that...
2011-08-27 Father ChrysostomosAdd OPpCOREARGS_SCALARMOD flag
2011-08-25 Father ChrysostomosAdd OPpCOREARGS_PUSHMARK flag
2011-08-25 Father ChrysostomosAdd private coreargs flags for vivifying GVs
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-19 Father ChrysostomosAdd OPpASSIGN_CV_TO_GV to B::Concise
2011-08-19 Father ChrysostomosAdd OPpDONT_INIT_GV to B::Concise
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-16 Father ChrysostomosRemove OPpENTERSUB_NOMOD from B::Concise
2011-08-14 Reini UrbanB::Terse and B::Xref were missing some documentation.
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-07-11 Florian RagwitzAdd tests for wrapping formats in B objects
2011-06-12 Nicholas ClarkReorder ops so that trans{,r} and aelemfast{,_lex}...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
next