summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.xs
Commit message (Expand)AuthorAgeFilesLines
* 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
* More fixups for thrperl integration.Malcolm Beattie1997-06-051-3/+4
* Always NUL-terminate opsetsChip Salzenberg1997-04-251-1/+1
* [inseparable changes from match from perl-5.003_97f to perl-5.003_97g]Perl 5 Porters1997-04-181-2/+3
* [inseparable changes from match from perl-5.003_97e to perl-5.003_97f]Perl 5 Porters1997-04-171-2/+2
* [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-6/+6
* Add support for tied filehandles.Perl 5 Porters1996-08-251-1/+1
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-1/+1
* Add Opcode extensionPerl 5 Porters1996-06-181-0/+471