| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | minor qr// fix | Rafael Garcia-Suarez | 2001-12-20 | 1 | -4/+5 |
* | One more embedded (?sx) de-embedded, from Wolfgang Laun. | Jarkko Hietaniemi | 2001-12-19 | 1 | -3/+2 |
* | B::Assembler/B::Disassembler patches and test; | Jarkko Hietaniemi | 2001-12-19 | 3 | -36/+475 |
* | Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones. | Michael G. Schwern | 2001-12-17 | 1 | -2/+2 |
* | rcatline support ($_.=<ARGV>) | Rafael Garcia-Suarez | 2001-12-15 | 2 | -3/+21 |
* | Compile test | Michael G. Schwern | 2001-12-15 | 1 | -0/+12 |
* | Some weak docs | Michael G. Schwern | 2001-12-15 | 1 | -1/+35 |
* | B::Asmdata test | Michael G. Schwern | 2001-12-15 | 1 | -0/+44 |
* | Adding B::Asmdata docs | Michael G. Schwern | 2001-12-15 | 1 | -2/+44 |
* | Re: [ID 20011129.163] B::Xref- $top corrupt | Rafael Garcia-Suarez | 2001-12-01 | 1 | -0/+1 |
* | deparse -wl0 -i.bak | Rafael Garcia-Suarez | 2001-11-29 | 3 | -3/+20 |
* | Change $=, $., $*, $%, and $- to be IVs instead of longs. | Jarkko Hietaniemi | 2001-11-29 | 1 | -5/+5 |
* | $VERSION "a5" doesn't quite work. | Jarkko Hietaniemi | 2001-11-16 | 1 | -1/+1 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 15 | -0/+41 |
* | a few typo fixes | Jeffrey Friedl | 2001-11-12 | 2 | -2/+2 |
* | Keep It Simple and Stupid version of readonly hash support. | Nick Ing-Simmons | 2001-11-06 | 1 | -1/+1 |
* | fix misleading comment on known inadequacy in B::Terse, and skip | Gurusamy Sarathy | 2001-10-26 | 1 | -2/+2 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Integrate changes #12652 and #12653 from maintperl; | Jarkko Hietaniemi | 2001-10-25 | 1 | -3/+15 |
* | vmsish fix, ieee rand() cleanup | Charles Lane | 2001-10-19 | 1 | -0/+1 |
* | Wrong skip() arguments. | Jarkko Hietaniemi | 2001-10-18 | 1 | -1/+2 |
* | & what's to be done for 5.8.0? | Nicholas Clark | 2001-10-08 | 2 | -0/+6 |
* | Skip the RV printing test under threads until fixed. | Jarkko Hietaniemi | 2001-10-03 | 1 | -5/+9 |
* | Make the diagnostic messages more neutral. | Jarkko Hietaniemi | 2001-10-01 | 1 | -7/+7 |
* | Move the B tests to B/t. | Jarkko Hietaniemi | 2001-09-28 | 6 | -0/+0 |