Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/ext/Safe/t/
Dsafe1.t26 use Safe 1.00;
34 $cpt = new Safe or die;
35 $cpt = new Safe or die;
36 $cpt = new Safe or die;
38 $cpt = new Safe "Root" or die;
Dsafe2.t23 use Safe 1.00;
37 $cpt = new Safe or die;
38 $cpt = new Safe or die;
40 $cpt = new Safe "Root";
Dsafe3.t22 use Safe;
24 my $safe = new Safe;
36 my $safe2 = new Safe;
/mirbsd/src/gnu/usr.bin/perl/ext/Opcode/
DSafe.pm1 package Safe; package
6 $Safe::VERSION = "2.12";
/mirbsd/src/gnu/usr.bin/perl/
DChanges5.0021219 NETaa15211: use mnemonic names in Safe setup
1221 Files patched: ext/Safe/Safe.pm
1226 Files patched: ext/Safe/Safe.pm global.sym keywords.pl opcode.pl pp.c toke.c
1236 Files patched: Makefile.SH embed.h ext/Safe/Safe.pm keywords.h opcode.h opcode.h opcode.pl perly.c …
1250 ….pm ext/SDBM_File/Makefile.PL ext/SDBM_File/SDBM_File.pm ext/Safe/Makefile.PL ext/Safe/Safe.pm ext…
1254 …DBM_File/ODBM_File.pm ext/POSIX/POSIX.pm ext/SDBM_File/SDBM_File.pm ext/Safe/Safe.pm ext/Socket/So…
1295 Files patched: doio.c embed.h ext/Safe/Safe.pm ext/Safe/Safe.xs global.sym op.c opcode.h opcode.pl …
1361 NETaa15344: Safe gets confused about malloc on AIX
1363 Files patched: ext/Safe/Safe.xs
1598 Index: ext/Safe/Makefile.PL
[all …]
DChanges5.8.5180 Log: Remove the Safe $VERSION FIXME.
316 Bump version number of Safe for CPAN release
318 !> ext/File/Glob/Glob.pm ext/Opcode/Safe.pm
340 Maintainer change for Safe
827 Carp was mostly unusable with Safe because it may require
829 Have Safe load Carp::Heavy.
863 !> configpm ext/Opcode/Safe.pm lib/Carp.pm lib/Carp.t
DMakefile.bsd-wrapper1414 Safe 3p lib/Safe.pm \
DMANIFEST722 ext/Opcode/Safe.pm Safe extension Perl module
771 ext/Safe/t/safe1.t See if Safe works
772 ext/Safe/t/safe2.t See if Safe works
773 ext/Safe/t/safe3.t See if Safe works
DChanges5.8.11423 Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
3324 - ext/Safe/t/safeops.t
3331 !> ext/Safe/t/safeops.t
3367 Add a new regression test for Safe : tests that all ops
3368 can be trapped by a Safe compartement (except for the ones
3422 +> ext/Safe/t/safeops.t
4679 Arthur maintains Safe.
5051 - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
5926 Safe compartments were unable to trap some ops (pattern
5933 Subject: [PATCH] Safe signals via POSIX::sigaction
[all …]
DChanges5.0051582 Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
1620 ! ext/Opcode/Safe.pm ext/Opcode/ops.pm ext/re/re.pm
6868 Log: Title: "Fix memory leak in Safe module"
6871 Files: ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6873 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
7725 ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18816 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
18846 + ext/Opcode/Opcode.pm ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
18929 - ext/Safe/Makefile.PL ext/Safe/Safe.pm ext/Safe/Safe.xs
19223 + ext/SDBM_File/typemap ext/Safe/Makefile.PL ext/Safe/Safe.pm
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/
Dcode.t44 use Safe;
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperl585delta.pod27 Carp improved to work nicely with Safe. Carp's message reporting should now
68 Safe now works properly with Carp
Droffitall250 $libdir/Safe.3 \
Dperl5004delta.pod229 =head2 New Opcode module and revised Safe module
232 application of opcode masks. The revised Safe module has a new API
234 Opcode and Safe documentation.
Dperlipc.pod38 dump - see L</Deferred Signals (Safe Signals)> below.
296 =head2 Deferred Signals (Safe Signals)
540 =head2 Safe Pipe Opens
Dperl570delta.pod220 C<%INC> now localised in a Safe compartment so that use/require work.
Dperlsec.pod333 run this." For that kind of safety, check out the Safe module,
Dperl588delta.pod954 C<Safe> upgraded to version 2.12
Dperl58delta.pod43 Safe Signals
477 =head2 Safe Signals
1405 In Safe, C<%INC> is now localised in a Safe compartment so that
/mirbsd/src/gnu/usr.bin/perl/lib/
DCPAN.pm22 use Safe ();
3402 my($comp) = Safe->new("CPAN::Safe1");
3706 my($comp) = Safe->new();
4261 my($comp) = Safe->new();
/mirbsd/src/gnu/usr.bin/perl/win32/
DMakefile1156 -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
Dmakefile.mk1330 -del /f $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
/mirbsd/src/gnu/usr.bin/perl/NetWare/
DMakefile1438 -del /f /q $(LIBDIR)\ops.pm $(LIBDIR)\Safe.pm
/mirbsd/src/distrib/lists/base/gnu/
Dmd.i386146 ./usr/libdata/perl5/i386-mirbsd/5.8.8/Safe.pm
Dmd.sparc146 ./usr/libdata/perl5/sparc-mirbsd/5.8.8/Safe.pm

12