Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Teach B::Concise about PADOP | Paul Johnson | 2001-08-08 | 1 | -1/+2 |
* | B && BEGIN handling | James A. Duncan | 2001-08-07 | 1 | -1/+1 |
* | fix Stash.t for VMS | Craig A. Berry | 2001-08-03 | 1 | -2/+2 |
* | fix Showlex.t for VMS | Craig A. Berry | 2001-08-02 | 1 | -0/+1 |
* | deparse empty formats | Robin Houston | 2001-08-02 | 1 | -0/+1 |
* | Test tweak. | Jarkko Hietaniemi | 2001-07-23 | 1 | -2/+0 |
* | Re: [PATCH O.pm] avoid to clutter output with -l | Rafael Garcia-Suarez | 2001-07-22 | 1 | -0/+1 |
* | formats can't contain formats | Robin Houston | 2001-07-16 | 1 | -2/+3 |
* | Make warnings handling more robust | Robin Houston | 2001-07-06 | 1 | -7/+13 |
* | test just-posted patches | Robin Houston | 2001-07-02 | 1 | -12/+16 |
* | hash key auto-quoting | Robin Houston | 2001-07-02 | 1 | -0/+10 |
* | version number & changes | Robin Houston | 2001-07-02 | 1 | -2/+28 |
* | Make 'compile' target a little less broken. | Jarkko Hietaniemi | 2001-07-01 | 1 | -1/+1 |
* | "lose the looses", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | Just zap the -uPerlio. | Jarkko Hietaniemi | 2001-06-23 | 1 | -1/+1 |
* | fix Deparse.t and write.t for VMS | Craig A. Berry | 2001-06-22 | 1 | -8/+7 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 2 | -3/+3 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 5 | -0/+408 |
* | Eradicate traces of 'asciirange' re subpragma. | Jarkko Hietaniemi | 2001-06-04 | 1 | -2/+2 |
* | 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 |