| Commit message (Expand) | Author | Age | Files | Lines |
* | Critical bugfix in module Safe (Opcode). Version increased, changelog and tes... | syber | 2014-08-05 | 2 | -2/+6 |
* | Opcode: fix 'null argument' warning | David Mitchell | 2013-11-13 | 2 | -2/+4 |
* | Increase $Opcode::VERSION to 1.26 | Father Chrysostomos | 2013-09-13 | 1 | -1/+1 |
* | Add new opcodes to Opcode.pm | Father Chrysostomos | 2013-09-13 | 1 | -3/+4 |
* | add padrange op | David Mitchell | 2012-11-10 | 1 | -2/+2 |
* | Add clonecv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add introcv op type | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Add padcv to Opcode.pm | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 |
* | Opcode.pm: wrap long pod lines | Father Chrysostomos | 2012-08-26 | 1 | -17/+24 |
* | Increase $Opcode::VERSION to 1.24 | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Remove boolkeys op | Father Chrysostomos | 2012-08-26 | 1 | -1/+1 |
* | Implement the fc keyword and the \F string escape. | Brian Fraser | 2012-01-29 | 1 | -2/+2 |
* | [perl #80628] __SUB__ | Father Chrysostomos | 2011-11-22 | 1 | -2/+2 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 2 | -3/+3 |
* | Add coreargs op | Father Chrysostomos | 2011-08-18 | 1 | -2/+2 |
* | Split OP_AELEMFAST_LEX out from OP_AELEMFAST. | Nicholas Clark | 2011-06-12 | 1 | -2/+2 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | Convert ext/Opcode/t/ops.t to Test::More | Nicholas Clark | 2010-12-17 | 1 | -7/+5 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -2/+2 |
* | Test that Opcode loads without warnings. | Nicholas Clark | 2010-11-09 | 1 | -3/+13 |
* | Tidy up ext/Opcode/t/Opcode.t. | Nicholas Clark | 2010-11-09 | 1 | -10/+10 |
* | Convert ext/Opcode/t/Opcode.t to Test::More. | Nicholas Clark | 2010-11-09 | 1 | -39/+39 |
* | Add new ops in Opcode, so it does not warn at compilation | Rafael Garcia-Suarez | 2010-11-06 | 1 | -3/+3 |
* | All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen(). | Nicholas Clark | 2010-11-01 | 1 | -2/+0 |
* | Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xs | Nicholas Clark | 2010-11-01 | 1 | -7/+3 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP) | Nicholas Clark | 2009-10-15 | 1 | -4/+8 |
* | Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments. | Nicholas Clark | 2009-10-15 | 2 | -7/+7 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -1/+2 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 2 | -4/+0 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 2 | -0/+0 |
* | make_ext.pl's automatic Makefile.PL generation can write these five for us. | Nicholas Clark | 2009-03-26 | 1 | -6/+0 |
* | Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PL | Nicholas Clark | 2009-02-10 | 1 | -634/+0 |
* | Bump VERSIONs in all non-dual-lived modules that have changed | Steve Hay | 2008-09-15 | 1 | -1/+1 |
* | Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pm | Rafael Garcia-Suarez | 2008-08-24 | 1 | -2/+6 |
* | Regexp::DESTROY was only added in 5.8.1 | Rafael Garcia-Suarez | 2008-03-13 | 1 | -3/+4 |
* | Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?) | Vincent Pit | 2008-02-23 | 1 | -0/+2 |
* | Adapt Safe innards to older (XS) versions of version.pm | Rafael Garcia-Suarez | 2008-02-05 | 1 | -0/+1 |
* | Fix CPAN bug #32896: make version.pm loadable in a Safe compartment | Rafael Garcia-Suarez | 2008-02-05 | 1 | -0/+2 |
* | Break apart the list of functions defined in universal.c by perl | Nicholas Clark | 2008-02-01 | 1 | -13/+16 |
* | Bump Safe's version | Rafael Garcia-Suarez | 2008-01-30 | 1 | -1/+1 |
* | Bump the version of Safe | Rafael Garcia-Suarez | 2008-01-28 | 1 | -1/+1 |
* | In Safe, load Carp::Heavy only if it exists (to remain | Rafael Garcia-Suarez | 2008-01-28 | 1 | -1/+3 |
* | Eliminate the OP_SETSTATE, which had been disabled by change 4309. | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | Purge all use of Nullch in non-dual life modules. | Nicholas Clark | 2008-01-23 | 1 | -1/+1 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -2/+2 |
* | Change maintainer address for Safe. | Rafael Garcia-Suarez | 2007-12-08 | 1 | -4/+4 |
* | Funny symbol table names can be shared, too | Rafael Garcia-Suarez | 2007-10-12 | 1 | -3/+0 |
* | Share the internal XS functions defined in universal.c | Rafael Garcia-Suarez | 2007-10-12 | 1 | -1/+49 |