| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -20/+20 |
* | [perl #34976] substr uses utf8 length cache incorrectly | Dave Mitchell | 2005-04-21 | 1 | -1/+1 |
* | Refactoring to Sv*_set() macros - patch #6 | Steve Peters | 2005-04-20 | 1 | -6/+6 |
* | Merge common code. Reduces object size by 1K on x86, 6K on PPC | Nicholas Clark | 2005-04-20 | 1 | -122/+77 |
* | Don't set things to zero twice. Once is enough. (see also change 15255) | Nicholas Clark | 2005-04-19 | 1 | -42/+15 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -113/+114 |
* | Add CLONE_SKIP() class method to allow individual classes to skip | Dave Mitchell | 2005-04-19 | 1 | -3/+46 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -30/+34 |
* | Refactoring to Sv*_set() macros - patch #3 | Steve Peters | 2005-04-12 | 1 | -19/+19 |
* | Removing Y2K warnings | Andy Lester | 2005-04-08 | 1 | -13/+0 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -51/+51 |
* | Add a macro PERL_DEBUG_COW, for aggressive compile time tests of | Nicholas Clark | 2005-04-08 | 1 | -1/+1 |
* | Refactoring to Sv*_set() macros - patch #1 | Steve Peters | 2005-04-08 | 1 | -40/+40 |
* | Casting to/from (void *) sufficient to make a C++ compiler happy. | Nicholas Clark | 2005-04-06 | 1 | -1/+1 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -3/+5 |
* | const-eight.diff | Andy Lester | 2005-04-04 | 1 | -1/+1 |