| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | B::walkoptree bugfix (see also #15850) | Rafael Garcia-Suarez | 2002-04-16 | 2 | -2/+10 |
* | B::Deparse problems with japhs | Hugo van der Sanden | 2002-04-16 | 1 | -1/+2 |
* | Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT | Rafael Garcia-Suarez | 2002-04-10 | 3 | -8/+10 |
* | Re: ext/B/t/xref.t @15300 on VMS | Rafael Garcia-Suarez | 2002-03-19 | 1 | -4/+7 |
* | Close the file so it can be (a) removed (b) reopened. | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+1 |
* | B::perlstring and unicode | Rafael Garcia-Suarez | 2002-03-18 | 1 | -0/+28 |
* | Forgot from #15288. | Jarkko Hietaniemi | 2002-03-18 | 1 | -4/+16 |
* | Be tidy. | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+5 |
* | B::perlstring() | Rafael Garcia-Suarez | 2002-03-18 | 3 | -16/+19 |
* | a test for B::Xref | Rafael Garcia-Suarez | 2002-03-14 | 2 | -6/+113 |
* | Move the readonly interface back to universal.c, | Jarkko Hietaniemi | 2002-03-12 | 1 | -1/+1 |
* | B::Xref improvements | Rafael Garcia-Suarez | 2002-03-12 | 1 | -3/+4 |
* | fix to deparse ${^WARNINGS_BITS} | Rafael Garcia-Suarez | 2002-03-12 | 1 | -1/+3 |
* | access::readonly is gone | Michael G. Schwern | 2002-03-11 | 1 | -1/+1 |
* | Re: [PATCH] xsubpp prototypes warnings | Nicholas Clark | 2002-03-11 | 1 | -0/+2 |
* | Deglitch from Rafael. | Jarkko Hietaniemi | 2002-03-09 | 1 | -1/+2 |
* | New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez. | Jarkko Hietaniemi | 2002-03-08 | 2 | -1/+91 |
* | The new test has some teething problems. | Jarkko Hietaniemi | 2002-03-08 | 1 | -81/+0 |
* | B::Lint tests | Rafael Garcia-Suarez | 2002-03-08 | 2 | -2/+83 |
* | B::Lint doesn't work | Rafael Garcia-Suarez | 2002-03-06 | 1 | -3/+3 |
* | The EBCDIC gaps apply only to the real A-Z. | Jarkko Hietaniemi | 2002-03-04 | 1 | -2/+1 |
* | EBCDIC: deparse \cX correctly. | Jarkko Hietaniemi | 2002-03-03 | 1 | -1/+37 |
* | autoloaded DESTROY bugfix | Ilya Zakharevich | 2002-03-01 | 1 | -0/+2 |
* | docs, typos | Rafael Garcia-Suarez | 2002-02-26 | 1 | -2/+40 |
* | next batch of bugfixes | Rafael Garcia-Suarez | 2002-02-21 | 1 | -3/+7 |
* | two fixes | Rafael Garcia-Suarez | 2002-02-18 | 1 | -1/+3 |
* | Fix another bug introduced by #14615 | Rafael Garcia-Suarez | 2002-02-15 | 1 | -1/+2 |
* | Deparse bug introduced by #14615: the fix is just a workaround, | Jarkko Hietaniemi | 2002-02-14 | 2 | -7/+10 |
* | EBCDIC: the non-printable characters are different. | Jarkko Hietaniemi | 2002-02-09 | 1 | -3/+3 |
* | skip assembler.t when there is no ByteLoader | Craig A. Berry | 2002-01-28 | 1 | -0/+7 |
* | The shift key is important. | Jarkko Hietaniemi | 2002-01-28 | 1 | -1/+1 |
* | B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez. | Jarkko Hietaniemi | 2002-01-27 | 2 | -3/+11 |
* | Cleanup the stash test, and reclaim it in non-ASCII-sorting | Jarkko Hietaniemi | 2002-01-27 | 1 | -18/+38 |
* | Apparently no need for EBCDIC exception any more. | Jarkko Hietaniemi | 2002-01-27 | 1 | -6/+1 |
* | new switch: don't check prototypes while deparsing | Rafael Garcia-Suarez | 2002-01-27 | 1 | -0/+19 |
* | Re: Warning in B.xs | Mattia Barbon | 2002-01-13 | 1 | -1/+1 |
* | {PATCH] Fix: Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 1 | -1/+4 |
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 5 | -73/+400 |
* | Re: Magic numbers in B::Concise | Stephen McCamant | 2002-01-12 | 1 | -5/+7 |
* | Re: Magic numbers in B::Concise | Stephen McCamant | 2002-01-11 | 1 | -0/+24 |
* | Magic numbers in B::Concise | Stephen McCamant | 2002-01-10 | 2 | -5/+40 |
* | B::Deparse : support for \[...] prototypes | Rafael Garcia-Suarez | 2002-01-09 | 1 | -91/+18 |
* | Re: Slight chokage from Deparse | Rafael Garcia-Suarez | 2002-01-08 | 1 | -22/+21 |
* | B, B::C, perlcc, t/TEST | Mattia Barbon | 2002-01-06 | 3 | -129/+615 |
* | alternate way to figure out prototypes | Rafael Garcia-Suarez | 2002-01-01 | 1 | -4/+21 |
* | Leaner exporter | Ilya Zakharevich | 2002-01-01 | 1 | -1/+1 |
* | Re: B::walksymtable oddness | Mattia Barbon | 2001-12-28 | 1 | -5/+5 |
* | __DATA__ and packages | Rafael Garcia-Suarez | 2001-12-21 | 1 | -2/+4 |
* | ext/B/B/Xref.pm adding "our" recognition | Wolfgang Laun | 2001-12-21 | 1 | -9/+10 |
* | packing I32 with L is not nice, need l; from Wolfgang Laun. | Jarkko Hietaniemi | 2001-12-21 | 3 | -3/+3 |