summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
...
* Opcode.pm: wrap long verbatim pod lineFather Chrysostomos2014-11-281-1/+2
* speedup for SUPER::method() calls.syber2014-11-281-2/+2
* Add lvavref op typeFather Chrysostomos2014-10-111-1/+1
* Add lvrefslice op typeFather Chrysostomos2014-10-101-1/+1
* Add lvref op typeFather Chrysostomos2014-10-101-1/+1
* Increase $Opcode::VERSION to 1.29Father Chrysostomos2014-10-101-1/+1
* Add refassign op typeFather Chrysostomos2014-10-101-1/+1
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-052-2/+6
* Opcode: fix 'null argument' warningDavid Mitchell2013-11-132-2/+4
* Increase $Opcode::VERSION to 1.26Father Chrysostomos2013-09-131-1/+1
* Add new opcodes to Opcode.pmFather Chrysostomos2013-09-131-3/+4
* add padrange opDavid Mitchell2012-11-101-2/+2
* Add clonecv op typeFather Chrysostomos2012-09-151-1/+1
* Add introcv op typeFather Chrysostomos2012-09-151-1/+1
* Add padcv to Opcode.pmFather Chrysostomos2012-09-151-1/+1
* Opcode.pm: wrap long pod linesFather Chrysostomos2012-08-261-17/+24
* Increase $Opcode::VERSION to 1.24Father Chrysostomos2012-08-261-1/+1
* Remove boolkeys opFather Chrysostomos2012-08-261-1/+1
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-2/+2
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-2/+2
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-222-3/+3
* Add coreargs opFather Chrysostomos2011-08-181-2/+2
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-2/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* bump version of many modulesZefram2010-12-191-1/+1
* Convert ext/Opcode/t/ops.t to Test::MoreNicholas Clark2010-12-171-7/+5
* fix various compiler warnings from XS codeZefram2010-12-111-2/+2
* Test that Opcode loads without warnings.Nicholas Clark2010-11-091-3/+13
* Tidy up ext/Opcode/t/Opcode.t.Nicholas Clark2010-11-091-10/+10
* Convert ext/Opcode/t/Opcode.t to Test::More.Nicholas Clark2010-11-091-39/+39
* Add new ops in Opcode, so it does not warn at compilationRafael Garcia-Suarez2010-11-061-3/+3
* All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen().Nicholas Clark2010-11-011-2/+0
* Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xsNicholas Clark2010-11-011-7/+3
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-4/+8
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-152-7/+7
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-1/+2
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-282-4/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-062-0/+0
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-261-6/+0
* Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PLNicholas Clark2009-02-101-634/+0
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-151-1/+1
* Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pmRafael Garcia-Suarez2008-08-241-2/+6
* Regexp::DESTROY was only added in 5.8.1Rafael Garcia-Suarez2008-03-131-3/+4
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+2
* Adapt Safe innards to older (XS) versions of version.pmRafael Garcia-Suarez2008-02-051-0/+1
* Fix CPAN bug #32896: make version.pm loadable in a Safe compartmentRafael Garcia-Suarez2008-02-051-0/+2
* Break apart the list of functions defined in universal.c by perlNicholas Clark2008-02-011-13/+16
* Bump Safe's versionRafael Garcia-Suarez2008-01-301-1/+1
* Bump the version of SafeRafael Garcia-Suarez2008-01-281-1/+1