summaryrefslogtreecommitdiff
path: root/dist/Safe
Commit message (Expand)AuthorAgeFilesLines
* Safe.pm: Make sure SWASHNEW is properly loadedKarl Williamson2012-01-202-5/+9
* Upgrade to Safe 2.30Rafael Garcia-Suarez2011-12-065-12/+39
* Convert Safe's remaining hold out tests to Test::MoreNicholas Clark2011-01-252-58/+52
* Extract the opcode data from regen/opcode.pl into regen/opcodesNicholas Clark2011-01-091-4/+1
* Fix typos (spelling errors) in dist/*Peter J. Acklam) (via RT2011-01-073-5/+5
* Bump Safe's version to 2.29Rafael Garcia-Suarez2010-10-313-3/+6
* Add &version::vxs::VCMP to Safe's default shareRafael Garcia-Suarez2010-10-311-0/+1
* Move regen scripts to regen/Steffen Mueller2010-10-101-1/+1
* Bump Safe's VERSION to 2.28Rafael Garcia-Suarez2010-09-133-3/+7
* Avoid infinite loop in _find_code_refs.Rafael Garcia-Suarez2010-09-132-2/+17
* die() no longer propagates outside of a Safe compartmentRafael Garcia-Suarez2010-05-041-0/+1
* Bump Safe's version to 2.27 and update Changes and META.ymlRafael Garcia-Suarez2010-04-293-11/+23
* Mention that Safe::reval() no wraps returned coderefsRafael Garcia-Suarez2010-04-291-3/+3
* Revert "Un-TODO warning test"Rafael Garcia-Suarez2010-04-291-0/+1
* Wrap by default coderefs returned by rdo and revalRafael Garcia-Suarez2010-04-292-7/+3
* Add &version::vxs::stringify to the default shareRafael Garcia-Suarez2010-04-291-0/+1
* Bump version to 2.26Rafael Garcia-Suarez2010-03-093-2/+5
* More backwards-compatible way to force loading of SWASHNEW in SafeRafael Garcia-Suarez2010-03-092-3/+3
* B::sub_generation is not available for perls < 5.8.9Rafael Garcia-Suarez2010-03-081-1/+12
* Bump Safe to version 2.25Rafael Garcia-Suarez2010-03-073-2/+5
* Further improvements to the security fix in 16ac9e9a4185d3315152ade5286d4dd3d...Nick Cleaton2010-03-071-7/+8
* Bump version to 2.24 and update ChangesRafael Garcia-Suarez2010-03-063-2/+9
* Clean the stashes from the Safe compartment after evaluation of code.Rafael Garcia-Suarez2010-03-061-2/+28
* Un-TODO warning testRafael Garcia-Suarez2010-02-281-1/+0
* Remove unused variable, spotted by Alex HunsakerRafael Garcia-Suarez2010-02-261-1/+0
* Add methods wrap_code_ref and wrap_code_refs_withinTim Bunce2010-02-264-105/+203
* Also share SWASHGET in perls < 5.10, before it was translated from perl to CRafael Garcia-Suarez2010-02-241-1/+3
* Add more version::vxs routines to the default shareRafael Garcia-Suarez2010-02-231-0/+2
* Add new test in Safe's MANIFESTRafael Garcia-Suarez2010-02-221-0/+1
* Bump version to 2.23Rafael Garcia-Suarez2010-02-223-2/+8
* Add some symbols from version::vxs to the default shareRafael Garcia-Suarez2010-02-221-0/+3
* [perl #72942] Can't perform unicode operations in Safe compartmentTim Bunce2010-02-222-0/+64
* Install Safe in "site" instead of "perl" for perls > 5.10Rafael Garcia-Suarez2010-02-221-1/+1
* Bump Safe's version to 2.22Rafael Garcia-Suarez2010-02-113-2/+6
* Silence spurious warning in new Safe testRafael Garcia-Suarez2010-02-111-4/+9
* Bug in Safe 2.21 re propagating exceptionsTim Bunce2010-02-112-2/+29
* Bump version to 2.21 and add changelogRafael Garcia-Suarez2010-01-143-2/+6
* Fixed the closure argument passing bug perl#72068Tim Bunce2010-01-141-1/+5
* Fixed tests.Tim Bunce2010-01-141-2/+2
* Added tests for perl#72068Tim Bunce2010-01-141-5/+10
* Omnibus strict and lax version parsingDavid Golden2010-01-131-0/+2
* Make the new test work in the core and bump version of Safe to 2.20Rafael Garcia-Suarez2009-12-014-7/+7
* [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -DusethreadsTim Bunce2009-12-013-2/+61
* Move Safe from ext/ to dist/Nicholas Clark2009-09-2912-0/+1552