summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.xs
Commit message (Expand)AuthorAgeFilesLines
* Opcode: check invariant at compile timeLukas Mai2017-07-161-1/+1
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-121-1/+1
* silence warning in Opcode.xsDavid Mitchell2016-08-151-3/+4
* Opcode.xs: silence compiler warningDavid Mitchell2015-11-241-2/+4
* comment out dead code in Opcode::Daniel Dragan2015-01-291-2/+9
* Use GIMME_V in OpcodeFather Chrysostomos2014-12-211-1/+1
* Propagate context properly in Safe->revalFather Chrysostomos2014-12-211-1/+2
* Critical bugfix in module Safe (Opcode). Version increased, changelog and tes...syber2014-08-051-1/+5
* Opcode: fix 'null argument' warningDavid Mitchell2013-11-131-1/+3
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-2/+2
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* fix various compiler warnings from XS codeZefram2010-12-111-2/+2
* All callers of get_op_bitspec() in Opcode.xs pass len, so don't call strlen().Nicholas Clark2010-11-011-2/+0
* Small refactoring of op_names_init() and put_op_bitspec() in Opcode.xsNicholas Clark2010-11-011-7/+3
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-151-4/+8
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-6/+6
* Purge all use of Nullch in non-dual life modules.Nicholas Clark2008-01-231-1/+1
* Invalidate ISA and method caches when calling a safe compartmentRafael Garcia-Suarez2006-09-071-0/+4
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* 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
* 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
* 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
* 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
* 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
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-2/+0
* Retract #11212.Jarkko Hietaniemi2001-07-081-1/+0
* (Retracted by #11223.)Graham Barr2001-07-081-0/+1
* [patch] -Wall cleanup round 2Doug MacEachern2001-02-181-1/+1
* A bug introduced in #8217 (the undefined variable in theJarkko Hietaniemi2001-01-231-6/+21
* Opcode.XS, fix memory leakCharles Lane2001-01-101-0/+1
* stuff for caller and _ in Safe::Charles Lane2000-12-151-0/+6
* localize %INC in a Safe compartment so that use/require workGurusamy Sarathy2000-06-301-1/+5
* 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
* 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
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-1/+2
* 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