| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | New opcode category :load, for require, dofile and caller. | Rafael Garcia-Suarez | 2007-10-09 | 1 | -4/+9 |
* | Change 31798 forgot to add the op 'once' to Opcode.pm | Nicholas Clark | 2007-09-06 | 1 | -1/+3 |
* | Use new style L<> links in POD | Rafael Garcia-Suarez | 2007-07-13 | 3 | -6/+5 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -1/+1 |
* | Invalidate ISA and method caches when calling a safe compartment | Rafael Garcia-Suarez | 2006-09-07 | 3 | -5/+7 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | Add a link to the Opcode doc in Safe. | Rafael Garcia-Suarez | 2006-01-13 | 1 | -1/+4 |
* | Bump $VERSION in many modules that have changed. | Nicholas Clark | 2006-01-12 | 2 | -2/+2 |
* | latest switch/say/~~ | Robin Houston | 2005-12-19 | 1 | -1/+6 |
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 1 | -2/+1 |
* | It looks like the only way to reliably make Perl_hv_name_set a pure | Nicholas Clark | 2005-09-18 | 1 | -1/+1 |
* | Typos in *.p[lm] | Piotr Fusik | 2005-08-02 | 2 | -3/+3 |
* | Remove :base_io from the set of default "safe" opcodes. | Rafael Garcia-Suarez | 2005-07-20 | 1 | -5/+7 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -1/+1 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -1/+1 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -33/+32 |