summaryrefslogtreecommitdiff
path: root/lib/B/Op_private.pm
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.24.4, ahead of its impending releaseSteve Hay2018-02-281-1/+1
* Bump version to 5.24.3, ahead of its impending releaseSteve Hay2017-09-081-1/+1
* Bump version to 5.24.2, ahead of its impending releaseSteve Hay2017-02-231-1/+1
* Bump version to 5.24.1, ahead of its impending releaseSteve Hay2016-07-151-1/+1
* regen: B::Op_private and uconfig.hRicardo Signes2016-04-101-1/+1
* Bump version in various placesAbigail2016-03-201-1/+1
* bump version to 5.23.9Sawyer X2016-02-201-1/+1
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-2/+2
* more version bumpingStevan Little2016-01-201-1/+1
* Bump the perl version in various places for 5.23.7David Golden2015-12-211-1/+1
* Bump the perl version in various places for 5.23.6Abigail2015-11-201-1/+1
* Bump version to 5.23.5Steve Hay2015-10-201-1/+1
* Match ops no longer need OPpTARGET_MYFather Chrysostomos2015-09-291-2/+2
* Remove OPpGREP_LEXFather Chrysostomos2015-09-291-4/+0
* Bump the perl version in various places for 5.23.4.Peter Martini2015-09-211-1/+1
* Bump the perl version in various places for 5.23.3.Matthew Horsfall2015-08-201-1/+1
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-4/+10
* Bump version to 5.23.2Matthew Horsfall2015-07-201-1/+1
* Delete experimental autoderef featureAaron Crane2015-07-131-5/+2
* welcome to v5.23.1, please make regenRicardo Signes2015-06-201-1/+1
* version bump: make regen and make META.jsonRicardo Signes2015-06-011-1/+1
* bump version: make regenRicardo Signes2015-05-081-1/+1
* Bump version for 5.21.12 (although it's unlikely to happen)Steve Hay2015-04-211-1/+1
* [perl #123790] Disable targlex for some opsFather Chrysostomos2015-03-261-2/+2
* Bump version for 5.21.11 (if that happens)Steve Hay2015-03-201-1/+1
* [perl #123848] Allow OPpTARGET_MY on qrFather Chrysostomos2015-03-011-2/+2
* [perl #123763] pushre needs to permit OPpTARGET_MYHugo van der Sanden2015-02-281-2/+2
* added link to announcementSawyer X2015-02-211-1/+1
* [perl #123753] Fix assertion failure with map+mapFather Chrysostomos2015-02-061-0/+2
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-2/+10
* More bumpbing of version number to 5.21.9. Missed this yesterday.Matthew Horsfall2015-01-211-1/+1
* Add :const anon sub attributeFather Chrysostomos2015-01-191-0/+1
* complement can have OPpTARGET_MYFather Chrysostomos2015-01-051-2/+2
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-291-2/+2
* Bump version number to 5.21.8Max Maischein2014-12-211-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-8/+15
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* Bump the perl version in various places for 5.21.7Chris 'BinGOs' Williams2014-11-211-1/+1
* [perl #123161] Add %B::Op_private::ops_usingFather Chrysostomos2014-11-121-1/+91
* Don’t allow OPpTARGET_MY with integer negationFather Chrysostomos2014-11-101-1/+1
* Don’t allow OPpTARGET_MY on postdec/incFather Chrysostomos2014-11-091-1/+1
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-6/+0
* Allow OPpTARGET_MY on non-integer postdec/incFather Chrysostomos2014-11-081-1/+1
* Allow OPpTARGET_MY optimisation for splitFather Chrysostomos2014-11-081-1/+1
* Renumber op flags so TARGET_MY and OUR_INTRO differFather Chrysostomos2014-11-081-35/+35
* Allow OPpTARGET_MY optimisation for xFather Chrysostomos2014-11-071-1/+1
* Allow OPpTARGET_MY optimisation for vecFather Chrysostomos2014-11-071-1/+1
* regen/opcode.pl run for 5.21.6Abigail2014-10-201-1/+1
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-1/+1