summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* More on /x regexesRobin Houston2001-05-161-12/+53
* Half of #10107 got lost.Jarkko Hietaniemi2001-05-151-6/+6
* Lvaluable method callsRobin Houston2001-05-151-11/+29
* C<$foo =~ give_me_a_regex>; /x modifierRobin Houston2001-05-151-34/+85
* "${foo}_bar"Robin Houston2001-05-151-7/+7
* $foo->bar(0)Robin Houston2001-05-111-1/+1
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-102-6/+15
* t/op/64bitint.tRobin Houston2001-05-101-1/+7
* Retract #10070, not ready yet.Jarkko Hietaniemi2001-05-101-2/+1
* (Retracted by #10073)Hugo van der Sanden2001-05-101-1/+2
* our() lists and foreach loopsRobin Houston2001-05-101-3/+12
* Fix tr///ansliterationRobin Houston2001-05-102-14/+28
* Show string for PVOP, and referent for RVRobin Houston2001-05-091-1/+10
* B::Deparse testerRobin Houston2001-05-091-3/+12
* Document known bugsRobin Houston2001-05-081-1/+69
* Give (?{...}) a taste of its own medicineRobin Houston2001-05-071-1/+30
* undefined folded constantsRobin Houston2001-05-071-1/+3
* use Foo (sub {...});Robin Houston2001-05-071-0/+1
* scopingRobin Houston2001-05-062-58/+125
* optimised sortRobin Houston2001-05-011-1/+9
* for(;;), sortRobin Houston2001-05-011-7/+17
* do, warn, useRobin Houston2001-05-011-23/+23
* suppress warningRobin Houston2001-04-301-3/+4
* non-block scopesRobin Houston2001-04-281-1/+18
* Human-readable pragmas &cRobin Houston2001-04-271-7/+52
* Deparse nits.Jarkko Hietaniemi2001-04-261-2/+2
* formats must be flush leftRobin Houston2001-04-261-3/+3
* fix easy bugsRobin Houston2001-04-261-5/+24
* Dethinko from Robin Houston.Jarkko Hietaniemi2001-04-261-1/+1
* C<$x = /(.)/> ne C<($x) = /(.)/>Robin Houston2001-04-261-1/+3
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+1
* Re: [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-2/+2
* [PATCH B::Deparse] fix string uninterpretationRobin Houston2001-04-261-4/+4
* filetests, open(my $x,...), warnings, formats &cRobin Houston2001-04-261-61/+45
* Re: [PATCH 5.7.1] B::Concise and extra variablesPaul Johnson2001-04-251-3/+60
* Re: [ID 20010423.006] Test failed in perl@9794Robin Houston2001-04-241-0/+4
* Deparse nitRobin Houston2001-04-231-2/+5
* Distinguish package variables, if necessaryRobin Houston2001-04-221-4/+63
* Support BEGIN blocks in B::Deparse (& more)Robin Houston2001-04-223-66/+280
* B::walksymtable improperly documented?Michael G. Schwern2001-04-211-4/+16
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s...Robin Houston2001-04-202-9/+18
* Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s...Robin Houston2001-04-191-4/+7
* PATCH: Propagate low byte of hints in cop.op_privateRobin Houston2001-04-191-1/+1
* Declare hints only if needed.Jarkko Hietaniemi2001-04-181-1/+1
* some pragma supportRobin Houston2001-04-181-15/+85
* Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)David Dyck2001-04-181-1/+10
* Re: Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-0/+3
* utf8 literal strings (and possibly a unicode/regex bug)Robin Houston2001-04-172-1/+3
* Deparse - parenthesise args to undeclared subsRobin Houston2001-04-171-3/+15
* ambient pragmasRobin Houston2001-04-171-10/+224