2009-01-23 |
Rafael Garcia-Suarez |
Fix deparsing of constant subroutines |
tree | commitdiff |
2009-01-21 |
Nicholas Clark |
Update the documentation of get_av() to note that it... |
tree | commitdiff |
2009-01-18 |
Rafael Garcia-Suarez |
Make B::Deparse handle the _ prototype |
tree | commitdiff |
2009-01-18 |
Rafael Garcia-Suarez |
[perl #62488] B::Deparse fails on 'CORE::require(STRING)' |
tree | commitdiff |
2009-01-16 |
Rafael Garcia-Suarez |
Fix deparsing of readpipe() ([perl #62428]) |
tree | commitdiff |
2008-12-19 |
Sam Vilain |
[admin] set up .gitignore files |
tree | commitdiff |
2008-11-25 |
Nicholas Clark |
A correction to change 34909 - we want *different*... |
tree | commitdiff |
2008-11-25 |
Nicholas Clark |
Tweak the constants used in testing to constants that... |
tree | commitdiff |
2008-11-17 |
Rafael Garcia-Suarez |
Skip two tests under ithreads, where the constant lives... |
tree | commitdiff |
2008-11-16 |
Florian Ragwitz |
Make B::walksymtable not recurse into packages that... |
tree | commitdiff |
2008-11-16 |
Florian Ragwitz |
Deparse inlined constants. |
tree | commitdiff |
2008-11-08 |
Renee Baecker |
[perl #18306] This problem seems to be fixed and a... |
tree | commitdiff |
2008-09-23 |
Nicholas Clark |
defined %{$package.'::'} isn't good enough to tell... |
tree | commitdiff |
2008-09-23 |
Nicholas Clark |
The tests for the -ostash option to B::Concise will... |
tree | commitdiff |
2008-09-15 |
Nicholas Clark |
Bump $O::VERSION, to reflect change 32626, a doc change... |
tree | commitdiff |
2008-09-13 |
Vincent Pit |
Re: [5.8] Change 33727 (op.c) breaks constant folding... |
tree | commitdiff |
2008-09-08 |
Vincent Pit |
Re: 'if not / unless' optimization change makes my... |
tree | commitdiff |
2008-09-07 |
Vincent Pit |
Re: unless(...) terser than if(!...) |
tree | commitdiff |
2008-07-16 |
Rafael Garcia-Suarez |
Really apply change #34143 |
tree | commitdiff |
2008-06-17 |
Steve Hay |
Fix a couple of tests introduced by #34045 which fail... |
tree | commitdiff |
2008-06-16 |
Reini Urban |
TODO B-Deparse cpan-bug 33708 |
tree | commitdiff |
2008-06-13 |
Reini Urban |
B::Debug dual-life 1.06 |
tree | commitdiff |
2008-05-21 |
Nicholas Clark |
Eliminate POSIX::int_macro_int, and all the complex... |
tree | commitdiff |
2008-05-18 |
Rafael Garcia-Suarez |
Fix for [perl #51848] Deparse interpolation in regex... |
tree | commitdiff |
2008-05-15 |
Nicholas Clark |
Fix my typo. |
tree | commitdiff |
2008-05-15 |
Nicholas Clark |
Remove POSIX's internal implementation of S_ISBLK,... |
tree | commitdiff |
2008-04-19 |
Paul Johnson |
Re: wrong line numbers in elsif() |
tree | commitdiff |
2008-04-08 |
Rafael Garcia-Suarez |
Remove old option leftover in docs |
tree | commitdiff |
2008-04-07 |
Nicholas Clark |
Tidy up compiler warning spotted by Jerry Hedden. |
tree | commitdiff |
2008-04-07 |
Nicholas Clark |
Eliminate cop_label from struct cop by storing a label... |
tree | commitdiff |
2008-04-06 |
Nicholas Clark |
Replace all remaining accesses to COP's cop_label with... |
tree | commitdiff |
2008-03-31 |
Nicholas Clark |
$VERSION++ for all the non-dual life modules in ext... |
tree | commitdiff |
2008-03-05 |
Nicholas Clark |
Bring the joy of strict to ext/B/t/lint.t. |
tree | commitdiff |
2008-03-05 |
Nicholas Clark |
Better line diagnostics - runlint's caller rather than... |
tree | commitdiff |
2008-02-25 |
Reini Urban |
B::Debug enhancements |
tree | commitdiff |
2008-02-15 |
Jan Dubois |
Silence compiler warnings on Win32/VC6 |
tree | commitdiff |
2008-02-04 |
Jim Cromie |
[patch] B portability macros |
tree | commitdiff |
2008-02-04 |
Reini Urban |
fix B::Debug pmnext |
tree | commitdiff |
2008-02-01 |
Nicholas Clark |
The penultimate deparse test needs a name, else things... |
tree | commitdiff |
2008-01-23 |
Nicholas Clark |
Deprecate (and remove core use of ) Nullav, Nullcv... |
tree | commitdiff |
2008-01-17 |
Nicholas Clark |
Add a diagram for the 5.11 SV class structure, includin... |
tree | commitdiff |
2008-01-09 |
Rafael Garcia-Suarez |
Remove the warning "v-string in require/use non portable" |
tree | commitdiff |
2008-01-09 |
Florian Ragwitz |
B::Deparse fixes for implicit smartmatching in given... |
tree | commitdiff |
2008-01-06 |
Rafael Garcia-Suarez |
Fix bug #49298: B::Deparse fails to deparse a reference... |
tree | commitdiff |
2008-01-05 |
Nicholas Clark |
Abolish wrapped in struct regexp - store the wrapped... |
tree | commitdiff |
2008-01-04 |
Vincent Pit |
Re: SV leak? |
tree | commitdiff |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
tree | commitdiff |
2008-01-02 |
Nicholas Clark |
Wrap all deferences of struct regexp* in macros RX_... |
tree | commitdiff |
2007-12-28 |
Nicholas Clark |
Wrap all accesses to the members precomp and prelen... |
tree | commitdiff |
2007-12-28 |
Nicholas Clark |
First class regexps. |
tree | commitdiff |
2007-12-27 |
Nicholas Clark |
Regexps are now orange. |
tree | commitdiff |
2007-12-26 |
Nicholas Clark |
Remove two warnings (sub diag() was redefined, and... |
tree | commitdiff |
2007-12-26 |
Nicholas Clark |
Eliminate SVt_RV, and use SVt_IV to store plain references. |
tree | commitdiff |
2007-12-26 |
Nicholas Clark |
Better diagnostics by removing an ... |
tree | commitdiff |
2007-12-26 |
Nicholas Clark |
Swap SVt_RV and SVt_NV in the SV ordering. |
tree | commitdiff |
2007-12-21 |
Nicholas Clark |
Deparse each @array and friends. |
tree | commitdiff |
2007-12-19 |
Steve Peters |
Upgrade to B-Lint-1.11 |
tree | commitdiff |
2007-12-17 |
Jim Cromie |
pod-patch: reword O.pm |
tree | commitdiff |
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 |
next |