2010-03-25 |
Jesse Vincent |
Downgrade Socket.pm's new inet_ntop and inet_pton to... |
tree | commitdiff |
2009-11-15 |
Vincent Pit |
Teach B::Deparse about in-place reverse |
tree | commitdiff |
2009-11-10 |
Vincent Pit |
Optimize reversing an array in-place |
tree | commitdiff |
2009-10-23 |
Nicholas Clark |
Avoid using defined %hash in core code and tests. |
tree | commitdiff |
2009-10-20 |
Jesse Vincent |
Bump B::Consise's version number since it's changed... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags... |
tree | commitdiff |
2009-10-15 |
Nicholas Clark |
Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(... |
tree | commitdiff |
2009-10-15 |
demerphq |
Optimise if (%foo) to be faster than if(keys %foo) |
tree | commitdiff |
2009-10-06 |
Jesse Vincent |
A number of pod fixes found by podcheck.t |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Remove the $ENV{PERL_CORE} boilerplate from B's tests. |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Break out B::Debug into its own directory in ext. |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Break out B::Deparse into its own directory in ext. |
tree | commitdiff |
2009-08-30 |
Nicholas Clark |
Break out B::Lint into its own directory in ext. |
tree | commitdiff |
2009-08-28 |
Rafael Garcia-Suarez |
There is no longer an "err" low-prec version of //... |
tree | commitdiff |
2009-08-27 |
Nicholas Clark |
Make extensions in ext run their tests from the extensi... |
tree | commitdiff |
2009-08-27 |
Reini Urban |
B - The Perl Compiler (wrong name) |
tree | commitdiff |
2009-08-24 |
Nicholas Clark |
Fix a Deparse bug - constants and PCSs were appearing... |
tree | commitdiff |
2009-08-24 |
Nicholas Clark |
Remove the MacOS Classic support from deparse.t (as... |
tree | commitdiff |
2009-08-12 |
David Mitchell |
ameliorate B::Deparse slowdown |
tree | commitdiff |
2009-07-16 |
Rafael Garcia-Suarez |
Add a version number to B::Lint::Debug |
tree | commitdiff |
2009-07-03 |
David Mitchell |
bump versions of non-dual-life modules that |
tree | commitdiff |
2009-06-12 |
David Mitchell |
fully sync blead with B::Debug 1.11 (debug.t was out... |
tree | commitdiff |
2009-06-06 |
Rafael Garcia-Suarez |
Mark all .t and .pm files as non executable |
tree | commitdiff |
2009-06-02 |
David Mitchell |
resync some files with their CPAN equivalents (just... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
TODO tests for deparsing strict, warnings as strings... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
our $TODO should be local $::TODO, revealing a bug... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
Correct two other tests that apparently should be TODOs... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
A perl-version portable fix for B coping with CVf_LOCKE... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
Refactor the SKIP parser to also handle TODOs. TODO... |
tree | commitdiff |
2009-04-13 |
Nicholas Clark |
Remove CVf_LOCKED and CvLOCKED*(), now that nothing... |
tree | commitdiff |
2009-04-12 |
Nicholas Clark |
Deprecate use of the attribute :locked on subroutines. |
tree | commitdiff |
2009-03-27 |
Rafael Garcia-Suarez |
Fix concise-xs.t after recent changes to Socket.pm |
tree | commitdiff |
2009-03-26 |
Nicholas Clark |
Remove now-redundant references to MAN3PODS in core... |
tree | commitdiff |
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 |
next |