summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)Adrian M. Enache2003-04-191-1/+1
* The debugging aid #19182 didn't.Jarkko Hietaniemi2003-04-121-6/+1
* A temporary debugging aid for Tru64 threaded builds.Jarkko Hietaniemi2003-04-101-1/+6
* B::Deparse: sv_no != 0Stephen McCamant2003-04-061-1/+1
* Re: [perl #21744] Deparse bug: "\::" deparsed as "::"Adrian M. Enache2003-04-011-2/+2
* Re: Bytecode? Back into service.Adrian M. Enache2003-03-201-68/+69
* [patch ext/B/typemap] STRLEN T_UVStas Bekman2003-03-141-1/+1
* typos and other minor thingsTodd C. Miller2003-03-111-1/+1
* Add a B::COP::io() method, to return the cop_io field of COPs.Rafael Garcia-Suarez2003-03-083-1/+14
* Change #18829 makes this test workaround obsolete.Rafael Garcia-Suarez2003-03-041-6/+1
* [PATCH] assertionsSalvador Fandiño2003-03-041-1/+6
* Re: [perl #21261] B::Terse not outputting correct constants or variable namesStephen McCamant2003-02-185-162/+132
* add support for assertions. Updated form of:Salvador Fandiño2003-02-162-3/+4
* More B::Concise fixesStephen McCamant2003-02-111-8/+6
* B::Concise updates (incl. avoiding use of op_seq)Stephen McCamant2003-02-042-71/+129
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-142-5/+10
* Whitespace and indentation fix in the output of B::Debug.Rafael Garcia-Suarez2002-12-121-6/+6
* allow evals to see the full lexical scopeDave Mitchell2002-12-025-4/+16
* New B::Lint option, bare-subs, that checks for implicitelyRafael Garcia-Suarez2002-11-162-4/+31
* Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8...Hugo van der Sanden2002-11-071-1/+1
* The new test introduced in #18114 failed with threadsRafael Garcia-Suarez2002-11-061-1/+1
* Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator wellStephen McCamant2002-11-063-5/+14
* B/C.pm: make $0 to argv[0] againAudrey Tang2002-10-241-0/+9
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-194-14/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-3/+3
* Fix bug #17006 : remove spurious do{} in the deparsingRafael Garcia-Suarez2002-09-112-4/+12
* Re: [PATCH] Quieten warnings in Deparse.pmPaul Johnson2002-09-091-1/+1
* Quieten warnings in Deparse.pmPaul Johnson2002-09-091-1/+1
* Fix bug #16828.Rafael Garcia-Suarez2002-09-032-12/+24
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-293-2/+11
* Re: [perl #16677] B::SV::FLAGS dumps coreMark-Jason Dominus2002-08-291-177/+260
* fix test failure from #17747Hugo van der Sanden2002-08-221-1/+1
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-1/+0
* ext/B/defsubs.h also depends on the program that builds itHugo van der Sanden2002-08-171-4/+4
* Defined-or patch (cleaned up)Brent Dax2002-08-051-1/+3
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-091-1/+1
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-303-4/+15
* Fix a remaining B::Lint bug.Rafael Garcia-Suarez2002-05-262-5/+7
* B::Deparse: handle blessed code refs in coderef2textStephen McCamant2002-05-261-1/+1
* Mac OS X 10.1.4 started to consume 150MB+ virtual memoryJarkko Hietaniemi2002-05-191-0/+2
* Forgotten from #16656.Jarkko Hietaniemi2002-05-171-1/+1
* Be clean.Jarkko Hietaniemi2002-05-121-0/+1
* RE: VOS bleadperl test failure on 16539chromatic2002-05-121-6/+7
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-1/+1
* Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for Ochromatic2002-05-101-0/+76
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-2/+2
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
* Revert change #15974.Rafael Garcia-Suarez2002-04-211-8/+0
* Add a BUGS sections to O.pmRafael Garcia-Suarez2002-04-191-0/+6
* "foo bar"->()Robin Houston2002-04-171-0/+8