| Commit message (Expand) | Author | Age | Files | Lines |
* | Safe.pm documentation | Slaven Rezic | 2002-08-17 | 1 | -2/+3 |
* | Defined-or patch (cleaned up) | Brent Dax | 2002-08-05 | 1 | -1/+1 |
* | various signed/unsigned mismatch nits | Gurusamy Sarathy | 2002-04-26 | 1 | -3/+3 |
* | No more warnings from Opcode.c | Nikola Knezevic | 2002-01-17 | 1 | -1/+1 |
* | Extension nits found by -Wall (several from threads | Jarkko Hietaniemi | 2002-01-07 | 1 | -1/+0 |
* | minor pod fix in Safe.pm | Rafael Garcia-Suarez | 2001-12-04 | 1 | -1/+1 |
* | Add the fruits of Larry Shatzer's version verifying script. | Jarkko Hietaniemi | 2001-11-16 | 1 | -0/+2 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+1 |
* | Integrate changes #12652 and #12653 from maintperl; | Jarkko Hietaniemi | 2001-10-25 | 1 | -4/+43 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Change use|require 5.005_64 to use|require 5.6.1. | Jarkko Hietaniemi | 2001-09-16 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -2/+0 |
* | Custom Ops | Simon Cozens | 2001-08-27 | 1 | -0/+2 |
* | Retract #11212. | Jarkko Hietaniemi | 2001-07-08 | 1 | -1/+0 |
* | (Retracted by #11223.) | Graham Barr | 2001-07-08 | 1 | -0/+1 |
* | Bump up the VERSIONs of modules that have changed since 5.6.0, | Jarkko Hietaniemi | 2001-06-29 | 2 | -2/+2 |
* | The Grand Trek: move the *.t files from t/ to lib/ and ext/. | Jarkko Hietaniemi | 2001-06-18 | 2 | -0/+144 |
* | [patch] -Wall cleanup round 2 | Doug MacEachern | 2001-02-18 | 1 | -1/+1 |
* | A bug introduced in #8217 (the undefined variable in the | Jarkko Hietaniemi | 2001-01-23 | 2 | -6/+22 |
* | Opcode.XS, fix memory leak | Charles Lane | 2001-01-10 | 1 | -0/+1 |
* | stuff for caller and _ in Safe:: | Charles Lane | 2000-12-15 | 1 | -0/+6 |
* | $VERSION crusade, strict, tests, etc... all over lib/ | Michael G. Schwern | 2000-12-06 | 1 | -2/+3 |
* | 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 |