| Commit message (Expand) | Author | Age | Files | Lines |
* | use lengths in sv_setpv() calls | Andy Lester | 2005-06-02 | 1 | -8/+9 |
* | Round up all string length requests to malloc()/realloc() to the next | Nicholas Clark | 2005-06-01 | 1 | -4/+9 |
* | Zero-ing the new HV array is pointless, as we write to every element. | Nicholas Clark | 2005-06-01 | 1 | -4/+4 |
* | Store the xhv_aux structure after the main array. | Nicholas Clark | 2005-06-01 | 1 | -27/+19 |
* | Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) | Jarkko Hietaniemi | 2005-05-30 | 1 | -2/+9 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -2/+2 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 1 | -2/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -12/+21 |
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 1 | -9/+9 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -9/+23 |
* | We know how big the global string table will be, so use that | Nicholas Clark | 2005-05-26 | 1 | -1/+1 |
* | It helps to set the total keys correctly when duplicating a hash. | Nicholas Clark | 2005-05-26 | 1 | -0/+1 |
* | Track the mapping between source shared hash keys and target shared | Nicholas Clark | 2005-05-25 | 1 | -0/+4 |
* | Initialising the hash seed needs to be early in case anything | Nicholas Clark | 2005-05-24 | 1 | -2/+3 |
* | Leaking is bad, m'kay. | Nicholas Clark | 2005-05-24 | 1 | -3/+1 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -6/+6 |
* | PL_regex_padav elements hold either more AVs, or IVs that point to | Nicholas Clark | 2005-05-23 | 1 | -1/+0 |
* | Oops. What is looking at an array's SvIVX()? | Nicholas Clark | 2005-05-23 | 1 | -0/+1 |
* | We don't need IV and RV arena variables anymore. We don't need to set | Nicholas Clark | 2005-05-23 | 1 | -6/+0 |
* | create an "allocated" structure for PVs, PVAVs and PVHVs | Nicholas Clark | 2005-05-23 | 1 | -36/+55 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -221/+96 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -40/+56 |
* | Move placeholders into a new rhash magic type. | Nicholas Clark | 2005-05-21 | 1 | -1/+0 |
* | Remove PMROOT and replace it with a small shell script. Er, magic. | Nicholas Clark | 2005-05-20 | 1 | -5/+12 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -2/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -34/+18 |
* | One last 1008 to replace with PERL_ARENA_SIZE | Nicholas Clark | 2005-05-17 | 1 | -2/+2 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -36/+34 |
* | Assuming that everything with 0x40000000 is SVpad_TYPED is bogus. | Nicholas Clark | 2005-05-16 | 1 | -1/+5 |
* | avoid leaked scalar in BEGIN { threads->new(...) } | Dave Mitchell | 2005-05-15 | 1 | -0/+6 |
* | initialize the PL_xpvgv_[arena]root vars during clone | Dave Mitchell | 2005-05-14 | 1 | -0/+2 |
* | Reorder the *more* arena allocation functions into a block | Nicholas Clark | 2005-05-13 | 1 | -309/+311 |
* | Allocate GV bodies from arenas | Nicholas Clark | 2005-05-13 | 1 | -3/+59 |
* | 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 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -16/+15 |
* | Update the comment describing arenas. | Nicholas Clark | 2005-05-09 | 1 | -8/+8 |
* | There's no need to set a reference count for the new SV heads, as it's | Nicholas Clark | 2005-05-08 | 1 | -0/+7 |
* | The idea is that when you find something, you stop looking. | Nicholas Clark | 2005-05-08 | 1 | -1/+3 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -5/+4 |
* | The ptr_table arena variables and code is only needed for ithreads. | Nicholas Clark | 2005-05-07 | 1 | -0/+4 |
* | Ooops. Wise man tests with ithreads before commiting. D'oh! | Nicholas Clark | 2005-05-06 | 1 | -3/+3 |
* | Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting. | Nicholas Clark | 2005-05-06 | 1 | -10/+16 |
* | Make the arena size changeable at compile time, and up the default by | Nicholas Clark | 2005-05-06 | 1 | -29/+29 |
* | Allocate pointer table entries (for ithread cloning) from an arena | Nicholas Clark | 2005-05-06 | 1 | -2/+51 |
* | Explode if anyone attempts to sv_upgrade PL_mess_sv. | Nicholas Clark | 2005-05-01 | 1 | -0/+4 |
* | Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free | Nicholas Clark | 2005-04-28 | 1 | -28/+26 |
* | Add a new macro SvPV_free() which undoes OOK and free()s the PVX(), | Nicholas Clark | 2005-04-28 | 1 | -21/+11 |
* | Calling sv_backoff() on something that's about to be free()d will | Nicholas Clark | 2005-04-28 | 1 | -4/+15 |
* | The if() clause is the wrong way round, so OOK can never be true in | Nicholas Clark | 2005-04-28 | 1 | -3/+5 |