This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Module::CoreList: changelog for delta %deprecated
[perl5.git] / dist / Safe /
2013-05-24 David Goldenfix various podcheck nits
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-21 Rafael Garcia-SuarezUpgrade to Safe 2.35 from CPAN
2013-01-18 Ricardo Signesuse non-dev version for Safe
2012-06-29 Father ChrysostomosTest bug #111462, Safe + %^H + disallowed ops
2012-06-17 Chris 'BinGOs' Wil... Updated Safe to CPAN release 2.33
2012-04-03 Father ChrysostomosDecrease $Safe::VERSION to 2.31_01
2012-04-03 Father Chrysostomos[perl #111462] Move strict hints from %^H to $^H
2012-03-31 Father ChrysostomosSafe.pm: Don’t eval code under ‘no strict’
2012-03-31 Father ChrysostomosConvert safeops.t to test.pl
2012-03-31 Father ChrysostomosIncrease $Safe::VERSION to 2.32
2012-01-20 Karl WilliamsonSafe.pm: Make sure SWASHNEW is properly loaded
2011-12-06 Rafael Garcia-SuarezUpgrade to Safe 2.30
2011-01-25 Nicholas ClarkConvert Safe's remaining hold out tests to Test::More
2011-01-09 Nicholas ClarkExtract the opcode data from regen/opcode.pl into regen...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-10-31 Rafael Garcia-SuarezBump Safe's version to 2.29
2010-10-31 Rafael Garcia-SuarezAdd &version::vxs::VCMP to Safe's default share
2010-10-10 Steffen MuellerMove regen scripts to regen/
2010-09-13 Rafael Garcia-SuarezBump Safe's VERSION to 2.28
2010-09-13 Rafael Garcia-SuarezAvoid infinite loop in _find_code_refs.
2010-05-04 Rafael Garcia-Suarezdie() no longer propagates outside of a Safe compartment
2010-04-29 Rafael Garcia-SuarezBump Safe's version to 2.27 and update Changes and...
2010-04-29 Rafael Garcia-SuarezMention that Safe::reval() no wraps returned coderefs
2010-04-29 Rafael Garcia-SuarezRevert "Un-TODO warning test"
2010-04-29 Rafael Garcia-SuarezWrap by default coderefs returned by rdo and reval
2010-04-29 Rafael Garcia-SuarezAdd &version::vxs::stringify to the default share
2010-03-09 Rafael Garcia-SuarezBump version to 2.26
2010-03-09 Rafael Garcia-SuarezMore backwards-compatible way to force loading of SWASH...
2010-03-08 Rafael Garcia-SuarezB::sub_generation is not available for perls < 5.8.9
2010-03-07 Rafael Garcia-SuarezBump Safe to version 2.25
2010-03-07 Nick CleatonFurther improvements to the security fix in 16ac9e9a418...
2010-03-06 Rafael Garcia-SuarezBump version to 2.24 and update Changes
2010-03-06 Rafael Garcia-SuarezClean the stashes from the Safe compartment after evalu...
2010-02-28 Rafael Garcia-SuarezUn-TODO warning test
2010-02-26 Rafael Garcia-SuarezRemove unused variable, spotted by Alex Hunsaker
2010-02-26 Tim BunceAdd methods wrap_code_ref and wrap_code_refs_within
2010-02-24 Rafael Garcia-SuarezAlso share SWASHGET in perls < 5.10, before it was...
2010-02-23 Rafael Garcia-SuarezAdd more version::vxs routines to the default share
2010-02-22 Rafael Garcia-SuarezAdd new test in Safe's MANIFEST
2010-02-22 Rafael Garcia-SuarezBump version to 2.23
2010-02-22 Rafael Garcia-SuarezAdd some symbols from version::vxs to the default share
2010-02-22 Tim Bunce[perl #72942] Can't perform unicode operations in Safe...
2010-02-22 Rafael Garcia-SuarezInstall Safe in "site" instead of "perl" for perls...
2010-02-11 Rafael Garcia-SuarezBump Safe's version to 2.22
2010-02-11 Rafael Garcia-SuarezSilence spurious warning in new Safe test
2010-02-11 Tim BunceBug in Safe 2.21 re propagating exceptions
2010-01-14 Rafael Garcia-SuarezBump version to 2.21 and add changelog
2010-01-14 Tim BunceFixed the closure argument passing bug perl#72068
2010-01-14 Tim BunceFixed tests.
2010-01-14 Tim BunceAdded tests for perl#72068
2010-01-14 David GoldenOmnibus strict and lax version parsing
2009-11-30 Rafael Garcia-SuarezMake the new test work in the core and bump version...
2009-11-30 Tim Bunce[rt.cpan.org #51574] Safe.pm sort {} bug accessing...
2009-09-29 Nicholas ClarkMove Safe from ext/ to dist/