summaryrefslogtreecommitdiff
path: root/ext/Opcode/Safe.pm
Commit message (Expand)AuthorAgeFilesLines
* Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PLNicholas Clark2009-02-101-634/+0
* Patch by Tod Hagan to document the 2nd argument of reval() in Safe.pmRafael Garcia-Suarez2008-08-241-2/+6
* Regexp::DESTROY was only added in 5.8.1Rafael Garcia-Suarez2008-03-131-3/+4
* Adapt Safe innards to older (XS) versions of version.pmRafael Garcia-Suarez2008-02-051-0/+1
* Fix CPAN bug #32896: make version.pm loadable in a Safe compartmentRafael Garcia-Suarez2008-02-051-0/+2
* Break apart the list of functions defined in universal.c by perlNicholas Clark2008-02-011-13/+16
* Bump Safe's versionRafael Garcia-Suarez2008-01-301-1/+1
* Bump the version of SafeRafael Garcia-Suarez2008-01-281-1/+1
* In Safe, load Carp::Heavy only if it exists (to remainRafael Garcia-Suarez2008-01-281-1/+3
* Change maintainer address for Safe.Rafael Garcia-Suarez2007-12-081-4/+4
* Funny symbol table names can be shared, tooRafael Garcia-Suarez2007-10-121-3/+0
* Share the internal XS functions defined in universal.cRafael Garcia-Suarez2007-10-121-1/+49
* Use new style L<> links in PODRafael Garcia-Suarez2007-07-131-1/+1
* Add a link to the Opcode doc in Safe.Rafael Garcia-Suarez2006-01-131-1/+4
* Bump version number of Safe for CPAN releaseRafael Garcia-Suarez2004-07-021-1/+1
* Carp was mostly unusable with Safe because it may requireRafael Garcia-Suarez2004-06-031-1/+2
* Re: [perl #23656] Safe reval bleeds local variable valuesDave Mitchell2003-09-071-10/+22
* Upgrade Safe.pm to 2.09 after CPAN backport.Artur Bergman2002-10-061-2/+2
* Complement to change #17976 :Rafael Garcia-Suarez2002-10-041-4/+4
* Fix bug #17744, suggested by Andreas Jurenda,Rafael Garcia-Suarez2002-10-041-3/+3
* Change the warning message "%s trapped by operation mask"Rafael Garcia-Suarez2002-10-031-1/+1
* Safe.pm documentationSlaven Rezic2002-08-171-2/+3
* minor pod fix in Safe.pmRafael Garcia-Suarez2001-12-041-1/+1
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-291-1/+1
* A bug introduced in #8217 (the undefined variable in theJarkko Hietaniemi2001-01-231-0/+1
* From now on, Gisle is on my list of usual suspects :-)Jarkko Hietaniemi2000-08-301-18/+18
* Retry what #6882 attempted.Gisle Aas2000-08-291-18/+18
* Retract #6882, broke the safe tests.Jarkko Hietaniemi2000-08-291-5/+4
* [ID 20000829.004] Sharing leak root name into safe compartmentGisle Aas2000-08-291-4/+5
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-2/+1
* fix DATA leaks; reword documentation about the DATA filehandleGurusamy Sarathy1999-09-121-1/+1
* CPAN update (CPAN-1.44_54) from Andreas andAbigail1999-01-211-2/+2
* applied patch, fixed one more leak, tweaked whitespace bugsGurusamy Sarathy1998-06-291-7/+11
* [inseparable changes from match from perl-5.003_94 to perl-5.003_95]Perl 5 Porters1997-03-221-10/+11
* [inseparable changes from patch from perl5.003_11 to perl5.003_12]Perl 5 Porters1996-12-191-4/+3
* Pod typos, pod2man bugs, and miscellaneous installation commentsJoseph S. Myers1996-09-201-4/+4
* New Opcode extension subsumes SafePerl 5 Porters1996-06-181-0/+555