| Commit message (Expand) | Author | Age | Files | Lines |
* | More on /x regexes | Robin Houston | 2001-05-16 | 1 | -12/+53 |
* | Half of #10107 got lost. | Jarkko Hietaniemi | 2001-05-15 | 1 | -6/+6 |
* | Lvaluable method calls | Robin Houston | 2001-05-15 | 1 | -11/+29 |
* | C<$foo =~ give_me_a_regex>; /x modifier | Robin Houston | 2001-05-15 | 1 | -34/+85 |
* | "${foo}_bar" | Robin Houston | 2001-05-15 | 1 | -7/+7 |
* | $foo->bar(0) | Robin Houston | 2001-05-11 | 1 | -1/+1 |
* | Extend tr/\0-\377/blah/c support | Robin Houston | 2001-05-10 | 2 | -6/+15 |
* | t/op/64bitint.t | Robin Houston | 2001-05-10 | 1 | -1/+7 |
* | Retract #10070, not ready yet. | Jarkko Hietaniemi | 2001-05-10 | 1 | -2/+1 |
* | (Retracted by #10073) | Hugo van der Sanden | 2001-05-10 | 1 | -1/+2 |
* | our() lists and foreach loops | Robin Houston | 2001-05-10 | 1 | -3/+12 |
* | Fix tr///ansliteration | Robin Houston | 2001-05-10 | 2 | -14/+28 |
* | Show string for PVOP, and referent for RV | Robin Houston | 2001-05-09 | 1 | -1/+10 |
* | B::Deparse tester | Robin Houston | 2001-05-09 | 1 | -3/+12 |
* | Document known bugs | Robin Houston | 2001-05-08 | 1 | -1/+69 |
* | Give (?{...}) a taste of its own medicine | Robin Houston | 2001-05-07 | 1 | -1/+30 |
* | undefined folded constants | Robin Houston | 2001-05-07 | 1 | -1/+3 |
* | use Foo (sub {...}); | Robin Houston | 2001-05-07 | 1 | -0/+1 |
* | scoping | Robin Houston | 2001-05-06 | 2 | -58/+125 |
* | optimised sort | Robin Houston | 2001-05-01 | 1 | -1/+9 |
* | for(;;), sort | Robin Houston | 2001-05-01 | 1 | -7/+17 |
* | do, warn, use | Robin Houston | 2001-05-01 | 1 | -23/+23 |
* | suppress warning | Robin Houston | 2001-04-30 | 1 | -3/+4 |
* | non-block scopes | Robin Houston | 2001-04-28 | 1 | -1/+18 |
* | Human-readable pragmas &c | Robin Houston | 2001-04-27 | 1 | -7/+52 |
* | Deparse nits. | Jarkko Hietaniemi | 2001-04-26 | 1 | -2/+2 |
* | formats must be flush left | Robin Houston | 2001-04-26 | 1 | -3/+3 |
* | fix easy bugs | Robin Houston | 2001-04-26 | 1 | -5/+24 |
* | Dethinko from Robin Houston. | Jarkko Hietaniemi | 2001-04-26 | 1 | -1/+1 |
* | C<$x = /(.)/> ne C<($x) = /(.)/> | Robin Houston | 2001-04-26 | 1 | -1/+3 |
* | Re: [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -2/+1 |
* | Re: [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -2/+2 |
* | [PATCH B::Deparse] fix string uninterpretation | Robin Houston | 2001-04-26 | 1 | -4/+4 |
* | filetests, open(my $x,...), warnings, formats &c | Robin Houston | 2001-04-26 | 1 | -61/+45 |
* | Re: [PATCH 5.7.1] B::Concise and extra variables | Paul Johnson | 2001-04-25 | 1 | -3/+60 |
* | Re: [ID 20010423.006] Test failed in perl@9794 | Robin Houston | 2001-04-24 | 1 | -0/+4 |
* | Deparse nit | Robin Houston | 2001-04-23 | 1 | -2/+5 |
* | Distinguish package variables, if necessary | Robin Houston | 2001-04-22 | 1 | -4/+63 |
* | Support BEGIN blocks in B::Deparse (& more) | Robin Houston | 2001-04-22 | 3 | -66/+280 |
* | B::walksymtable improperly documented? | Michael G. Schwern | 2001-04-21 | 1 | -4/+16 |
* | Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s... | Robin Houston | 2001-04-20 | 2 | -9/+18 |
* | Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same s... | Robin Houston | 2001-04-19 | 1 | -4/+7 |
* | PATCH: Propagate low byte of hints in cop.op_private | Robin Houston | 2001-04-19 | 1 | -1/+1 |
* | Declare hints only if needed. | Jarkko Hietaniemi | 2001-04-18 | 1 | -1/+1 |
* | some pragma support | Robin Houston | 2001-04-18 | 1 | -15/+85 |
* | Deparse.pm of split(" ") decodes as /\s+/ (with PATCH) | David Dyck | 2001-04-18 | 1 | -1/+10 |
* | Re: Deparse - parenthesise args to undeclared subs | Robin Houston | 2001-04-17 | 1 | -0/+3 |
* | utf8 literal strings (and possibly a unicode/regex bug) | Robin Houston | 2001-04-17 | 2 | -1/+3 |
* | Deparse - parenthesise args to undeclared subs | Robin Houston | 2001-04-17 | 1 | -3/+15 |
* | ambient pragmas | Robin Houston | 2001-04-17 | 1 | -10/+224 |