summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-12/+15
* Convert POSIX::sleep to an XS wrapper for PerlProc_sleep().Nicholas Clark2011-12-301-1/+1
* Update concise-xs.t for recent DD changeFather Chrysostomos2011-12-251-1/+2
* Update concise-xs.t for B::Deparse’s new importsFather Chrysostomos2011-12-231-2/+2
* Teach B::Concise about OPpCONST_NOVERFather Chrysostomos2011-12-181-1/+2
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* Fix ext/B/t/f_map.t failureFather Chrysostomos2011-12-071-1/+1
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-076-136/+136
* Optimise substr assignment in void contextFather Chrysostomos2011-11-262-1/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-2/+2
* Oops. I thought I tested that.Father Chrysostomos2011-11-201-1/+1
* Add new OPpEVAL flags to B::ConciseFather Chrysostomos2011-11-061-1/+1
* Increase $B::Concise::VERSION to 0.87Father Chrysostomos2011-11-061-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* update B::Concise test for B::Deparse changeZefram2011-09-161-0/+1
* Teach B::Concise about OPpFT_STACKINGFather Chrysostomos2011-09-101-1/+1
* remove index offsetting ($[)Zefram2011-09-094-10/+10
* Replace use of AutoLoader in POSIX with a custom compilation deferral scheme.Aristotle Pagaltzis2011-09-011-1/+2
* Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be used...Gerard Goossen2011-09-011-1/+1
* Add OPpCOREARGS_SCALARMOD flagFather Chrysostomos2011-08-261-1/+1
* Add OPpCOREARGS_PUSHMARK flagFather Chrysostomos2011-08-251-1/+1
* Add private coreargs flags for vivifying GVsFather Chrysostomos2011-08-251-1/+2
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-2/+2
* Add OPpASSIGN_CV_TO_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* Add OPpDONT_INIT_GV to B::ConciseFather Chrysostomos2011-08-191-0/+1
* &CORE::wantarray()Father Chrysostomos2011-08-181-0/+1
* Remove OPpENTERSUB_NOMOD from B::ConciseFather Chrysostomos2011-08-151-2/+2
* B::Terse and B::Xref were missing some documentation.Reini Urban2011-08-142-3/+61
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-112-17/+17
* Add tests for wrapping formats in B objectsFlorian Ragwitz2011-07-111-0/+9
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-121-1/+1
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-122-3/+7
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+2
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-111-1/+18
* Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.Nicholas Clark2011-06-111-0/+5
* In B::Concise and op.h list all ops that use LVSUBFather Chrysostomos2011-06-091-1/+2
* Get f_map.t working on non-threaded perlsFather Chrysostomos2011-06-041-2/+2
* Teach B::Concise about OPpMAYBE_LVSUBFather Chrysostomos2011-06-031-0/+1
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-033-7/+7
* Correct entersub/rv2cv priv constants in B::ConciseFather Chrysostomos2011-06-031-3/+3
* Tweak the test from 183eb698e2ceb8ab to work with PERL_UNICODE set.Nicholas Clark2011-06-021-14/+14
* Deparse glob the same way regardless of PERL_EXTERNAL_GLOBFather Chrysostomos2011-06-011-0/+1
* [perl #91946] add constant folding testsJim Cromie2011-06-011-1/+152
* Correct comments about B::PV::PVBM.Nicholas Clark2011-05-201-6/+11
* Bump the versions of B and Storable following 1b95d04f713d9c56.Nicholas Clark2011-05-201-1/+1
* Increase t::OptreeCheck’s versionFather Chrysostomos2011-05-191-1/+1
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-194-4/+4
* Increase B::Concise’s versionFather Chrysostomos2011-05-191-1/+1
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-2/+2
* Minimise the actions of the BEGIN block in B.pmNicholas Clark2011-03-201-15/+17