summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-3018-132/+20
* Break out B::Debug into its own directory in ext.Nicholas Clark2009-08-302-510/+0
* Break out B::Deparse into its own directory in ext.Nicholas Clark2009-08-302-5486/+0
* Break out B::Lint into its own directory in ext.Nicholas Clark2009-08-304-1030/+0
* There is no longer an "err" low-prec version of //, so remove it from B::DeparseRafael Garcia-Suarez2009-08-281-2/+2
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-282-2/+3
* B - The Perl Compiler (wrong name)Reini Urban2009-08-271-1/+1
* Fix a Deparse bug - constants and PCSs were appearing as subroutine stubs.Nicholas Clark2009-08-242-3/+11
* Remove the MacOS Classic support from deparse.t (as it's getting in the way).Nicholas Clark2009-08-241-18/+3
* ameliorate B::Deparse slowdownDavid Mitchell2009-08-121-4/+9
* Add a version number to B::Lint::DebugRafael Garcia-Suarez2009-07-161-0/+2
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
* fully sync blead with B::Debug 1.11 (debug.t was out of date)David Mitchell2009-06-121-5/+17
* 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