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