summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-2/+2
* Re: Unbalanced string table refcount (was: perl@15930)Nicholas Clark2002-04-161-3/+10
* universal.c:XS_Internals_hv_clear_placeholders is too longCraig A. Berry2002-04-151-3/+3
* Re: restricted hashes are unblessableNicholas Clark2002-04-141-0/+45
* Small tweaks.Jarkko Hietaniemi2002-03-121-5/+7
* Move the readonly interface back to universal.c,Jarkko Hietaniemi2002-03-121-0/+40
* Subject: [PATCH] Hash::Util & restricted hash touch up, part 1Michael G. Schwern2002-03-111-21/+0
* more warnings tidyupPaul Marquess2002-03-111-1/+1
* RE: VERSION corePaul Marquess2002-03-011-4/+12
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+6
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?Michael G. Schwern2002-01-231-5/+13
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Keep It Simple and Stupid version of readonly hash support.Nick Ing-Simmons2001-11-061-0/+20
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-3/+3
* So there.Jarkko Hietaniemi2001-06-181-3/+2
* Document the need for sv_printify().Jarkko Hietaniemi2001-06-181-2/+3
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-0/+8
* UTF-X encoding invariance for Encode:Nick Ing-Simmons2001-03-181-1/+120
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-1/+0
* continued -Wformat supportRobin Barker2000-09-141-2/+2
* avoid using uninitialized memory in require version checkGurusamy Sarathy2000-04-241-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