| Commit message (Expand) | Author | Age | Files | Lines |
* | gv.h: Use PERL_BITFIELD32 for the bitfield | Father Chrysostomos | 2014-09-23 | 1 | -2/+2 |
* | gv.h: Make gp_line and gp_flags into a bitfield | Father Chrysostomos | 2014-09-22 | 1 | -2/+2 |
* | Skip no-common-vars optimisation for aliases | Father Chrysostomos | 2014-09-18 | 1 | -0/+6 |
* | gv.h: Add a gp_flags field | Father Chrysostomos | 2014-09-18 | 1 | -0/+3 |
* | gv.h: Comment typo | Father Chrysostomos | 2014-09-18 | 1 | -1/+1 |
* | Remove GVf_IN_PAD | Father Chrysostomos | 2014-09-17 | 1 | -5/+4 |
* | Remove GV_ADDINEVAL | Father Chrysostomos | 2014-09-06 | 1 | -1/+1 |
* | Make S_method_common use gv_stashpvn instead of copypasted cache usage | syber | 2014-08-20 | 1 | -0/+2 |
* | fix definition of GvFILEGV() | David Mitchell | 2013-11-13 | 1 | -2/+3 |
* | Reset method caches when GPs are shared | Father Chrysostomos | 2012-11-29 | 1 | -0/+7 |
* | [perl #114924] Make method calls work with ::SUPER packages | Father Chrysostomos | 2012-09-17 | 1 | -0/+3 |
* | document some more Gv* macros | Jesse Luehrs | 2012-06-21 | 1 | -0/+12 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Merge multi and flags params to gv_init_* | Father Chrysostomos | 2011-10-06 | 1 | -3/+5 |
* | gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg. | Brian Fraser | 2011-10-06 | 1 | -0/+1 |
* | Remove method param from gv_autoload_* | Father Chrysostomos | 2011-10-06 | 1 | -2/+7 |
* | Remove 4 from new gv_autoload4_(sv|pvn?) functions | Father Chrysostomos | 2011-10-06 | 1 | -1/+1 |
* | gv.c: Added gv_autoload4_(sv|pv|pvn) | Brian Fraser | 2011-10-06 | 1 | -0/+1 |
* | gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags. | Brian Fraser | 2011-10-06 | 1 | -0/+1 |
* | gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload. | Brian Fraser | 2011-10-06 | 1 | -1/+2 |
* | Remove some _get variants of *NAMEUTF8 macros in [gh]v.h | Father Chrysostomos | 2011-10-06 | 1 | -3/+2 |
* | gv.c: Added gv_fetchmeth_(sv|pv|pvn). | Brian Fraser | 2011-10-06 | 1 | -0/+1 |
* | gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype. | Brian Fraser | 2011-10-06 | 1 | -0/+1 |
* | UTF-8 related macros in hv.h and gv.h | Brian Fraser | 2011-10-06 | 1 | -0/+6 |
* | Enter gv_fetchsv_nomg | Father Chrysostomos | 2011-09-08 | 1 | -1/+4 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -2/+6 |
* | Revert ‘Deprecate tie $handle without *’ | Father Chrysostomos | 2011-06-11 | 1 | -3/+0 |
* | add GvCV_set() and GvGP_set() macros. | David Mitchell | 2011-01-21 | 1 | -4/+11 |
* | Deprecate tie $handle without * | Father Chrysostomos | 2010-12-02 | 1 | -0/+3 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -1/+11 |
* | fix indendation of DM_* flag definitions | David Mitchell | 2010-06-04 | 1 | -5/+5 |
* | express DM_[GU]ID flags in terms of components | David Mitchell | 2010-06-04 | 1 | -2/+2 |
* | rename DM_ARRAY flag to DM_ARRAY_ISA | David Mitchell | 2010-06-04 | 1 | -1/+1 |
* | Fix clang "incompatible operand types" error in ternary expressions. | George Greer | 2010-05-27 | 1 | -1/+1 |
* | PL_defoutgv isn't always a GV. | David Mitchell | 2010-03-30 | 1 | -0/+1 |
* | Merge gv_IOadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -0/+1 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -0/+4 |
* | Remove GvREFCNT_inc(), which is deprecated and unused. | Nicholas Clark | 2009-08-07 | 1 | -3/+0 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 1 | -10/+0 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | readable assertion names | Reini Urban | 2008-06-08 | 1 | -17/+17 |
* | /* This code tries to figure out just what went wrong with | Nicholas Clark | 2008-04-17 | 1 | -0/+2 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -1/+3 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -0/+1 |
* | More portability nits by Jarkko | Rafael Garcia-Suarez | 2007-06-16 | 1 | -1/+1 |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 1 | -5/+5 |
* | Don't SEGV when dumping an undefined typeglob. The HEK used to store | Nicholas Clark | 2007-03-01 | 1 | -1/+1 |
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 1 | -0/+4 |