summaryrefslogtreecommitdiff
path: root/ext/B/B.xs
Commit message (Expand)AuthorAgeFilesLines
* remove op_staticPaul Johnson2007-06-251-5/+0
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Tweak change 30841 so that B works on maint too.Nicholas Clark2007-05-051-0/+18
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-5/+36
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-3/+11
* Remove op_pmnext from PMOPs, and instead store the list for reset asNicholas Clark2007-04-061-0/+4
* Re: pmdynflags and thread safetyYves Orton2007-04-041-10/+10
* Get B compiling and passing all tests on both 5.9.x and 5.8.xNicholas Clark2007-03-131-4/+34
* Missed an aTHX_ in B's call to Perl_emulate_cop_io.Nicholas Clark2007-02-171-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-10/+6
* Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available toNicholas Clark2007-02-051-1/+6
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-1/+1
* Silence various VC6 warningsSteve Hay2007-01-051-1/+1
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-3/+3
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-281-0/+16
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-0/+5
* Correct some assumptions about PVBM table offset in B.xsNicholas Clark2006-12-121-2/+5
* Re: [PATCH] User pragmas now accessible from BYves Orton2006-12-061-1/+1
* User pragmas now accessible from BJoshua ben Jore2006-12-061-0/+34
* B:: changes for UNITCHECK blocksAlexander Gough2006-10-201-0/+4
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* Fix bugs in the bytecode system caused by the abolition of cop_io.Nicholas Clark2006-05-301-22/+43
* Fix bug in change 28258. So how come I thought I'd passed all tests?Nicholas Clark2006-05-201-6/+6
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-1/+8
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-0/+5
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-131-5/+48
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-1/+1
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-211-0/+4
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-1/+5
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-201-1/+5
* Death to magic characters! No pun intended.Steve Peters2006-02-021-2/+2
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-251-1/+12
* Declarations must come first, or some compilers aren't happy.Rafael Garcia-Suarez2005-11-201-1/+1
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+1
* Make the 5.9 changes to B conditional on perl version.Nicholas Clark2005-11-051-0/+29
* 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