| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert Safe's remaining hold out tests to Test::More | Nicholas Clark | 2011-01-25 | 2 | -58/+52 |
* | Extract the opcode data from regen/opcode.pl into regen/opcodes | Nicholas Clark | 2011-01-09 | 1 | -4/+1 |
* | Fix typos (spelling errors) in dist/* | Peter J. Acklam) (via RT | 2011-01-07 | 3 | -5/+5 |
* | Bump Safe's version to 2.29 | Rafael Garcia-Suarez | 2010-10-31 | 3 | -3/+6 |
* | Add &version::vxs::VCMP to Safe's default share | Rafael Garcia-Suarez | 2010-10-31 | 1 | -0/+1 |
* | Move regen scripts to regen/ | Steffen Mueller | 2010-10-10 | 1 | -1/+1 |
* | Bump Safe's VERSION to 2.28 | Rafael Garcia-Suarez | 2010-09-13 | 3 | -3/+7 |
* | Avoid infinite loop in _find_code_refs. | Rafael Garcia-Suarez | 2010-09-13 | 2 | -2/+17 |
* | die() no longer propagates outside of a Safe compartment | Rafael Garcia-Suarez | 2010-05-04 | 1 | -0/+1 |
* | Bump Safe's version to 2.27 and update Changes and META.yml | Rafael Garcia-Suarez | 2010-04-29 | 3 | -11/+23 |
* | Mention that Safe::reval() no wraps returned coderefs | Rafael Garcia-Suarez | 2010-04-29 | 1 | -3/+3 |
* | Revert "Un-TODO warning test" | Rafael Garcia-Suarez | 2010-04-29 | 1 | -0/+1 |
* | Wrap by default coderefs returned by rdo and reval | Rafael Garcia-Suarez | 2010-04-29 | 2 | -7/+3 |
* | Add &version::vxs::stringify to the default share | Rafael Garcia-Suarez | 2010-04-29 | 1 | -0/+1 |
* | Bump version to 2.26 | Rafael Garcia-Suarez | 2010-03-09 | 3 | -2/+5 |
* | More backwards-compatible way to force loading of SWASHNEW in Safe | Rafael Garcia-Suarez | 2010-03-09 | 2 | -3/+3 |
* | B::sub_generation is not available for perls < 5.8.9 | Rafael Garcia-Suarez | 2010-03-08 | 1 | -1/+12 |
* | Bump Safe to version 2.25 | Rafael Garcia-Suarez | 2010-03-07 | 3 | -2/+5 |
* | Further improvements to the security fix in 16ac9e9a4185d3315152ade5286d4dd3d... | Nick Cleaton | 2010-03-07 | 1 | -7/+8 |
* | Bump version to 2.24 and update Changes | Rafael Garcia-Suarez | 2010-03-06 | 3 | -2/+9 |
* | Clean the stashes from the Safe compartment after evaluation of code. | Rafael Garcia-Suarez | 2010-03-06 | 1 | -2/+28 |
* | Un-TODO warning test | Rafael Garcia-Suarez | 2010-02-28 | 1 | -1/+0 |
* | Remove unused variable, spotted by Alex Hunsaker | Rafael Garcia-Suarez | 2010-02-26 | 1 | -1/+0 |
* | Add methods wrap_code_ref and wrap_code_refs_within | Tim Bunce | 2010-02-26 | 4 | -105/+203 |
* | Also share SWASHGET in perls < 5.10, before it was translated from perl to C | Rafael Garcia-Suarez | 2010-02-24 | 1 | -1/+3 |
* | Add more version::vxs routines to the default share | Rafael Garcia-Suarez | 2010-02-23 | 1 | -0/+2 |
* | Add new test in Safe's MANIFEST | Rafael Garcia-Suarez | 2010-02-22 | 1 | -0/+1 |
* | Bump version to 2.23 | Rafael Garcia-Suarez | 2010-02-22 | 3 | -2/+8 |
* | Add some symbols from version::vxs to the default share | Rafael Garcia-Suarez | 2010-02-22 | 1 | -0/+3 |
* | [perl #72942] Can't perform unicode operations in Safe compartment | Tim Bunce | 2010-02-22 | 2 | -0/+64 |
* | Install Safe in "site" instead of "perl" for perls > 5.10 | Rafael Garcia-Suarez | 2010-02-22 | 1 | -1/+1 |
* | Bump Safe's version to 2.22 | Rafael Garcia-Suarez | 2010-02-11 | 3 | -2/+6 |
* | Silence spurious warning in new Safe test | Rafael Garcia-Suarez | 2010-02-11 | 1 | -4/+9 |
* | Bug in Safe 2.21 re propagating exceptions | Tim Bunce | 2010-02-11 | 2 | -2/+29 |
* | Bump version to 2.21 and add changelog | Rafael Garcia-Suarez | 2010-01-14 | 3 | -2/+6 |
* | Fixed the closure argument passing bug perl#72068 | Tim Bunce | 2010-01-14 | 1 | -1/+5 |
* | Fixed tests. | Tim Bunce | 2010-01-14 | 1 | -2/+2 |
* | Added tests for perl#72068 | Tim Bunce | 2010-01-14 | 1 | -5/+10 |
* | Omnibus strict and lax version parsing | David Golden | 2010-01-13 | 1 | -0/+2 |
* | Make the new test work in the core and bump version of Safe to 2.20 | Rafael Garcia-Suarez | 2009-12-01 | 4 | -7/+7 |
* | [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -Dusethreads | Tim Bunce | 2009-12-01 | 3 | -2/+61 |
* | Move Safe from ext/ to dist/ | Nicholas Clark | 2009-09-29 | 12 | -0/+1552 |