This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #71948] Documentation error for (*MARK)
[perl5.git] / hv.c
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-08-20 Nicholas ClarkPerl_newHVhv() should copy immortal values as-is, such...
2009-06-22 Nicholas ClarkInstead of a const char *, pass a HEK * to anonymise_cv().
2009-06-21 Rafael Garcia-SuarezRegenerate headers and fix compilation with threads...
2009-06-21 Ben MorrowWhen a glob is deleted, mark its sub as ANON.
2009-06-02 Nicholas ClarkIn Perl_hv_iternext_flags(), clarify and generalise...
2009-06-01 Max MaischeinFix RT26188, speed up keys() on empty hash
2009-05-30 Rafael Garcia-SuarezNicholas says that SvREFCNT_dec should be sufficient...
2009-05-30 Alex VandiverFix [RT#63110] -- two small memory leaks were introduce...
2009-05-21 Nicholas ClarkRemove all the 5005threads specific mutex macros, which...
2009-05-04 Nicholas ClarkMake Perl_hek_dup() cope with a NULL "source" parameter...
2008-12-28 Nicholas ClarkAdd a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-28 Nicholas ClarkPrecomputing the hash value for a string representable...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas ClarkOptimisation of the use of the meta structure - don...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-28 Nicholas ClarkPerl_hv_placeholders_get() actually takes a const HV...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-20 Nicholas ClarkAnother missing 'static' picked up by one of Merijn...
2008-09-12 Nicholas ClarkCreate a direct lookup hash for ->isa() lookup, by...
2008-09-11 Vincent PitRe: blead with -Dusemymalloc fails on t/comp/hints.t
2008-08-20 Dave Mitchell[perl #56908] DBI memory leak in 5.10.0 due to change...
2008-08-09 Nicholas ClarkDon't bother hashing the key, or performing any other...
2008-05-10 Nicholas ClarkRun Porting/checkARGS_ASSERT.pl and fix what it picks...
2008-04-07 Nicholas ClarkSo why didn't the build break for me? Fix problems...
2008-04-07 Nicholas ClarkSplit out S_refcounted_he_new_common() from
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-02-27 Nicholas ClarkUse malloc_good_size() to round up the size of requeste...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2007-12-20 Nicholas ClarkSimiliarly Perl_newHV() can become a mathom by making...
2007-10-17 Ben Morrowex-PVBM and mro interact badly
2007-09-21 Steve HayFix Win32 breakage caused by #31926
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-09-20 Nicholas ClarkRemove now-unnecessary =cuts where POD is now adjacent...
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas ClarkMove the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
2007-09-20 Nicholas ClarkSwitch Perl_hv_common() to returning void * rather...
2007-09-20 Nicholas ClarkConvert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent...
2007-09-20 Nicholas Clarkassert that what is passed into the hash functions...
2007-09-20 Nicholas ClarkMake hv_fetch_common() non-static, and change its name...
2007-09-19 Nicholas ClarkInline and abolish S_hv_magic_uvar_xkey().
2007-09-19 Nicholas ClarkSend all delete()/delete_ent() calls via S_hv_fetch_com...
2007-09-19 Nicholas Clarkext/XS/APItest/t/hash.t was failing because the fieldha...
2007-09-19 Nicholas ClarkCall the key transformation function for hv_exists...
2007-09-19 Nicholas ClarkCall the key transformation function for hv_delete().
2007-09-19 Nicholas ClarkFor an LVALUE fetch, "hv_fetch()" will recurse into...
2007-06-29 Rafael Garcia-SuarezRevert change #31489.
2007-06-28 Brandon BlackRe: [perl #43357] *DESTROY = sub {} at runtime
2007-06-16 Rafael Garcia-SuarezMore portability nits by Jarkko
2007-05-08 Andy Lestermore consting
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-25 Jerry D. HeddenMove hash action constants to hv.h
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-03-22 Nicholas ClarkRe-order the flags values for struct refcounted_he...
2007-03-01 Nicholas ClarkThe bug fixed by change 29610 would have been avoided...
2007-02-28 Rafael Garcia-SuarezFix a couple of typos in internal docs
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-18 Nicholas ClarknewHV doesn't need to turn off POK or NOK, as they...
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-01-19 Nicholas ClarkAdd a parameter to Perl_get_arena() to pass in the...
2007-01-13 Nicholas ClarkIn S_hfreeentries, orig_array can be const.
2007-01-12 Dave Mitchellfix typo in hv.c
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Steve PetersWelcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-11-12 Jarkko Hietaniemi(2nd version) small tweaks based on smoke signs
2006-10-11 Rafael Garcia-SuarezFix aliasing to an non-existent element of %+
2006-10-08 Yves OrtonRe: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-07-14 Jarkko Hietaniemi-DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check...
2006-06-23 Anno SiegelRe: [PATCH] Hash::Util::FieldHash
2006-05-29 Nicholas ClarkComprehensive regression tests for Perl_refcounted_he_f...
2006-05-28 Nicholas ClarkPerl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-23 Andy Lesterclean some lint findings
2006-05-20 Nicholas ClarkAbolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-19 Nicholas ClarkCorrect Perl_refcounted_he_chain_2hv() and its caller...
2006-05-03 Jarkko Hietaniemihv.c: do zeroing via mem wrap check
2006-05-02 Nicholas ClarkAdd a new hash key flag HVhek_UNSHARED, to mark all...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-25 Andy Lesteruse NOOP macro
2006-04-18 Alex WaughSupport compiling for RISC OS
2006-04-17 Nicholas ClarkAdd assertions to cover cases where the Coverity scanne...
2006-04-16 Andy Lesterclean up hv_assert()
2006-04-12 Nicholas ClarkD'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkStore cop_hints as a shared structure without using...
2006-04-12 Nicholas ClarkRemove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
next