summaryrefslogtreecommitdiff
path: root/universal.c
Commit message (Expand)AuthorAgeFilesLines
* Third consting batchAndy Lester2005-03-241-5/+5
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+4
* Check for definedness of sv before calling sv_derived_from()Marcus Holland-Moritz2004-07-011-1/+1
* 's to bring bleadperl up to version-0.39John Peacock2004-04-141-3/+3
* Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to...David Dyck2004-04-091-1/+5
* Bleadperl to version 0.37John Peacock2004-04-071-4/+4
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-18/+63
* promote hv_clear_placeholders to perl APIAlan Burlison2003-11-201-43/+3
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-5/+4
* Provide Internals::new_hash_seed to return PL_new_hash_seed, andNicholas Clark2003-11-021-0/+11
* Add Internals::HvREHASH to expose the rehashing flagNicholas Clark2003-11-011-0/+16
* Internals::hash_seed() returns wrong valueJan Dubois2003-10-131-1/+1
* silence 1 compiler warningNicholas Clark2003-09-081-1/+3
* Retract #21096, mostly: I had misexplained the situationJarkko Hietaniemi2003-09-081-4/+4
* 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