summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.xs
Commit message (Expand)AuthorAgeFilesLines
* [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
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-35/+35
* applied patch, fixed one more leak, tweaked whitespace bugsGurusamy Sarathy1998-06-291-17/+21
* [asperl] various changes to get asperl working under BorlandGurusamy Sarathy1998-03-161-0/+5
* [win32] integrate mainline changesGurusamy Sarathy1998-03-071-1/+1
|\
| * [win32] change all 'sp' to 'SP' in code and in the docs. ExplicitlyGurusamy Sarathy1998-03-071-1/+1
* | [asperl] added AS patch#6Douglas Lankshear1998-02-141-4/+4
|/
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-1/+1
* Builds and passes all tests with gcc on Win32 - phew!Nick Ing-Simmons1997-12-011-3/+5
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-311-24/+8