| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop "suspicious pointer conversion" warning following change 24997 | Steve Hay | 2005-06-28 | 1 | -2/+2 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -13/+11 |
* | Const Boy II: The Localizing | Andy Lester | 2005-06-23 | 1 | -4/+3 |
* | Silence yet more bcc32 compiler warnings | Steve Hay | 2005-06-22 | 1 | -2/+2 |
* | Croak if an attempt is made to modify PL_strtab | Nicholas Clark | 2005-06-13 | 1 | -0/+25 |
* | S_share_hek_flags can revert to returning a HEK | Nicholas Clark | 2005-06-13 | 1 | -12/+11 |
* | hek_dup can now store the HEK rather than the HE, as there is now a | Nicholas Clark | 2005-06-12 | 1 | -12/+15 |
* | Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than | Nicholas Clark | 2005-06-12 | 1 | -2/+3 |
* | Shortcut chasing round strtab when we're not the last reference. | Nicholas Clark | 2005-06-12 | 1 | -0/+9 |
* | In the shared string table, store the HE and HEK next to each other | Nicholas Clark | 2005-06-12 | 1 | -4/+36 |
* | hash key code cleanup | Nicholas Clark | 2005-06-11 | 1 | -1/+1 |
* | 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 |