| Commit message (Expand) | Author | Age | Files | Lines |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -2/+0 |
* | Lots of consting | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | Abstract all access to the shared hash value through SvSHARED_HASH() | Nicholas Clark | 2005-06-06 | 1 | -2/+2 |
* | s/newSVpv_hek/newSVhek/g; # Lousy choice of name | Nicholas Clark | 2005-06-03 | 1 | -1/+1 |
* | Create newSVpv_hek to reduce code duplication where HEKs need to be | Nicholas Clark | 2005-06-03 | 1 | -33/+1 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -8/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be | Nicholas Clark | 2005-06-01 | 1 | -5/+10 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -53/+95 |
* | Avoid updating a variable in a loop. | Nicholas Clark | 2005-05-31 | 1 | -15/+25 |
* | Avoid updating a variable in the loop | Nicholas Clark | 2005-05-31 | 1 | -5/+5 |
* | Change the logic to avoid needing to set a variable during the loop | Nicholas Clark | 2005-05-30 | 1 | -8/+13 |
* | Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get() | Nicholas Clark | 2005-05-30 | 1 | -7/+7 |
* | Teeny optimization in S_hv_magic_check | Andy Lester | 2005-05-30 | 1 | -0/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -18/+10 |
* | Export Perl_hek_dup, which duplicates shared hash keys. | Nicholas Clark | 2005-05-25 | 1 | -0/+19 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -10/+22 |
* | Leaking is bad, m'kay. | Nicholas Clark | 2005-05-24 | 1 | -1/+4 |
* | Declaration nit spotted by Jarkko | Rafael Garcia-Suarez | 2005-05-23 | 1 | -1/+1 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -41/+39 |
* | Fool. That should be I32 everywhere. | Nicholas Clark | 2005-05-21 | 1 | -1/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -33/+172 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -7/+47 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -1/+0 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -24/+24 |
* | Reorder the *more* arena allocation functions into a block | Nicholas Clark | 2005-05-13 | 1 | -19/+19 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | Simplify S_hv_notallowed slightly by passing a prebuilt message | Nicholas Clark | 2005-05-09 | 1 | -9/+8 |
* | Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. | Nicholas Clark | 2005-05-06 | 1 | -5/+3 |
* | Make the arena size changeable at compile time, and up the default by | Nicholas Clark | 2005-05-06 | 1 | -2/+2 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+6 |
* | Clean-up some warnings when compiling on Win32 with VC++ | Steve Hay | 2005-03-29 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -3/+3 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -44/+1 |
* | Update copyright years and add editor blocks | Nicholas Clark | 2005-01-22 | 1 | -1/+11 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -1/+44 |
* | Fix a couple of typos. | Rafael Garcia-Suarez | 2004-11-17 | 1 | -1/+1 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+10 |
* | hv_store was not passing hash onwards (spotted by Dave) | Nicholas Clark | 2004-07-07 | 1 | -1/+1 |
* | Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a | Nicholas Clark | 2004-07-06 | 1 | -0/+2 |
* | [patch] log the interpreter id in warnings | Stas Bekman | 2004-04-21 | 1 | -2/+3 |
* | hv_delete_common was freeing the key, then passing the freed pointer | Nicholas Clark | 2004-03-23 | 1 | -3/+5 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | In hsplit, if a normal hash has placeholders then clear them before | Nicholas Clark | 2004-02-27 | 1 | -5/+11 |
* | My re-implementation of hv_clear_placeholders was buggy - not sure why | Nicholas Clark | 2004-02-27 | 1 | -1/+4 |
* | Comment to record why we can't clear placeholders in hsplit | Nicholas Clark | 2004-02-07 | 1 | -0/+5 |
* | deleting keys in restricted hashes was leaking the entry. Yow! | Nicholas Clark | 2004-02-07 | 1 | -0/+1 |
* | Now hv_delete is able to ingore placeholders. | Nicholas Clark | 2004-02-07 | 1 | -15/+0 |