summaryrefslogtreecommitdiff
path: root/dist/Safe/t
Commit message (Expand)AuthorAgeFilesLines
* Replace 'experimental::smartmatch' by 'deprecated' in testsPhilippe Bruhat (BooK)2023-02-251-1/+1
* version loads warnings, which loads Carp in older versionsTony Cook2022-08-311-1/+1
* Safe: safeutf8.t: Generalize for EBCDICKarl Williamson2021-07-251-2/+2
* Revert "Small changes to test on bugzilla and improve compatibility"Nicolas R2020-07-301-1/+1
* Small changes to test on bugzilla and improve compatibilityRyan Voots2020-07-301-1/+1
* Update Safe.pm to use tr/// to trigger loading utf8_heavy.pl.Ryan Voots2020-07-301-5/+1
* Replace multiple 'use vars' by 'our' in distNicolas R2017-11-112-4/+2
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+1
* fix dist/Safe/t/*.t that assumed '.' in @INCDavid Mitchell2017-04-071-1/+1
* Avoid deprecation warning.Abigail2017-01-171-1/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Remove code commented out since July 1996.James E Keenan2016-11-171-12/+0
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-1/+0
* 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
* Propagate context properly in Safe->revalFather Chrysostomos2014-12-211-0/+7
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-1/+2
* remove vestigal threadsv/threadsv_namedDavid Mitchell2014-09-191-1/+0
* Fix MANIFEST and Safe's changelogRafael Garcia-Suarez2014-08-051-1/+1
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-051-0/+32
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-1/+1
* Test bug #111462, Safe + %^H + disallowed opsFather Chrysostomos2012-06-291-1/+11
* Updated Safe to CPAN release 2.33Chris 'BinGOs' Williams2012-06-172-1/+39
* [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-312-2/+23
* Convert safeops.t to test.plFather Chrysostomos2012-03-311-2/+5
* Upgrade to Safe 2.30Rafael Garcia-Suarez2011-12-061-0/+21
* 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
* Move regen scripts to regen/Steffen Mueller2010-10-101-1/+1
* Avoid infinite loop in _find_code_refs.Rafael Garcia-Suarez2010-09-131-1/+10
* die() no longer propagates outside of a Safe compartmentRafael Garcia-Suarez2010-05-041-0/+1
* Revert "Un-TODO warning test"Rafael Garcia-Suarez2010-04-291-0/+1
* Wrap by default coderefs returned by rdo and revalRafael Garcia-Suarez2010-04-291-7/+1
* More backwards-compatible way to force loading of SWASHNEW in SafeRafael Garcia-Suarez2010-03-091-2/+2
* Un-TODO warning testRafael Garcia-Suarez2010-02-281-1/+0
* Add methods wrap_code_ref and wrap_code_refs_withinTim Bunce2010-02-262-2/+47
* [perl #72942] Can't perform unicode operations in Safe compartmentTim Bunce2010-02-221-0/+46
* Silence spurious warning in new Safe testRafael Garcia-Suarez2010-02-111-4/+9
* Bug in Safe 2.21 re propagating exceptionsTim Bunce2010-02-111-1/+14
* Fixed tests.Tim Bunce2010-01-141-2/+2
* Added tests for perl#72068Tim Bunce2010-01-141-5/+10
* Make the new test work in the core and bump version of Safe to 2.20Rafael Garcia-Suarez2009-12-011-5/+1
* [rt.cpan.org #51574] Safe.pm sort {} bug accessing $a and $b with -DusethreadsTim Bunce2009-12-011-0/+37
* Move Safe from ext/ to dist/Nicholas Clark2009-09-296-0/+766