| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | multiple B::* changes | Robin Houston | 2001-04-17 | 4 | -19/+98 |
* | suppress "unintialized value" warnings | Robin Houston | 2001-04-05 | 1 | -0/+4 |
* | regex quoting, and a minor milestone | Robin Houston | 2001-04-05 | 1 | -2/+8 |
* | binmode is no longer an UNOP | Robin Houston | 2001-04-05 | 1 | -1/+1 |
* | "${foo}bar", "${foo}[1]" etc. | Robin Houston | 2001-04-05 | 1 | -1/+7 |
* | cope with SVf_IVisUV, and cope with $^^ and friends | Robin Houston | 2001-04-05 | 3 | -8/+31 |
* | lexical variables with ridiculously long names that are used in list assignments | Robin Houston | 2001-04-05 | 1 | -12/+1 |
* | print control-character vars readably | Robin Houston | 2001-04-05 | 4 | -5/+26 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 4 | -8/+23 |
* | padname values may have bogus SvCUR | Robin Houston | 2001-04-02 | 4 | -4/+27 |
* | @stash_array = split(/pat/, str); | Robin Houston | 2001-04-02 | 1 | -3/+9 |
* | Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics" | Robin Houston | 2001-03-30 | 1 | -2/+10 |
* | B::Deparse precedence bug. (Patch included.) | Jeremy Madea | 2001-03-30 | 1 | -1/+3 |
* | PATCH: B::Debug should show LOOP-specific fields | Robin Houston | 2001-03-30 | 1 | -0/+10 |
* | B::Terse and warnings | Benjamin Sugars | 2001-03-27 | 2 | -2/+3 |
* | more pod patches | Michael Stevens | 2001-03-16 | 1 | -2/+2 |
* | Portability fixes for Mac OS / bleadperl | Chris Nandor | 2001-03-10 | 1 | -1/+2 |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 2 | -4/+4 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -6/+8 |
* | Re: Eliminate op_children | Stephen McCamant | 2001-01-16 | 2 | -1/+13 |
* | (Replaced by #8448) More op_children traces (cleanup of #8442). | Jarkko Hietaniemi | 2001-01-15 | 1 | -1/+1 |
* | (Replaced by #8448) Traces of op_children (cleanup of #8442) | Jarkko Hietaniemi | 2001-01-15 | 1 | -6/+0 |
* | [PATCH @8436] Eliminate op_children | Stephen McCamant | 2001-01-15 | 3 | -44/+33 |
* | Re: B::Concise -- an improved replacement for B::Terse | Stephen McCamant | 2001-01-13 | 1 | -3/+8 |
* | The B::Terse drop-in replacement wasn't quite drop-in. | Jarkko Hietaniemi | 2001-01-13 | 1 | -12/+129 |
* | B::Concise -- an improved replacement for B::Terse | Stephen McCamant | 2001-01-12 | 2 | -129/+824 |
* | Re: [PATCH @8269] Continue blocks and B::Deparse | Stephen McCamant | 2001-01-04 | 1 | -4/+4 |
* | Continue blocks and B::Deparse | Stephen McCamant | 2001-01-04 | 1 | -111/+169 |
* | Fix B::Terse indentation | Daniel Chetlin | 2000-12-28 | 2 | -4/+5 |
* | Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing | Simon Cozens | 2000-12-11 | 1 | -1/+5 |
* | The walkoptree confusion rages; walkoptree() seems to be coming | Jarkko Hietaniemi | 2000-12-10 | 1 | -5/+7 |
* | the dTHR hits | Michael Stevens | 2000-12-06 | 1 | -1/+0 |
* | Undo #7848. Some of the code seems to use walkoptree(), | Jarkko Hietaniemi | 2000-11-25 | 3 | -15/+16 |
* | [ID 20001124.001] B exports "walkoptree" but does not define it | Simon Cozens | 2000-11-24 | 1 | -6/+7 |
* | C.pm part of | Jarkko Hietaniemi | 2000-11-01 | 1 | -1/+1 |
* | ripples from constsub patch | John Tobey | 2000-10-22 | 3 | -0/+13 |
* | -MO=C falls over on package <none> | Hugo van der Sanden | 2000-10-22 | 2 | -2/+2 |
* | Fix of sorts for bug id 20000901.092. There seems to be no trace | Jarkko Hietaniemi | 2000-10-19 | 1 | -1/+0 |
* | [ID 20001003.006] B::Debug not -w clean | Nicholas Clark | 2000-10-03 | 1 | -1/+1 |
* | [ID 20000928.002] perlcc & ByteCode.pm option mismatch | Nicholas Clark | 2000-10-02 | 1 | -5/+5 |
* | Re: [ID 20000915.010] Infinite loop with -MO=Deparse | Spider Boardman | 2000-09-30 | 1 | -1/+1 |
* | Warnings in B::Deparse | Abigail | 2000-08-29 | 1 | -1/+1 |
* | Bad makefile. | Jarkko Hietaniemi | 2000-08-23 | 1 | -1/+1 |