| Commit message (Expand) | Author | Age | Files | Lines |
* | Change 24838 breaks deparse.t, which checks that embedded NULs work. | Nicholas Clark | 2005-06-14 | 1 | -1/+9 |
* | Fix for SEGV in ext/B/t/xref.t on OpenBSD | Steve Peters | 2005-06-14 | 1 | -2/+2 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -2/+2 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -41/+37 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -6/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -4/+0 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -7/+0 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -7/+7 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | [perl #32968] [PATCH] Re: B::walkoptree segfaults | Stephen McCamant | 2005-02-18 | 1 | -2/+2 |
* | A single version of B that supports 5.8 and 5.10 | Nicholas Clark | 2004-09-09 | 1 | -1/+10 |
* | backport B to work on 5.8.x, so that a single version of the source | Nicholas Clark | 2004-09-08 | 1 | -3/+35 |
* | 2 patches: goto.t, B.pm/xs | Jim Cromie | 2004-08-10 | 1 | -0/+5 |
* | Re: op_seq (was: Freeing code) | Paul Johnson | 2004-02-21 | 1 | -5/+10 |
* | Re: [PATCH] GLOB to LVALUE assignment fix | Tassilo von Parseval | 2004-02-17 | 1 | -1/+1 |
* | More bytecode tweaks. | Jarkko Hietaniemi | 2003-07-28 | 1 | -2/+2 |
* | B enhancements | Stephen McCamant | 2003-07-28 | 1 | -0/+18 |
* | Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all | Adrian M. Enache | 2003-07-27 | 1 | -1/+66 |
* | warnings, line numbers & windows | Marcus Holland-Moritz | 2003-07-08 | 1 | -2/+2 |
* | B:: fixes + 'When were CVOPs gone ?' | Adrian M. Enache | 2003-07-01 | 1 | -19/+104 |
* | Add a B::COP::io() method, to return the cop_io field of COPs. | Rafael Garcia-Suarez | 2003-03-08 | 1 | -0/+5 |
* | Re: [perl #21261] B::Terse not outputting correct constants or variable names | Stephen McCamant | 2003-02-18 | 1 | -1/+2 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -0/+4 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -8/+0 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -3/+3 |
* | Fix bug #16828. | Rafael Garcia-Suarez | 2002-09-03 | 1 | -0/+9 |
* | B::check_av() ; B::Deparse for CHECK blocks | Rafael Garcia-Suarez | 2002-08-29 | 1 | -0/+4 |
* | Forgotten from #16656. | Jarkko Hietaniemi | 2002-05-17 | 1 | -1/+1 |
* | Explicit casts due to #16542. | Jarkko Hietaniemi | 2002-05-11 | 1 | -1/+1 |
* | fixes for various warnings identified by Visual C++ | Gurusamy Sarathy | 2002-05-07 | 1 | -2/+2 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 1 | -1/+1 |
* | B::walkoptree bugfix (see also #15850) | Rafael Garcia-Suarez | 2002-04-16 | 1 | -2/+7 |
* | B::perlstring and unicode | Rafael Garcia-Suarez | 2002-03-18 | 1 | -0/+28 |
* | Forgot from #15288. | Jarkko Hietaniemi | 2002-03-18 | 1 | -4/+16 |
* | 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 | 1 | -2/+10 |
* | Re: Warning in B.xs | Mattia Barbon | 2002-01-13 | 1 | -1/+1 |
* | B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs | Mattia Barbon | 2002-01-12 | 1 | -1/+45 |
* | B, B::C, perlcc, t/TEST | Mattia Barbon | 2002-01-06 | 1 | -7/+82 |
* | 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 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -9/+0 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | B && BEGIN handling | James A. Duncan | 2001-08-07 | 1 | -1/+1 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -2/+2 |
* | Extend tr/\0-\377/blah/c support | Robin Houston | 2001-05-10 | 1 | -5/+14 |
* | Fix tr///ansliteration | Robin Houston | 2001-05-10 | 1 | -2/+4 |
* | utf8 literal strings (and possibly a unicode/regex bug) | Robin Houston | 2001-04-17 | 1 | -0/+1 |
* | Integrate changes #9544,9547,9549(perlio),9550,9551 from | Jarkko Hietaniemi | 2001-04-05 | 1 | -2/+2 |