summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-063-0/+0
* resync some files with their CPAN equivalents (just the trivial errors forDavid Mitchell2009-06-021-1/+1
* TODO tests for deparsing strict, warnings as strings, and my $x if 0;Nicholas Clark2009-04-131-1/+22
* our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp.Nicholas Clark2009-04-131-5/+5
* Correct two other tests that apparently should be TODOs rather than SKIPs.Nicholas Clark2009-04-131-2/+6
* A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11.Nicholas Clark2009-04-133-4/+19
* Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wronglyNicholas Clark2009-04-131-14/+19
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-133-5/+3
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-121-6/+2
* Fix concise-xs.t after recent changes to Socket.pmRafael Garcia-Suarez2009-03-271-0/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-5/+0
* Fix deparsing of constant subroutinesRafael Garcia-Suarez2009-01-231-1/+1
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Make B::Deparse handle the _ prototypeRafael Garcia-Suarez2009-01-181-2/+2
* [perl #62488] B::Deparse fails on 'CORE::require(STRING)'Rafael Garcia-Suarez2009-01-181-2/+4
* Fix deparsing of readpipe() ([perl #62428])Rafael Garcia-Suarez2009-01-161-1/+1
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+1
* A correction to change 34909 - we want *different* constants.Nicholas Clark2008-11-251-2/+2
* Tweak the constants used in testing to constants that Win32 also has.Nicholas Clark2008-11-251-4/+4
* Skip two tests under ithreads, where the constant lives in the pad.Rafael Garcia-Suarez2008-11-171-0/+3
* Make B::walksymtable not recurse into packages that are actually main::, but ...Florian Ragwitz2008-11-161-2/+2
* Deparse inlined constants.Florian Ragwitz2008-11-162-7/+57
* [perl #18306] This problem seems to be fixed and a small patch for B::XrefRenee Baecker2008-11-081-0/+1
* defined %{$package.'::'} isn't good enough to tell whether a module isNicholas Clark2008-09-232-7/+15
* The tests for the -ostash option to B::Concise will have been failingNicholas Clark2008-09-231-3/+12
* Bump $O::VERSION, to reflect change 32626, a doc change that is the onlyNicholas Clark2008-09-151-1/+1
* Re: [5.8] Change 33727 (op.c) breaks constant folding in "elsif"Vincent Pit2008-09-131-1/+64
* Re: 'if not / unless' optimization change makes my pow test go POW!Vincent Pit2008-09-081-1/+30
* Re: unless(...) terser than if(!...)Vincent Pit2008-09-071-1/+27
* Really apply change #34143Rafael Garcia-Suarez2008-07-161-22/+61
* Fix a couple of tests introduced by #34045 which fail on Win32Steve Hay2008-06-171-2/+2
* TODO B-Deparse cpan-bug 33708Reini Urban2008-06-162-1/+19
* B::Debug dual-life 1.06Reini Urban2008-06-132-16/+74
* Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandangoNicholas Clark2008-05-211-2/+8
* Fix for [perl #51848] Deparse interpolation in regex literalRafael Garcia-Suarez2008-05-182-10/+19
* Fix my typo.Nicholas Clark2008-05-151-1/+1
* Remove POSIX's internal implementation of S_ISBLK, S_ISCHR, S_ISDIR,Nicholas Clark2008-05-151-1/+4
* Re: wrong line numbers in elsif()Paul Johnson2008-04-192-1/+14
* Remove old option leftover in docsRafael Garcia-Suarez2008-04-081-3/+1
* Tidy up compiler warning spotted by Jerry Hedden.Nicholas Clark2008-04-072-1/+11
* Eliminate cop_label from struct cop by storing a label as the firstNicholas Clark2008-04-071-1/+2
* Replace all remaining accesses to COP's cop_label with CopLABEL().Nicholas Clark2008-04-062-2/+2
* $VERSION++ for all the non-dual life modules in ext/ thatNicholas Clark2008-03-311-1/+1
* Bring the joy of strict to ext/B/t/lint.t.Nicholas Clark2008-03-051-1/+3
* Better line diagnostics - runlint's caller rather than runlint itself.Nicholas Clark2008-03-051-0/+1
* B::Debug enhancementsReini Urban2008-02-251-17/+47
* Silence compiler warnings on Win32/VC6Jan Dubois2008-02-151-2/+2
* [patch] B portability macrosJim Cromie2008-02-041-18/+12
* fix B::Debug pmnextReini Urban2008-02-042-1/+5
* The penultimate deparse test needs a name, else things can warn.Nicholas Clark2008-02-011-1/+2