Add missing LEAVE to POSIX.xs sigaction
[p5sagit/p5-mst-13.2.git] / ext / B /
2007-09-27 Steve Hay Fix test introduced in #31973 that failed on Win32
2007-09-26 Jim Cromie Re: [patch] improve B::Concise -src support
2007-09-25 Rafael Garcia-Suarez Make OptreeCheck.pm more forgiving about parent pad...
2007-09-24 Jim Cromie [patch] improve B::Concise -src support
2007-09-18 Rafael Garcia-Suarez Prevent the pragmas from ${^OPEN} propagated to %^H...
2007-09-17 Nicholas Clark Some more state variable deparse tests.
2007-09-17 Rafael Garcia-Suarez Make B::Deparse able to handle pragmas from %^H.
2007-09-13 Rafael Garcia-Suarez Better diagnostics and test naming
2007-09-13 Rafael Garcia-Suarez Make Deparse handle "say"
2007-09-12 Nicholas Clark Add the missing assignment to op_last that change 31798...
2007-09-08 Nicholas Clark B.pm still assumed that SVt_PVBM exists. Correct this.
2007-09-08 Jim Cromie [patch] readabilty tweaks
2007-09-01 Jim Cromie Re: RFC patch - display src-lines in B::Concise
2007-06-29 Rafael Garcia-Suarez Being tired of adjusting the test count of concise...
2007-06-28 Ævar Arnfjörð Bjar... Move the RXf_WHITE logic for split " " into the regex...
2007-06-27 Chia-liang Kao B::Deparse cleanups
2007-06-25 Paul Johnson remove op_static
2007-06-19 Nicholas Clark Work on getting B compiling outside of the perl source...
2007-06-06 Rafael Garcia-Suarez Adjust test count (it shouldn't have changed with last...
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-05-28 Rafael Garcia-Suarez Several POD fixes by Jonathan Stowe
2007-05-24 Father Chrysostomos [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :...
2007-05-07 Nicholas Clark bytecode.pl: Exterminate!
2007-05-07 Nicholas Clark Given that @optype and @specialsv_name are hard coded...
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-04-24 Rafael Garcia-Suarez Adjust test count.
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-07 Nicholas Clark Turn op_pmreplroot in struct pmop into a real union.
2007-04-06 Nicholas Clark Merge op_pmreplstart and op_pmstash/op_pmstashpv into...
2007-04-06 Nicholas Clark Remove op_pmnext from PMOPs, and instead store the...
2007-04-04 Yves Orton Re: pmdynflags and thread safety
2007-03-31 Rafael Garcia-Suarez Fix bug #42224, perl -MO=Deparse -e 'print readpipe...
2007-03-30 Nicholas Clark A logical rearrangement of ops, to get the post 5.005...
2007-03-21 Nicholas Clark Adjust test count for 5.8.x
2007-03-21 Jerry D. Hedden Remove unneeded pragma line from B/t/OptreeCheck.pm
2007-03-13 Nicholas Clark Bump versions of modules that are currently on "dev...
2007-03-13 Nicholas Clark Integrate:
2007-03-13 Nicholas Clark 5.8's B.xs exports AVf_REAL, so need to jiggle the...
2007-03-13 Nicholas Clark Get B compiling and passing all tests on both 5.9.x...
2007-03-12 Nicholas Clark Fix the partially passing TODO test in optree_constants...
2007-02-18 Nicholas Clark Properly handle the differences in hints in the optree...
2007-02-17 Nicholas Clark Missed an aTHX_ in B's call to Perl_emulate_cop_io.
2007-02-17 Nicholas Clark Split the storage of the layers specificied by open...
2007-02-16 Nicholas Clark Move all the cut...
2007-02-15 Ash Berlin Re: Patch for Deep recursion in B::Deparse
2007-02-13 Nicholas Clark Change 26487 left some debugging code in, and through...
2007-02-05 Nicholas Clark Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save...
2007-01-28 Nicholas Clark Convert ext/B/t/debug.t to Test::More. (Diagnostics...
2007-01-25 Nicholas Clark The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Joshua ben Jore Re: [perl #41283] B::walkoptree_slow fails for 'our...
2007-01-15 Yves Orton Add support for /k modfier for matching along with...
2007-01-05 Steve Hay Silence various VC6 warnings
2007-01-02 Nicholas Clark Probably better to make PAD_FAKELEX_ANON and PAD_FAKELE...
2006-12-31 Nicholas Clark Move SVt_BIND to be the lowest type after SVt_NULL...
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas Clark Correct some assumptions about PVBM table offset in...
2006-12-11 Bo Lindbergh Re: [PATCH] Deparse.pm bugfix
2006-12-06 Yves Orton Re: [PATCH] User pragmas now accessible from B
2006-12-06 Joshua ben Jore User pragmas now accessible from B
2006-12-01 Joshua ben Jore Re: [PATCH] Make B::Lint use Module::Pluggable
2006-10-30 Jim Cromie [patch] simplify optree test support
2006-10-29 Stephen McCamant Re: Deparse bug?
2006-10-23 Rafael Garcia-Suarez Protection against overwriting defsubs.h via a symlink
2006-10-20 Alexander Gough B:: changes for UNITCHECK blocks
2006-10-03 Rafael Garcia-Suarez Un-TODO some B tests
2006-09-13 David Nicol [perl #40328] B::Deparse pod does not list failure...
2006-09-06 Rafael Garcia-Suarez Remove perlcc and the byteloader
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-08-20 Rafael Garcia-Suarez Amendment to change #28739
2006-08-20 Jarkko Hietaniemi bytecode.t failures in Tru64: svtype (enum) is int...
2006-08-16 Steve Peters Additional changes to get C++ a little closer to a...
2006-08-07 Steve Hay Fixups for test failures caused by #28667 and #28668
2006-08-07 Rafael Garcia-Suarez Try to reinstate the fix of change #28638 by patching...
2006-08-04 Rick Delaney Re: [perl #40055] B::Deparse double do
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-07-13 Jarkko Hietaniemi z/OS: non-CPAN ext and lib + main() without the third...
2006-07-05 Rafael Garcia-Suarez Implement handling of state variables in list assignment
2006-07-05 Rafael Garcia-Suarez Adjust test count after introducing new constants in...
2006-06-05 Nicholas Clark Eliminate most of the UTF-8 black smoke by skipping...
2006-06-05 Nicholas Clark Add the missing ${^OPEN} hints flag to B::Concise
2006-05-30 Joshua ben Jore Re: B::Lint changes
2006-05-30 Nicholas Clark Fix bugs in the bytecode system caused by the abolition...
2006-05-20 Nicholas Clark Fix bug in change 28258. So how come I thought I'd...
2006-05-20 Nicholas Clark Abolish cop_io (the simple way) by storing the value...
2006-05-20 Nicholas Clark Move the hints from op_private into cop_hints. This...
2006-05-12 Nicholas Clark Fix concise-xs.t following the changes to B::Deparse.
2006-05-11 Rafael Garcia-Suarez Deparse state variables.
2006-05-05 Rafael Garcia-Suarez Implement state array and state hashes. Initialisation...
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-06 Steve Hay Fix skip count in ext\B\t\lint.t
2006-04-05 Joshua ben Jore Re: expr foreach (...) isn't a B::Lint warning anymore
2006-04-04 Jim Cromie Re: Making IO::Socket pass test on Win32
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-03-27 Nicholas Clark Merge the cut ...
2006-03-09 Nicholas Clark Unroll 27425 - keeping Larry's order in op.c means...
2006-03-08 Nicholas Clark The last MAD change to op.c changes the pad offsets...
next