This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove Class::ISA use from autouse tests
[perl5.git] / ext / Safe / Changes
CommitLineData
7d1d1f86
RGS
12.19 Tue Aug 25 2009
2 t/safeuniversal.t failure under 5.8.9 (Jerry D. Hedden)
3
42.18 released with perl 5.10.1
5 [perl #68530] "version::CLASS" warning in Safe.pm (Dave Mitchell)
6
72.17 Sun Jun 28 2009
8 Sync with code reorganisation in bleadperl
9 Plus new tests
10
112.16 Thu Mar 13 2008
12 Fix a few backcompat issues:
13
14 Change 33503 on 2008/03/13 by rgs@stcosmo
15 Regexp::DESTROY was only added in 5.8.1
16
17 Change 33278 on 2008/02/11 by rgs@stcosmo
18 Fix test to pass en 5.6.2 (unpack is needed by version.pm there)
19
202.15 Wed Feb 6 2008
21 Change 33238 on 2008/02/05 by rgs@stcosmo
22 Adapt Safe innards to older (XS) versions of version.pm
23
24 Change 33237 on 2008/02/05 by rgs@stcosmo
25 Add a new test for Safe
26
27 Change 33236 on 2008/02/05 by rgs@stcosmo
28 Fix CPAN bug #32896: make version.pm loadable in a Safe compartment
29
30 Change 33170 on 2008/02/01 by nicholas@nicholas-bouvard
31 Break apart the list of functions defined in universal.c by perl
32 version (from 5.8.8 upwards)
33
342.14 Mon Jan 30 2008
35 - Make Safe work with Perl 5.6 (changes 33102 and 33105 to perl)
36
372.13 Mon Jan 28 2008
38 - Backport the bleadperl version to CPAN. Changes:
39
40 Change 33096 on 2008/01/28 by rgs@stcosmo
41
42 Bump the version of Safe
43
44 Change 33093 on 2008/01/28 by rgs@stcosmo
45
46 In Safe, load Carp::Heavy only if it exists (to remain
47 compatible with older perls)
48
49 Change 32597 on 2007/12/08 by rgs@counterfly
50
51 Change maintainer address for Safe.
52
53 Change 32103 on 2007/10/12 by rgs@counterfly
54
55 Funny symbol table names can be shared, too
56
57 Change 32102 on 2007/10/12 by rgs@counterfly
58
59 Share the internal XS functions defined in universal.c
60 to Safe compartments
61
62 Change 31610 on 2007/07/13 by rgs@stcosmo
63
64 Use new style L<> links in POD
65
66 Change 26814 on 2006/01/13 by rgs@stencil
67
68 Add a link to the Opcode doc in Safe.
69 (see RT CPAN ticket #8579)
70
712.11 Fri Jul 2 2004
72 - Backport the bleadperl version to CPAN. Changes:
73
74 Change 22898 by rgs@valis on 2004/06/03 09:02:31
75
76 Carp was mostly unusable with Safe because it may require
77 Carp::Heavy at run-time (while require() is forbidden.)
78 Have Safe load Carp::Heavy.
79
80 Change 21063 by rgs@rgs-home on 2003/09/07 18:25:23
81
82 Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
83 From: Dave Mitchell <davem@fdgroup.com>
84 Date: Sun, 7 Sep 2003 19:14:44 +0100
85 Message-ID: <20030907181444.GA7058@fdgroup.com>
86
872.09 Sun Oct 6 14:12:40 CEST 2002
88 - Upgraded the Makefile.PL to install Safe.pm to the correct place.
89 - Made it work on 5.6 atleast, maybe even on 5.005?
90
912.08 Sat Oct 5 18:05:32 CEST 2002
92 - First CPAN release, prompted by bug number 17744 on rt.perl.org.
93 http://bugs6.perl.org/rt2/Ticket/Display.html?id=17744
94 - Change 17977 by rgs@rgs-home on 2002/10/04 20:01:54
95 Complement to change #17976 :
96 there was a similar bug on rdo().
97 Increment $Safe::VERSION.
98 - Change 17976 by rgs@rgs-home on 2002/10/04 19:44:48
99 Fix bug #17744, suggested by Andreas Jurenda,
100 tweaked by rgs (security hole in Safe).
101 - Change 17973 by rgs@rgs-home on 2002/10/03 20:34:13
102 Change the warning message "%s trapped by operation mask"
103 to include '' around the op name. Document it in perldiag.
104 - Change 17729 by hv@hv-star.knots.net on 2002/08/17 02:33:15
105 Subject: [PATCH] Safe.pm documentation
106 From: Slaven Rezic <slaven.rezic@berlin.de>
107 Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
108 Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>