summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'avar/POSIX-strptime' into blead"Ævar Arnfjörð Bjarmason2012-02-151-1/+1
* Initial hack at strptime(); just literal strings for nowPaul "LeoNerd" Evans2012-02-111-1/+1
* B.pm: Document stashflagsFather Chrysostomos2012-01-311-0/+2
* In B.xs, use *pvf() functions to reduce the number of API calls.Nicholas Clark2012-01-311-7/+5
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-231-1/+1
* Increase $B::VERSION to 1.34Father Chrysostomos2012-01-231-1/+1
* B.xs add missing B::COP::stashflagsReini Urban2012-01-231-0/+11
* B.pm POD: revise 44f7f2d5b1 on IoFLAGSReini Urban2012-01-231-2/+0
* B.pm: spaces after dotsFather Chrysostomos2012-01-191-28/+29
* B.pm: wording tweaksFather Chrysostomos2012-01-191-3/+4
* Make B’s pod fit in 79 colsFather Chrysostomos2012-01-191-2/+2
* Document B::PV’s LEN and CUR methodsFather Chrysostomos2012-01-191-1/+11
* Increase $B::VERSION to 1.32Father Chrysostomos2012-01-191-1/+1
* B.pm: fix and add B::IO documentationReini Urban2012-01-191-3/+28
* [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