summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* A bug introduced in #8217 (the undefined variable in theJarkko Hietaniemi2001-01-232-6/+22
* Opcode.XS, fix memory leakCharles Lane2001-01-101-0/+1
* stuff for caller and _ in Safe::Charles Lane2000-12-151-0/+6
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-2/+3
* Modernize Opcode.pm documentationGisle Aas2000-09-071-2/+2
* 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
* localize %INC in a Safe compartment so that use/require workGurusamy Sarathy2000-06-301-1/+5