| Commit message (Expand) | Author | Age | Files | Lines |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -0/+4 |
* | Assert that PVGVs are never SvVALID() in the PVBM sense. | Nicholas Clark | 2006-12-12 | 1 | -0/+1 |
* | Another place where Intel C++ pretending to be gcc is a really | Steve Peters | 2006-05-02 | 1 | -1/+1 |
* | GvFILE() cannot be a pointer to the memory owned by the COP, because | Nicholas Clark | 2006-05-02 | 1 | -2/+13 |
* | use NOOP macro | Andy Lester | 2006-04-25 | 1 | -2/+2 |
* | Ensure GvNAME doesn't return NULL | Marcus Holland-Moritz | 2006-04-24 | 1 | -3/+4 |
* | Random accumulated patches | Andy Lester | 2006-03-31 | 1 | -3/+2 |
* | Change 27380 (HEK into the IV union failed to convert the code in the | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
* | Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD | Nicholas Clark | 2006-03-05 | 1 | -1/+3 |
* | Move the GvNAME HEK into the IV union - every GV is now 1 pointer | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
* | Use a HEK to store the GV's name, rather than a malloc()ed string. | Nicholas Clark | 2006-03-05 | 1 | -12/+8 |
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 1 | -14/+17 |
* | fix up gv.c and gv.h | Andy Lester | 2006-02-27 | 1 | -3/+3 |
* | Fix argument grouping for some macros | Rafael Garcia-Suarez | 2006-02-27 | 1 | -5/+5 |
* | GvFLAGS can be overlaid with SvCUR. | Nicholas Clark | 2006-02-25 | 1 | -2/+2 |
* | Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION. | Nicholas Clark | 2006-02-25 | 1 | -2/+2 |
* | Abstract the specific use of SvCUR in GVs for detecting variables on | Nicholas Clark | 2006-02-25 | 1 | -0/+5 |
* | xgv_stash can be stored as a union with the NV, reducing the size of | Nicholas Clark | 2006-02-25 | 1 | -2/+2 |
* | Amazingly, it seems that none of the other GV specific macros are | Nicholas Clark | 2006-02-25 | 1 | -17/+30 |
* | Store GvGP in the SV head union. For all the common lookups [eg GvCV()] | Nicholas Clark | 2006-02-25 | 1 | -2/+3 |
* | Assert that GvSTASH is only called on PVGVs and PVLVs. | Nicholas Clark | 2006-02-24 | 1 | -1/+9 |
* | Revert an assert() fix in the light of change #27152 | Steve Hay | 2006-02-13 | 1 | -4/+2 |
* | s/Nullcv/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning | Nicholas Clark | 2006-02-02 | 1 | -0/+2 |
* | Workaround another problem following change 26395 | Steve Hay | 2006-01-05 | 1 | -2/+4 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Workaround Win32 compiler bugs following change 26395 | Steve Hay | 2006-01-04 | 1 | -1/+5 |
* | Add an optimisation to allow proxy constant subroutines to be copied | Nicholas Clark | 2005-12-22 | 1 | -0/+1 |
* | Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables | Nicholas Clark | 2005-12-20 | 1 | -0/+5 |
* | Add some paranoia to check that GP accesses aren't being done on the | Nicholas Clark | 2005-12-17 | 1 | -1/+8 |
* | Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload() | Nicholas Clark | 2005-10-30 | 1 | -0/+1 |
* | silence some compiler warnings | Dave Mitchell | 2005-07-10 | 1 | -2/+2 |
* | DEFSV causes GvSVn() to be used in lvalue context. | Nicholas Clark | 2005-07-08 | 1 | -3/+3 |
* | If gp_flags is unused, why are we even allocating it? | Nicholas Clark | 2005-06-30 | 1 | -3/+0 |
* | Nothing is actually relying on GvUNIQUE holding state. | Nicholas Clark | 2005-06-30 | 1 | -6/+3 |
* | First stab at not automatically creating an unused SV for GvSV | Nicholas Clark | 2005-06-29 | 1 | -0/+8 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Downconst external APIs | Rafael Garcia-Suarez | 2005-03-29 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | Stage 1 of utf8 support for soft references. | Nicholas Clark | 2005-01-07 | 1 | -1/+3 |
* | Remove spurious semicolons | Nicholas Clark | 2004-12-06 | 1 | -2/+2 |
* | Turn gv_fullname3 and gv_efullname3 into macros that call | Nicholas Clark | 2004-12-06 | 1 | -0/+3 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | New try at the Class::DBI core dump at global cleanup. | Jarkko Hietaniemi | 2002-05-02 | 1 | -1/+1 |
* | -DCRIPPLED_CC RIP | Dave Mitchell | 2002-03-21 | 1 | -12/+0 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+2 |
* | Re: [PATH] shared -> unique; | Abhijit Menon-Sen | 2001-07-02 | 1 | -6/+6 |