summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
Commit message (Expand)AuthorAgeFilesLines
* Change 24838 breaks deparse.t, which checks that embedded NULs work.Nicholas Clark2005-06-141-1/+9
* Fix for SEGV in ext/B/t/xref.t on OpenBSDSteve Peters2005-06-141-2/+2
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-2/+2
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-41/+37
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-211-6/+0
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-4/+0
* Goodbye AvFLAGSNicholas Clark2005-05-201-7/+0
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-7/+7
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+1
* [perl #32968] [PATCH] Re: B::walkoptree segfaults Stephen McCamant2005-02-181-2/+2
* A single version of B that supports 5.8 and 5.10Nicholas Clark2004-09-091-1/+10
* backport B to work on 5.8.x, so that a single version of the sourceNicholas Clark2004-09-081-3/+35
* 2 patches: goto.t, B.pm/xsJim Cromie2004-08-101-0/+5
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-5/+10
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-1/+1
* More bytecode tweaks.Jarkko Hietaniemi2003-07-281-2/+2
* B enhancementsStephen McCamant2003-07-281-0/+18
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-1/+66
* warnings, line numbers & windowsMarcus Holland-Moritz2003-07-081-2/+2
* B:: fixes + 'When were CVOPs gone ?'Adrian M. Enache2003-07-011-19/+104
* Add a B::COP::io() method, to return the cop_io field of COPs.Rafael Garcia-Suarez2003-03-081-0/+5
* Re: [perl #21261] B::Terse not outputting correct constants or variable namesStephen McCamant2003-02-181-1/+2
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+4
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-8/+0
* move all pad-related code to its own src fileDave Mitchell2002-10-021-3/+3
* Fix bug #16828.Rafael Garcia-Suarez2002-09-031-0/+9
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-0/+4
* Forgotten from #16656.Jarkko Hietaniemi2002-05-171-1/+1
* Explicit casts due to #16542.Jarkko Hietaniemi2002-05-111-1/+1
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-2/+2
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
* B::walkoptree bugfix (see also #15850)Rafael Garcia-Suarez2002-04-161-2/+7
* B::perlstring and unicodeRafael Garcia-Suarez2002-03-181-0/+28
* Forgot from #15288.Jarkko Hietaniemi2002-03-181-4/+16
* The shift key is important.Jarkko Hietaniemi2002-01-281-1/+1
* B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.Jarkko Hietaniemi2002-01-271-2/+10
* Re: Warning in B.xsMattia Barbon2002-01-131-1/+1
* B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-121-1/+45
* B, B::C, perlcc, t/TESTMattia Barbon2002-01-061-7/+82
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+1
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-251-3/+15
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-9/+0
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-1/+1
* B && BEGIN handlingJames A. Duncan2001-08-071-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-2/+2
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-101-5/+14
* Fix tr///ansliterationRobin Houston2001-05-101-2/+4
* utf8 literal strings (and possibly a unicode/regex bug)Robin Houston2001-04-171-0/+1
* Integrate changes #9544,9547,9549(perlio),9550,9551 fromJarkko Hietaniemi2001-04-051-2/+2