summaryrefslogtreecommitdiff
path: root/ext/Opcode
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-232-4/+3
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-031-3/+3
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-1/+1
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-0/+2
* fix DATA leaks; reword documentation about the DATA filehandleGurusamy Sarathy1999-09-121-1/+1
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-1/+1
* optimize method name lookupChip Salzenberg1999-07-261-1/+1
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-1/+1
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-39/+44
* remove _() non-ansismGurusamy Sarathy1999-06-021-6/+6
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-041-1/+1
* add statement-modifier loops to :base_loop classGurusamy Sarathy1999-03-251-2/+2
* CPAN update (CPAN-1.44_54) from Andreas andAbigail1999-01-212-3/+3
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* remaining PL_foo stragglersGurusamy Sarathy1998-10-301-1/+1
* correct bugs exposed in MM_Unix.pm by commenting out SelfloaderGurusamy Sarathy1998-10-151-1/+1
* fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2Gurusamy Sarathy1998-07-211-1/+1
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-3/+3
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-35/+35
* added patch, tweaked PERL_OBJECT thingsGraham Barr1998-07-131-1/+1