summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-3/+3
* No more warnings from Opcode.cNikola Knezevic2002-01-171-1/+1
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-071-1/+0
* minor pod fix in Safe.pmRafael Garcia-Suarez2001-12-041-1/+1
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+2
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-1/+1
* Integrate changes #12652 and #12653 from maintperl;Jarkko Hietaniemi2001-10-251-4/+43
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-2/+0
* Custom OpsSimon Cozens2001-08-271-0/+2
* Retract #11212.Jarkko Hietaniemi2001-07-081-1/+0
* (Retracted by #11223.)Graham Barr2001-07-081-0/+1
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-292-2/+2
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-182-0/+144
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+1