LOGONLY mark more threading optimisations as DOCed
[p5sagit/p5-mst-13.2.git] / dist / Safe /
2010-05-04 Rafael Garcia-Suarez die() no longer propagates outside of a Safe compartment
2010-04-29 Rafael Garcia-Suarez Bump Safe's version to 2.27 and update Changes and...
2010-04-29 Rafael Garcia-Suarez Mention that Safe::reval() no wraps returned coderefs
2010-04-29 Rafael Garcia-Suarez Revert "Un-TODO warning test"
2010-04-29 Rafael Garcia-Suarez Wrap by default coderefs returned by rdo and reval
2010-04-29 Rafael Garcia-Suarez Add &version::vxs::stringify to the default share
2010-03-09 Rafael Garcia-Suarez Bump version to 2.26
2010-03-09 Rafael Garcia-Suarez More backwards-compatible way to force loading of SWASH...
2010-03-08 Rafael Garcia-Suarez B::sub_generation is not available for perls < 5.8.9
2010-03-07 Rafael Garcia-Suarez Bump Safe to version 2.25
2010-03-07 Nick Cleaton Further improvements to the security fix in 16ac9e9a418...
2010-03-06 Rafael Garcia-Suarez Bump version to 2.24 and update Changes
2010-03-06 Rafael Garcia-Suarez Clean the stashes from the Safe compartment after evalu...
2010-02-28 Rafael Garcia-Suarez Un-TODO warning test
2010-02-26 Rafael Garcia-Suarez Remove unused variable, spotted by Alex Hunsaker
2010-02-26 Tim Bunce Add methods wrap_code_ref and wrap_code_refs_within
2010-02-24 Rafael Garcia-Suarez Also share SWASHGET in perls < 5.10, before it was...
2010-02-23 Rafael Garcia-Suarez Add more version::vxs routines to the default share
2010-02-22 Rafael Garcia-Suarez Add new test in Safe's MANIFEST
2010-02-22 Rafael Garcia-Suarez Bump version to 2.23
2010-02-22 Rafael Garcia-Suarez Add 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-Suarez Install Safe in "site" instead of "perl" for perls...
2010-02-11 Rafael Garcia-Suarez Bump Safe's version to 2.22
2010-02-11 Rafael Garcia-Suarez Silence spurious warning in new Safe test
2010-02-11 Tim Bunce Bug in Safe 2.21 re propagating exceptions
2010-01-14 Rafael Garcia-Suarez Bump version to 2.21 and add changelog
2010-01-14 Tim Bunce Fixed the closure argument passing bug perl#72068
2010-01-14 Tim Bunce Fixed tests.
2010-01-14 Tim Bunce Added tests for perl#72068
2010-01-14 David Golden Omnibus strict and lax version parsing
2009-11-30 Rafael Garcia-Suarez Make 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 Clark Move Safe from ext/ to dist/