| Commit message (Expand) | Author | Age | Files | Lines |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -3/+3 |
* | So there. | Jarkko Hietaniemi | 2001-06-18 | 1 | -3/+2 |
* | Document the need for sv_printify(). | Jarkko Hietaniemi | 2001-06-18 | 1 | -2/+3 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -0/+8 |
* | UTF-X encoding invariance for Encode: | Nick Ing-Simmons | 2001-03-18 | 1 | -1/+120 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -1/+0 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -2/+2 |
* | avoid using uninitialized memory in require version check | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+2 |
* | fix totally broken caching in UNIVERSAL::isa() (from | Gurusamy Sarathy | 2000-04-24 | 1 | -18/+38 |
* | UMRs in universal.c (SvCUR() may not be there unless SvPOK()) | Gurusamy Sarathy | 2000-03-22 | 1 | -2/+2 |
* | make parenthetic warnings look consistent; make diagnostic on | Gurusamy Sarathy | 2000-03-21 | 1 | -2/+2 |
* | UNIVERSAL::isa() and UNIVERSAL::can() fail for magic values | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+6 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -3/+1 |
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -7/+50 |
* | UNIVERSAL::can and UNIVERSAL::isa should return undef when | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+8 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+10 |
* | remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore | Gurusamy Sarathy | 1999-11-04 | 1 | -4/+0 |
* | [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION | Spider Boardman | 1999-08-30 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -15/+14 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -7/+7 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -3/+4 |
* | add const qualifier to most char* prototypes, handle ripple effect | Gurusamy Sarathy | 1999-02-15 | 1 | -2/+2 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -4/+8 |
* | Part-1 of tweaks to allow Tk to be "compiled" | Nick Ing-Simmons | 1998-11-24 | 1 | -3/+0 |
* | add missing dTHR; notes for test failures due to small stacksize | Gurusamy Sarathy | 1998-08-09 | 1 | -0/+1 |
* | lexical warnings; tweaks to places that didn't apply correctly | Paul Marquess | 1998-08-09 | 1 | -2/+3 |
* | PL_ prefix to all perlvars, part1 | Nick Ing-Simmons | 1998-07-18 | 1 | -17/+17 |
* | improve recursive error messages! | Joshua Pritikin | 1998-06-28 | 1 | -1/+1 |
* | [asperl] added AS patch#3 | Douglas Lankshear | 1998-02-01 | 1 | -0/+4 |
* | [asperl] initial merge of latest win32 branch into ASPerl | Gurusamy Sarathy | 1998-01-30 | 1 | -1/+2 |
|\ |
|
| * | tie array changes to core and tests | Nick Ing-Simmons | 1998-01-13 | 1 | -1/+2 |
* | | [asperl] added AS patch#2 | Gurusamy Sarathy | 1998-01-30 | 1 | -2/+8 |
|/ |
|
* | Convert miniperl sources to ANSI C. Several passes of | Nick Ing-Simmons | 1997-10-31 | 1 | -9/+3 |
* | UNIVERSAL.pm and import methods (tests) | M.J.T. Guy | 1997-08-07 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_96 to perl-5.003_97] | Perl 5 Porters | 1997-04-01 | 1 | -12/+3 |
* | [inseperable changes from patch from perl-5.003_95 to perl-5.003_86] | Perl 5 Porters | 1997-03-26 | 1 | -2/+1 |
* | [inseparable changes from patch from perl5.003_26 to perl5.003_27] | Perl 5 Porters | 1997-02-18 | 1 | -22/+0 |
* | Fixes for Interactive Unix | Chip Salzenberg | 1996-12-23 | 1 | -2/+3 |
* | "static" call to UNIVERSAL::can | Nick Ing-Simmons | 1996-11-26 | 1 | -2/+12 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -19/+36 |
* | Re: UNIVERSAL::class busted | Graham Barr | 1996-08-29 | 1 | -2/+2 |
* | perl 5.003_02: [no incremental changelog available] | Larry Wall | 1996-08-10 | 1 | -30/+15 |
* | Add default UNIVERSAL methods to core | Perl 5 Porters | 1996-07-07 | 1 | -0/+232 |