summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-1/+0
* integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,Gurusamy Sarathy2000-12-171-2/+2
* integrate change#5924 from mainlineGurusamy Sarathy2000-10-161-2/+2
* fix totally broken caching in UNIVERSAL::isa() (fromGurusamy Sarathy2000-04-241-18/+38
* UMRs in universal.c (SvCUR() may not be there unless SvPOK())Gurusamy Sarathy2000-03-221-2/+2
* make parenthetic warnings look consistent; make diagnostic onGurusamy Sarathy2000-03-211-2/+2
* UNIVERSAL::isa() and UNIVERSAL::can() fail for magic valuesGurusamy Sarathy2000-03-091-0/+6
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-3/+1
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-7/+50
* UNIVERSAL::can and UNIVERSAL::isa should return undef whenGurusamy Sarathy2000-02-151-0/+8
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+10
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-4/+0
* [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSIONSpider Boardman1999-08-301-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-1/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-15/+14
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-7/+7
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-3/+4
* add const qualifier to most char* prototypes, handle ripple effectGurusamy Sarathy1999-02-151-2/+2
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-4/+8
* Part-1 of tweaks to allow Tk to be "compiled"Nick Ing-Simmons1998-11-241-3/+0
* add missing dTHR; notes for test failures due to small stacksizeGurusamy Sarathy1998-08-091-0/+1
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-2/+3
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-17/+17
* improve recursive error messages!Joshua Pritikin1998-06-281-1/+1
* [asperl] added AS patch#3Douglas Lankshear1998-02-011-0/+4
* [asperl] initial merge of latest win32 branch into ASPerlGurusamy Sarathy1998-01-301-1/+2
|\
| * tie array changes to core and testsNick Ing-Simmons1998-01-131-1/+2
* | [asperl] added AS patch#2Gurusamy Sarathy1998-01-301-2/+8
|/
* Convert miniperl sources to ANSI C. Several passes ofNick Ing-Simmons1997-10-311-9/+3
* UNIVERSAL.pm and import methods (tests)M.J.T. Guy1997-08-071-1/+1
* [inseparable changes from match from perl-5.003_96 to perl-5.003_97]Perl 5 Porters1997-04-011-12/+3
* [inseperable changes from patch from perl-5.003_95 to perl-5.003_86]Perl 5 Porters1997-03-261-2/+1
* [inseparable changes from patch from perl5.003_26 to perl5.003_27]Perl 5 Porters1997-02-181-22/+0
* Fixes for Interactive UnixChip Salzenberg1996-12-231-2/+3
* "static" call to UNIVERSAL::canNick Ing-Simmons1996-11-261-2/+12
* [inseparable changes from patch from perl5.003_07 to perl5.003_08]Perl 5 Porters1996-11-191-19/+36
* Re: UNIVERSAL::class bustedGraham Barr1996-08-291-2/+2
* perl 5.003_02: [no incremental changelog available]Larry Wall1996-08-101-30/+15
* Add default UNIVERSAL methods to corePerl 5 Porters1996-07-071-0/+232