| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -3/+3 |
* | Bump version number of Safe for CPAN release | Rafael Garcia-Suarez | 2004-07-02 | 1 | -1/+1 |
* | Carp was mostly unusable with Safe because it may require | Rafael Garcia-Suarez | 2004-06-03 | 1 | -1/+2 |
* | Opcode.xs/RC2 compile nit on VMS | Craig A. Berry | 2003-11-05 | 1 | -1/+1 |
* | Fix for [perl #24347] segfault with Safe | Rafael Garcia-Suarez | 2003-11-02 | 1 | -2/+3 |
* | Re: [perl #23656] Safe reval bleeds local variable values | Dave Mitchell | 2003-09-07 | 1 | -10/+22 |
* | The blead version has got the dor. | Jarkko Hietaniemi | 2003-08-14 | 1 | -1/+1 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 2 | -0/+0 |
* | Upgrade Safe.pm to 2.09 after CPAN backport. | Artur Bergman | 2002-10-06 | 1 | -2/+2 |
* | Complement to change #17976 : | Rafael Garcia-Suarez | 2002-10-04 | 1 | -4/+4 |
* | Fix bug #17744, suggested by Andreas Jurenda, | Rafael Garcia-Suarez | 2002-10-04 | 1 | -3/+3 |
* | Change the warning message "%s trapped by operation mask" | Rafael Garcia-Suarez | 2002-10-03 | 2 | -2/+2 |
* | Safe.pm documentation | Slaven Rezic | 2002-08-17 | 1 | -2/+3 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -1/+1 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 1 | -3/+3 |
* | No more warnings from Opcode.c | Nikola Knezevic | 2002-01-17 | 1 | -1/+1 |
* | Extension nits found by -Wall (several from threads | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+0 |
* | minor pod fix in Safe.pm | Rafael Garcia-Suarez | 2001-12-04 | 1 | -1/+1 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 1 | -0/+2 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Integrate changes #12652 and #12653 from maintperl; | Jarkko Hietaniemi | 2001-10-25 | 1 | -4/+43 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -2/+0 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -0/+2 |
* | Retract #11212. | Jarkko Hietaniemi | 2001-07-08 | 1 | -1/+0 |
* | (Retracted by #11223.) | Graham Barr | 2001-07-08 | 1 | -0/+1 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 2 | -2/+2 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 2 | -0/+144 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -1/+1 |