| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize Opcode.pm documentation | Gisle Aas | 2000-09-07 | 1 | -2/+2 |
* | From now on, Gisle is on my list of usual suspects :-) | Jarkko Hietaniemi | 2000-08-30 | 1 | -18/+18 |
* | Retry what #6882 attempted. | Gisle Aas | 2000-08-29 | 1 | -18/+18 |
* | Retract #6882, broke the safe tests. | Jarkko Hietaniemi | 2000-08-29 | 1 | -5/+4 |
* | [ID 20000829.004] Sharing leak root name into safe compartment | Gisle Aas | 2000-08-29 | 1 | -4/+5 |
* | localize %INC in a Safe compartment so that use/require work | Gurusamy Sarathy | 2000-06-30 | 1 | -1/+5 |
* | s/use vars/our/g modules that aren't independently maintained on CPAN | Gurusamy Sarathy | 2000-01-23 | 2 | -4/+3 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -3/+3 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+1 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -0/+2 |
* | fix DATA leaks; reword documentation about the DATA filehandle | Gurusamy Sarathy | 1999-09-12 | 1 | -1/+1 |
* | initial implementation of lvalue subroutines (slightly fixed | Gurusamy Sarathy | 1999-09-05 | 1 | -1/+1 |
* | optimize method name lookup | Chip Salzenberg | 1999-07-26 | 1 | -1/+1 |
* | applied suggested patch for tracking line numbers correctly in | Hugo van der Sanden | 1999-07-23 | 1 | -1/+1 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -0/+1 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -39/+44 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -6/+6 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -1/+1 |
* | add statement-modifier loops to :base_loop class | Gurusamy Sarathy | 1999-03-25 | 1 | -2/+2 |
* | CPAN update (CPAN-1.44_54) from Andreas and | Abigail | 1999-01-21 | 2 | -3/+3 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | remaining PL_foo stragglers | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | correct bugs exposed in MM_Unix.pm by commenting out Selfloader | Gurusamy Sarathy | 1998-10-15 | 1 | -1/+1 |
* | fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2 | Gurusamy Sarathy | 1998-07-21 | 1 | -1/+1 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -3/+3 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -35/+35 |
* | added patch, tweaked PERL_OBJECT things | Graham Barr | 1998-07-13 | 1 | -1/+1 |
* | add patch, along with all the missing bits, and doc tweaks | Ilya Zakharevich | 1998-07-11 | 1 | -1/+1 |
* | applied patch, fixed one more leak, tweaked whitespace bugs | Gurusamy Sarathy | 1998-06-29 | 2 | -24/+32 |
* | [asperl] integrate mainline changes (untested) | Gurusamy Sarathy | 1998-05-18 | 1 | -2/+2 |
|\ |
|
| * | [win32] merge change#897 from maintbranch | Gurusamy Sarathy | 1998-05-14 | 1 | -2/+2 |
* | | [asperl] various changes to get asperl working under Borland | Gurusamy Sarathy | 1998-03-16 | 1 | -0/+5 |
* | | [win32] integrate mainline changes | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [win32] change all 'sp' to 'SP' in code and in the docs. Explicitly | Gurusamy Sarathy | 1998-03-07 | 1 | -1/+1 |
* | | [asperl] added AS patch#6 | Douglas Lankshear | 1998-02-14 | 1 | -4/+4 |
|/ |
|
* | Newer -DLEAKTEST patch | Ilya Zakharevich | 1998-02-06 | 1 | -1/+1 |
* | Builds and passes all tests with gcc on Win32 - phew! | Nick Ing-Simmons | 1997-12-01 | 1 | -3/+5 |
* | Initial integration of ansi branch into mainline (untested). | Malcolm Beattie | 1997-11-11 | 2 | -25/+9 |
|\ |
|
| * | Add :base_thread to :default in Opcode.pm | Nick Ing-Simmons | 1997-11-08 | 1 | -1/+1 |
| * | Raw integrate of latest perl | Nick Ing-Simmons | 1997-11-07 | 1 | -2/+2 |
| |\ |
|
| * | | Further ANSI changes now builds and passes (most) tests | Nick Ing-Simmons | 1997-10-31 | 1 | -24/+8 |
* | | | Change name of OP_SPECIFIC to OP_THREADSV. Fixed perl_get_sv when | Malcolm Beattie | 1997-11-11 | 1 | -1/+1 |
| |/
|/| |
|
* | | Per-thread magicals mostly working (and localisable). Now getting | Malcolm Beattie | 1997-11-05 | 1 | -2/+2 |
|/ |
|
* | Add new keyword "lock" to Opcode.pm | Malcolm Beattie | 1997-09-03 | 1 | -0/+6 |
* | More fixups for thrperl integration. | Malcolm Beattie | 1997-06-05 | 3 | -5/+6 |
* | Always NUL-terminate opsets | Chip Salzenberg | 1997-04-25 | 1 | -1/+1 |
* | Silence warnings on simple C<use ops> | Roderick Schertler | 1997-04-23 | 1 | -2/+2 |
* | [inseparable changes from match from perl-5.003_97f to perl-5.003_97g] | Perl 5 Porters | 1997-04-18 | 3 | -6/+7 |
* | [inseparable changes from match from perl-5.003_97e to perl-5.003_97f] | Perl 5 Porters | 1997-04-17 | 3 | -6/+8 |