This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix the options.
[perl5.git] / ext / B / B.pm
2003-07-28 Stephen McCamantB enhancements
2003-07-01 Adrian M. EnacheB:: fixes + 'When were CVOPs gone ?'
2003-06-29 Rafael Garcia-SuarezMisc Pod Nits.
2003-03-08 Rafael Garcia-SuarezAdd a B::COP::io() method, to return the cop_io field...
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-11-06 Stephen McCamantRe: [PATCH] [perl #18175] B::Concise,-exec doesn't...
2002-08-29 Rafael Garcia-SuarezB::check_av() ; B::Deparse for CHECK blocks
2002-08-29 Mark-Jason DominusRe: [perl #16677] B::SV::FLAGS dumps core
2002-04-10 Rafael Garcia-SuarezFix a bug in B::walkoptree_slow (wasn't handling OP_SUB...
2002-03-18 Rafael Garcia-SuarezB::perlstring()
2002-01-12 Mattia BarbonB::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
2001-12-28 Mattia BarbonRe: B::walksymtable oddness
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-11-12 Jeffrey Friedla few typo fixes
2001-04-21 Michael G. SchwernB::walksymtable improperly documented?
2001-04-20 Robin HoustonRe: [abigail@foad.org: [ID 20000901.065] -MO=Deparse...
2001-04-17 Robin Houstonmultiple B::* changes
2001-04-05 Robin Houstoncope with SVf_IVisUV, and cope with $^^ and friends
2001-04-05 Robin Houstonprint control-character vars readably
2001-04-05 Jarkko HietaniemiIntegrate changes #9544,9547,9549(perlio),9550,9551...
2001-04-02 Robin Houstonpadname values may have bogus SvCUR
2001-03-27 Benjamin SugarsB::Terse and warnings
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-28 Daniel ChetlinFix B::Terse indentation
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-10 Jarkko HietaniemiThe walkoptree confusion rages; walkoptree() seems...
2000-11-25 Jarkko HietaniemiUndo #7848. Some of the code seems to use walkoptree(),
2000-11-24 Simon Cozens[ID 20001124.001] B exports "walkoptree" but does not...
2000-10-22 John Tobeyripples from constsub patch
2000-10-22 Hugo van der Sanden-MO=C falls over on package <none>
2000-10-20 Charles BaileySYN SYN
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-06-06 Benjamin StuhlB::Bytecode patches
2000-02-21 Gurusamy Sarathyundo accidental delete
2000-02-21 Gurusamy Sarathyget Compiler "working" under useithreads
2000-02-19 Gurusamy Sarathymore B fixups to cope with empty GVs (these can only...
2000-02-18 Gurusamy SarathyCompiler fixups from Jan Dubois
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Doug MacEachernB::clearsym
1999-07-26 Gurusamy Sarathypatch for pp_foo -> Perl_pp_foo changes from Vishal...
1999-07-07 Stephen McCamantEliminate CONDOPs
1999-05-28 Tom HughesByteLoader mark 2
1999-05-10 Gurusamy Sarathymore Compiler patches from Vishal Bhatia <vishalb@my...
1999-05-06 Gurusamy Sarathycompiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-01-02 Nick Ing-SimmonsExport constant subs from B.xs for op.h, cop.h and...
1998-12-05 Nick Ing-SimmonsAvoid hard-coding op numbers
1998-11-27 Nick Ing-SimmonsHandle INIT list in C.pm
1998-10-30 Gurusamy Sarathyremaining PL_foo stragglers
1998-10-25 Vishal Bhatiaimplement C<goto &func> and other fixes (via private...
1998-07-22 Malcolm BeattieCompiler docs for 5.005
1998-07-15 Gurusamy Sarathyadd stub docs for ext/B, other minor tweaks
1998-06-23 Stephen McCamantInheritance of B:: classes
1998-02-20 Malcolm BeattieMove lib/B/... and lib/[BO].pm over to where they shoul...