summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* unused context warningsAndy Lester2006-02-241-0/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-10/+10
* arena-rework : consolidated patchJim Cromie2006-02-181-1/+1
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* A better fix than 27148Steve Hay2006-02-101-1/+1
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-101-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-3/+3
* [patch] rework arenas - repair arenasetsJim Cromie2006-02-051-2/+0
* [patch] arena rework - arena setsJim Cromie2006-02-041-1/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-12/+12
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* [patch] arena rework - unify arenarootsJim Cromie2006-02-011-2/+2