| Commit message (Expand) | Author | Age | Files | Lines |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -5/+5 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -0/+4 |
* | More consting of SvPV | Nicholas Clark | 2005-06-07 | 1 | -14/+15 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -3/+4 |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -12/+12 |
* | Simplify the implementation of SvPV*nolen functions | Nicholas Clark | 2005-06-07 | 1 | -6/+9 |
* | Ensure string table counts are balanced. (Was not true in op/pack.t) | Nicholas Clark | 2005-06-07 | 1 | -2/+10 |
* | Fix apidoc for newSVhek | Rafael Garcia-Suarez | 2005-06-07 | 1 | -1/+1 |
* | Make a start at consting calls to SvPV. SV conversion and upgrade | Nicholas Clark | 2005-06-07 | 1 | -105/+123 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -12/+12 |
* | Abstract all access to the shared hash value through SvSHARED_HASH() | Nicholas Clark | 2005-06-06 | 1 | -4/+4 |
* | Shared hash key scalars can be safely copied as shared hash key scalars | Nicholas Clark | 2005-06-06 | 1 | -6/+5 |
* | We still need an "i" in the PERL_IMPLICIT_SYS case | Steve Hay | 2005-06-06 | 1 | -0/+1 |
* | Silence a const warning | Rafael Garcia-Suarez | 2005-06-04 | 1 | -1/+1 |
* | Use newSVhek in the cloning code. | Nicholas Clark | 2005-06-03 | 1 | -4/+3 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -1/+9 |
* | 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 | -0/+47 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -23/+17 |
* | SvPVX_const() - patch #4 | Steve Peters | 2005-06-03 | 1 | -91/+91 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -3/+2 |
* | 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 |