summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a couple of typos in internal docsRafael Garcia-Suarez2007-02-281-1/+1
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-5/+2
* newHV doesn't need to turn off POK or NOK, as they will default to notNicholas Clark2007-02-181-2/+1
* Purge all references to 5005 threads variables in the code.Nicholas Clark2007-02-031-4/+0
* Add a parameter to Perl_get_arena() to pass in the SV type, and recordNicholas Clark2007-01-191-1/+1
* In S_hfreeentries, orig_array can be const.Nicholas Clark2007-01-131-3/+2
* fix typo in hv.cDave Mitchell2007-01-121-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-4/+4
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-100/+5
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+1
* (2nd version) small tweaks based on smoke signsJarkko Hietaniemi2006-11-121-1/+1
* Fix aliasing to an non-existent element of %+Rafael Garcia-Suarez2006-10-111-4/+2
* Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.1...Yves Orton2006-10-081-105/+106
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-6/+103
* g++ large patchJarkko Hietaniemi2006-08-071-6/+8
* Clear up most of the VC6 compiler warnings in the following smoke:Steve Hay2006-07-271-1/+1
* -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)Jarkko Hietaniemi2006-07-141-0/+2
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-0/+22
* Comprehensive regression tests for Perl_refcounted_he_fetch().Nicholas Clark2006-05-291-1/+9
* Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was farNicholas Clark2006-05-281-1/+20
* clean some lint findingsAndy Lester2006-05-231-4/+0
* Abolish cop_arybase. Signal a non zero $[ with a hint flag, and storeNicholas Clark2006-05-201-36/+102
* Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn'tNicholas Clark2006-05-191-4/+3
* hv.c: do zeroing via mem wrap checkJarkko Hietaniemi2006-05-031-2/+1
* Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.Nicholas Clark2006-05-021-1/+1
* reduce gcc -ansi -pedantic noise plus a suggestionJarkko Hietaniemi2006-04-281-3/+3
* dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) updateJarkko Hietaniemi2006-04-281-0/+2
* use NOOP macroAndy Lester2006-04-251-1/+1
* Support compiling for RISC OSAlex Waugh2006-04-181-1/+1
* Add assertions to cover cases where the Coverity scanner thinks weNicholas Clark2006-04-171-0/+1
* clean up hv_assert()Andy Lester2006-04-161-57/+58
* D'oh! Don't try to do #ifdefs inside "functions" that are actuallyNicholas Clark2006-04-121-2/+5
* Add tests for all the other types that %^H serialisation is supposedNicholas Clark2006-04-121-1/+1
* Store cop_hints as a shared structure without using any SVs (onNicholas Clark2006-04-121-35/+115
* Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.Nicholas Clark2006-04-121-68/+0
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-6/+46
* Need to migrate the refcounted_he structure to be properly shared.Nicholas Clark2006-04-111-27/+20
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-101-9/+5
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-0/+33
* The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().Nicholas Clark2006-04-011-3/+1
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-0/+33
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-1/+184
* Random accumulated patchesAndy Lester2006-03-311-2/+2
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-1/+1
* Only compile Perl_hv_assert with DEBUGGING.Nicholas Clark2006-03-281-0/+4
* Correct the macros in the comments in hv.c. Given the improvements inNicholas Clark2006-03-161-4/+4
* Change hv_name_set to take U32 length and flags parameters.Nicholas Clark2006-03-051-1/+4
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1