Add missing LEAVE to POSIX.xs sigaction
[p5sagit/p5-mst-13.2.git] / ext / B /
2009-11-10 Vincent Pit Optimize reversing an array in-place
2009-10-23 Nicholas Clark Avoid using defined %hash in core code and tests.
2009-10-20 Jesse Vincent Bump B::Consise's version number since it's changed...
2009-10-15 Nicholas Clark Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas Clark Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(...
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-10-06 Jesse Vincent A number of pod fixes found by podcheck.t
2009-08-30 Nicholas Clark Remove the $ENV{PERL_CORE} boilerplate from B's tests.
2009-08-30 Nicholas Clark Break out B::Debug into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Deparse into its own directory in ext.
2009-08-30 Nicholas Clark Break out B::Lint into its own directory in ext.
2009-08-28 Rafael Garcia-Suarez There is no longer an "err" low-prec version of //...
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-08-27 Reini Urban B - The Perl Compiler (wrong name)
2009-08-24 Nicholas Clark Fix a Deparse bug - constants and PCSs were appearing...
2009-08-24 Nicholas Clark Remove the MacOS Classic support from deparse.t (as...
2009-08-12 David Mitchell ameliorate B::Deparse slowdown
2009-07-16 Rafael Garcia-Suarez Add a version number to B::Lint::Debug
2009-07-03 David Mitchell bump versions of non-dual-life modules that
2009-06-12 David Mitchell fully sync blead with B::Debug 1.11 (debug.t was out...
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-06-02 David Mitchell resync some files with their CPAN equivalents (just...
2009-04-13 Nicholas Clark TODO tests for deparsing strict, warnings as strings...
2009-04-13 Nicholas Clark our $TODO should be local $::TODO, revealing a bug...
2009-04-13 Nicholas Clark Correct two other tests that apparently should be TODOs...
2009-04-13 Nicholas Clark A perl-version portable fix for B coping with CVf_LOCKE...
2009-04-13 Nicholas Clark Refactor the SKIP parser to also handle TODOs. TODO...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-12 Nicholas Clark Deprecate use of the attribute :locked on subroutines.
2009-03-27 Rafael Garcia-Suarez Fix concise-xs.t after recent changes to Socket.pm
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-01-23 Rafael Garcia-Suarez Fix deparsing of constant subroutines
2009-01-21 Nicholas Clark Update the documentation of get_av() to note that it...
2009-01-18 Rafael Garcia-Suarez Make B::Deparse handle the _ prototype
2009-01-18 Rafael Garcia-Suarez [perl #62488] B::Deparse fails on 'CORE::require(STRING)'
2009-01-16 Rafael Garcia-Suarez Fix deparsing of readpipe() ([perl #62428])
2008-12-19 Sam Vilain [admin] set up .gitignore files
2008-11-25 Nicholas Clark A correction to change 34909 - we want *different*...
2008-11-25 Nicholas Clark Tweak the constants used in testing to constants that...
2008-11-17 Rafael Garcia-Suarez Skip two tests under ithreads, where the constant lives...
2008-11-16 Florian Ragwitz Make B::walksymtable not recurse into packages that...
2008-11-16 Florian Ragwitz Deparse inlined constants.
2008-11-08 Renee Baecker [perl #18306] This problem seems to be fixed and a...
2008-09-23 Nicholas Clark defined %{$package.'::'} isn't good enough to tell...
2008-09-23 Nicholas Clark The tests for the -ostash option to B::Concise will...
2008-09-15 Nicholas Clark Bump $O::VERSION, to reflect change 32626, a doc change...
2008-09-13 Vincent Pit Re: [5.8] Change 33727 (op.c) breaks constant folding...
2008-09-08 Vincent Pit Re: 'if not / unless' optimization change makes my...
2008-09-07 Vincent Pit Re: unless(...) terser than if(!...)
2008-07-16 Rafael Garcia-Suarez Really apply change #34143
2008-06-17 Steve Hay Fix a couple of tests introduced by #34045 which fail...
2008-06-16 Reini Urban TODO B-Deparse cpan-bug 33708
2008-06-13 Reini Urban B::Debug dual-life 1.06
2008-05-21 Nicholas Clark Eliminate POSIX::int_macro_int, and all the complex...
2008-05-18 Rafael Garcia-Suarez Fix for [perl #51848] Deparse interpolation in regex...
2008-05-15 Nicholas Clark Fix my typo.
2008-05-15 Nicholas Clark Remove POSIX's internal implementation of S_ISBLK,...
2008-04-19 Paul Johnson Re: wrong line numbers in elsif()
2008-04-08 Rafael Garcia-Suarez Remove old option leftover in docs
2008-04-07 Nicholas Clark Tidy up compiler warning spotted by Jerry Hedden.
2008-04-07 Nicholas Clark Eliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas Clark Replace all remaining accesses to COP's cop_label with...
2008-03-31 Nicholas Clark $VERSION++ for all the non-dual life modules in ext...
2008-03-05 Nicholas Clark Bring the joy of strict to ext/B/t/lint.t.
2008-03-05 Nicholas Clark Better line diagnostics - runlint's caller rather than...
2008-02-25 Reini Urban B::Debug enhancements
2008-02-15 Jan Dubois Silence compiler warnings on Win32/VC6
2008-02-04 Jim Cromie [patch] B portability macros
2008-02-04 Reini Urban fix B::Debug pmnext
2008-02-01 Nicholas Clark The penultimate deparse test needs a name, else things...
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2008-01-17 Nicholas Clark Add a diagram for the 5.11 SV class structure, includin...
2008-01-09 Rafael Garcia-Suarez Remove the warning "v-string in require/use non portable"
2008-01-09 Florian Ragwitz B::Deparse fixes for implicit smartmatching in given...
2008-01-06 Rafael Garcia-Suarez Fix bug #49298: B::Deparse fails to deparse a reference...
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2008-01-04 Vincent Pit Re: SV leak?
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas Clark Wrap all deferences of struct regexp* in macros RX_...
2007-12-28 Nicholas Clark Wrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Remove two warnings (sub diag() was redefined, and...
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas Clark Better diagnostics by removing an ...
2007-12-26 Nicholas Clark Swap SVt_RV and SVt_NV in the SV ordering.
2007-12-21 Nicholas Clark Deparse each @array and friends.
2007-12-19 Steve Peters Upgrade to B-Lint-1.11
2007-12-17 Jim Cromie pod-patch: reword O.pm
2007-10-25 Craig A. Berry Platform-neutral quoting in optree_misc.t.
2007-10-23 Nicholas Clark Silly Nick. If you see a nextstate op, then it may...
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-10-22 Rafael Garcia-Suarez Mention B::COP::hints_hash method
2007-10-09 Nicholas Clark Don't deparse $^H{v_string}, which is automatically...
2007-10-01 Nicholas Clark Nothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-09-28 Nicholas Clark Make all of B work on 5.8.x
2007-09-28 Rafael Garcia-Suarez Document hint symbols in B::Concise
2007-09-28 Nicholas Clark Hopefully really fix test failures with -C
2007-09-27 Rafael Garcia-Suarez I forgot to patch for the threaded case
2007-09-27 Rafael Garcia-Suarez Hopefully fix test failures with -C
next