This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Really apply change #26071.
[perl5.git] / hv.h
2005-10-30 Nicholas ClarkReplace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas ClarkReplace hv_iternext() with a macro that calls hv_iterne...
2005-09-09 Rafael Garcia-SuarezMinor comment fix
2005-08-17 Nicholas ClarkGiven that we now have a union, there's no need for...
2005-07-11 Steve Hay[patch hv.h doc] HvNAME
2005-06-18 Nicholas ClarkSqueeze a little more savings by moving pte and he...
2005-06-12 Nicholas ClarkProvide share_hek_hek, and use it for fast copying...
2005-06-12 Nicholas ClarkIn the shared string table, store the HE and HEK next...
2005-06-11 Nicholas Clarkhash key code cleanup
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-31 Nicholas ClarkAttempt 2 at a diet memory layout can go live.
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-27 Nicholas ClarkGet the HEK once only in the hot code (class method...
2005-05-26 Nicholas ClarkRename the members of the SV head union to avoid pre...
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-25 Nicholas ClarkI think for now these have to be disabled by default.
2005-05-24 Nicholas ClarkReorder the union to cause Win32 compilers to use void...
2005-05-23 Nicholas ClarkDon't allocate an IV slot where the type doesn't use...
2005-05-23 Nicholas Clarkcreate an "allocated" structure for PVs, PVAVs and...
2005-05-22 Nicholas ClarkRe-order IVX slot in SV bodies
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkFix a typo
2005-05-18 Nicholas ClarkDefault to allocating the correct size for the array...
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2003-11-03 Nicholas ClarkStas would prefer not to have MOD_PERL defines in perl.
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-11-01 Nicholas Clarkmod_perl2 will require access to the Plan C hashing...
2003-10-25 Nicholas ClarkReturn 21533 (with modifications) having found the...
2003-10-25 Nicholas ClarkBack out 21533 because it broke Encode's build in reall...
2003-10-25 Nicholas ClarkPlan C rough edge smoothing. Criteria for a hash split...
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-07-23 Jarkko HietaniemiThis should make Stas happy.
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
2002-05-11 Nicholas Clarkunsigned char hashes (Re: perl@16539)
2002-04-13 Nicholas Clark[dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Benjamin GoldbergRe: the dirty half dozen (Re: perl@15662)
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-02-28 Jarkko HietaniemiMake shared hash keys to be \0-terminated:
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-21 Vadim KonovalovRE: BCC for Win32 is unhappy @14331
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-19 Nick Ing-SimmonsRemove the sometimes-lvalue cast
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-03 Jarkko HietaniemiMake sharepvn a macro since all it does is a deref.
2001-11-12 Jeffrey Friedla few typo fixes
2001-06-18 Spider BoardmanRe: anyone good at casting spells?
2001-04-02 Simon CozensREALLY pedantic hv.h nit
2001-02-09 Mark FisherRE: Biannual Competition to Improve Hashing Function
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-04 Jarkko HietaniemiUTF-8 hash keys, patch from Inaba Hiroto.
2000-10-20 Charles BaileySYN SYN
2000-08-28 Mark Fisherhv.h Doc Patch
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-15 Gurusamy Sarathyadd const qualifier to most char* prototypes, handle...
1999-02-12 Jan Duboisremove OVERLOAD conditionals
1998-09-24 Gurusamy Sarathytweak PERL_HASH() to h=h+(h>>5) in order to improve...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-05-14 Gurusamy Sarathy[win32] integrate mainline
1998-05-14 Andy Dougherty[PATCH for 5.004_64] Configure patch Config_64-01
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-25 Perl 5 Porters[inseparable changes from match from perl-5.003_90...
1997-02-25 Gurusamy SarathyClean up and document API for hashes
1996-12-23 Perl 5 Porters[inseparable changes from patch from perl5.003_13 to...
1996-12-06 Perl 5 Porters[inseparable changes from patch from perl5.003_10 to...
1996-11-29 Perl 5 Porters[inseparable changes from patch from perl5.003_09 to...
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1996-09-20 Gurusamy SarathyRe: "Attempt to free non-existent shared string"? ...
1996-06-19 Perl 5 PortersAdd shared hash key support
1994-10-17 Larry Wallperl 5.000 perl-5.000
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-10 Larry Wallperl 5.0 alpha 3
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2