summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-282-4/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-062-0/+0
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-261-6/+0
* Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PLNicholas Clark2009-02-101-634/+0
* Bump VERSIONs in all non-dual-lived modules that have changedSteve Hay2008-09-151-1/+1
* 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
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+2
* 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
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+2
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
* Implement each @array.Nicholas Clark2007-12-201-2/+2
* 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
* New opcode category :load, for require, dofile and caller.Rafael Garcia-Suarez2007-10-091-4/+9
* Change 31798 forgot to add the op 'once' to Opcode.pmNicholas Clark2007-09-061-1/+3
* Use new style L<> links in PODRafael Garcia-Suarez2007-07-133-6/+5
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-1/+1
* Invalidate ISA and method caches when calling a safe compartmentRafael Garcia-Suarez2006-09-073-5/+7
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* Add a link to the Opcode doc in Safe.Rafael Garcia-Suarez2006-01-131-1/+4
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-122-2/+2
* latest switch/say/~~Robin Houston2005-12-191-1/+6
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-211-2/+1
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-1/+1
* Typos in *.p[lm]Piotr Fusik2005-08-022-3/+3
* Remove :base_io from the set of default "safe" opcodes.Rafael Garcia-Suarez2005-07-201-5/+7
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-1/+1
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-33/+32
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-3/+3
* 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
* Opcode.xs/RC2 compile nit on VMSCraig A. Berry2003-11-051-1/+1
* Fix for [perl #24347] segfault with SafeRafael Garcia-Suarez2003-11-021-2/+3
* Re: [perl #23656] Safe reval bleeds local variable valuesDave Mitchell2003-09-071-10/+22
* The blead version has got the dor.Jarkko Hietaniemi2003-08-141-1/+1
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-282-0/+0
* 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-032-2/+2
* Safe.pm documentationSlaven Rezic2002-08-171-2/+3
* Defined-or patch (cleaned up)Brent Dax2002-08-051-1/+1