summaryrefslogtreecommitdiff
path: root/dist/Safe
Commit message (Expand)AuthorAgeFilesLines
* dist/Safe/t/safeutf8.t: Fix to work on early PerlsKarl Williamson2015-03-131-1/+6
* dist/Safe/t/safeutf8.t: Generalize to non-ASCII platformKarl Williamson2015-03-091-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-291-1/+1
* Revert "Corrections to spelling and grammatical errors."James E Keenan2015-01-291-1/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* Correct perl ver in Safe ChangesFather Chrysostomos2015-01-111-1/+1
* Increase $Safe::VERSION to 2.39Father Chrysostomos2014-12-211-1/+1
* Safe Changes updateFather Chrysostomos2014-12-211-0/+4
* Propagate context properly in Safe->revalFather Chrysostomos2014-12-212-1/+14
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+2
* remove vestigal threadsv/threadsv_namedDavid Mitchell2014-09-191-1/+0
* Regenerate local Safe MANIFESTRafael Garcia-Suarez2014-08-051-3/+4
* Fix MANIFEST and Safe's changelogRafael Garcia-Suarez2014-08-052-3/+9
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-053-1/+36
* Increase $Safe::VERSION to 2.37Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-1/+1
* fix various podcheck nitsDavid Golden2013-05-231-4/+2
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-1/+1
* Upgrade to Safe 2.35 from CPANRafael Garcia-Suarez2013-02-213-3/+16
* use non-dev version for SafeRicardo Signes2013-01-171-1/+1
* Test bug #111462, Safe + %^H + disallowed opsFather Chrysostomos2012-06-291-1/+11
* Updated Safe to CPAN release 2.33Chris 'BinGOs' Williams2012-06-176-20/+71
* Decrease $Safe::VERSION to 2.31_01Father Chrysostomos2012-04-031-1/+1
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-1/+9
* Safe.pm: Don’t eval code under ‘no strict’Father Chrysostomos2012-03-313-5/+26
* Convert safeops.t to test.plFather Chrysostomos2012-03-311-2/+5
* Increase $Safe::VERSION to 2.32Father Chrysostomos2012-03-311-1/+1
* 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