summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* Scott A. Crosby believes in not disclosingJarkko Hietaniemi2003-09-081-4/+4
* Add Hash::Util::hash_seed() which answers amongJarkko Hietaniemi2003-09-081-0/+8
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-1/+1
* [ PATCH] Re: isa(UNIVERSAL)?Dave Mitchell2003-07-181-2/+4
* version.pm up to date with CPANJohn Peacock2003-06-241-0/+30
* Reindent a section of the file.Jarkko Hietaniemi2003-06-151-153/+153
* Unused variable.Jarkko Hietaniemi2003-06-151-1/+0
* Having to pull in the whole Encode just to get SvUTF8()Jarkko Hietaniemi2003-06-141-0/+20
* Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)Adrian M. Enache2003-04-191-0/+7
* Unused variables.Jarkko Hietaniemi2003-04-181-1/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Use the right prototype and a glob is fine (from Rafael).Jarkko Hietaniemi2003-04-161-1/+2
* Build get_layers() also under -Uuseperlio.Jarkko Hietaniemi2003-04-141-0/+2
* Introduce PerlIO::get_layers() to allow people to peekJarkko Hietaniemi2003-04-141-0/+131
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* to silence compiler warningRobin Barker2003-02-121-1/+2
* Compile under threads and MacOSX. For some reason newSVpvfArtur Bergman2003-02-101-1/+1
* version objects final(?) patchJohn Peacock2003-02-101-6/+8
* isa() and can() didn't work on magic variablesRafael Garcia-Suarez2003-01-151-2/+4
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* operation on `PL_na' may be undefinedNicholas Clark2002-12-231-2/+2
* Version object combined patchJohn Peacock2002-10-101-55/+14
* Tweaks to Bleadperl Version Object SupportJohn Peacock2002-08-301-0/+1
* #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()Hugo van der Sanden2002-08-231-1/+0
* fixup threaded build for vstring changesHugo van der Sanden2002-08-231-6/+6
* Re: [PATCH] Version object patch #1John Peacock2002-08-221-0/+198
* 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