summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* In Safe, load Carp::Heavy only if it exists (to remainRafael Garcia-Suarez2008-01-281-1/+3
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+2
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
* Implement each @array.Nicholas Clark2007-12-201-2/+2
* Change maintainer address for Safe.Rafael Garcia-Suarez2007-12-081-4/+4
* Funny symbol table names can be shared, tooRafael Garcia-Suarez2007-10-121-3/+0
* Share the internal XS functions defined in universal.cRafael Garcia-Suarez2007-10-121-1/+49
* New opcode category :load, for require, dofile and caller.Rafael Garcia-Suarez2007-10-091-4/+9
* Change 31798 forgot to add the op 'once' to Opcode.pmNicholas Clark2007-09-061-1/+3
* Use new style L<> links in PODRafael Garcia-Suarez2007-07-133-6/+5
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+1
* Invalidate ISA and method caches when calling a safe compartmentRafael Garcia-Suarez2006-09-073-5/+7
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* Add a link to the Opcode doc in Safe.Rafael Garcia-Suarez2006-01-131-1/+4
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-122-2/+2