summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* [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
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-1/+1
* Add a diagram for the 5.11 SV class structure, including B::REGEXP.Nicholas Clark2008-01-171-6/+28
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-091-3/+2
* B::Deparse fixes for implicit smartmatching in given/whenFlorian Ragwitz2008-01-092-2/+10
* Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hashRafael Garcia-Suarez2008-01-062-5/+8
* Abolish wrapped in struct regexp - store the wrapped pattern pointerNicholas Clark2008-01-051-0/+4
* Re: SV leak?Vincent Pit2008-01-041-1/+1
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-5/+3
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-3/+3
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-281-3/+3
* First class regexps.Nicholas Clark2007-12-284-4/+36
* Regexps are now orange.Nicholas Clark2007-12-271-1/+2
* Remove two warnings (sub diag() was redefined, and implict split isNicholas Clark2007-12-261-2/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-266-22/+70
* Better diagnostics by removing an && from an ok() and converting it toNicholas Clark2007-12-261-3/+4
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-1/+1