2014-09-18 |
Father Chrysostomos | Remove GVf_IN_PAD |
blob | commitdiff |
2014-09-07 |
Father Chrysostomos | Remove GV_ADDINEVAL |
blob | commitdiff | diff to current |
2014-08-20 |
syber | Make S_method_common use gv_stashpvn instead of copypas... |
blob | commitdiff | diff to current |
2013-11-13 |
David Mitchell | fix definition of GvFILEGV() |
blob | commitdiff | diff to current |
2012-11-29 |
Father Chrysostomos | Reset method caches when GPs are shared |
blob | commitdiff | diff to current |
2012-09-17 |
Father Chrysostomos | [perl #114924] Make method calls work with ::SUPER... |
blob | commitdiff | diff to current |
2012-06-21 |
Jesse Luehrs | document some more Gv* macros |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Merge multi and flags params to gv_init_* |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: newGVgen_flags and a flags parameter for gv_get_s... |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove method param from gv_autoload_* |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove 4 from new gv_autoload4_(sv|pvn?) functions |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_autoload4_(sv|pv|pvn) |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags. |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload. |
blob | commitdiff | diff to current |
2011-10-06 |
Father Chrysostomos | Remove some _get variants of *NAMEUTF8 macros in [gh]v.h |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_fetchmeth_(sv|pv|pvn). |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv... |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | UTF-8 related macros in hv.h and gv.h |
blob | commitdiff | diff to current |
2011-09-09 |
Father Chrysostomos | Enter gv_fetchsv_nomg |
blob | commitdiff | diff to current |
2011-08-30 |
Father Chrysostomos | Eliminate is_gv_magical_sv |
blob | commitdiff | diff to current |
2011-06-11 |
Father Chrysostomos | Revert ‘Deprecate tie $handle without *’ |
blob | commitdiff | diff to current |
2011-01-21 |
David Mitchell | add GvCV_set() and GvGP_set() macros. |
blob | commitdiff | diff to current |
2010-12-03 |
Father Chrysostomos | Deprecate tie $handle without * |
blob | commitdiff | diff to current |
2010-09-26 |
Father Chrysostomos | [perl #77362] Assigning glob to lvalue causes stringifi... |
blob | commitdiff | diff to current |
2010-06-04 |
David Mitchell | fix indendation of DM_* flag definitions |
blob | commitdiff | diff to current |
2010-06-04 |
David Mitchell | express DM_[GU]ID flags in terms of components |
blob | commitdiff | diff to current |
2010-06-04 |
David Mitchell | rename DM_ARRAY flag to DM_ARRAY_ISA |
blob | commitdiff | diff to current |
2010-05-27 |
George Greer | Fix clang "incompatible operand types" error in ternary... |
blob | commitdiff | diff to current |
2010-03-30 |
David Mitchell | PL_defoutgv isn't always a GV. |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark | Merge gv_IOadd() into gv_add_by_type(). |
blob | commitdiff | diff to current |
2009-08-08 |
Nicholas Clark | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add... |
blob | commitdiff | diff to current |
2009-08-07 |
Nicholas Clark | Remove GvREFCNT_inc(), which is deprecated and unused. |
blob | commitdiff | diff to current |
2009-04-13 |
Nicholas Clark | GvUNIQUE* have been defined as 0 since 2005/06/30 ... |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark | Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-06-08 |
Reini Urban | readable assertion names |
blob | commitdiff | diff to current |
2008-04-17 |
Nicholas Clark | /* This code tries to figure out just what went wrong... |
blob | commitdiff | diff to current |
2008-01-23 |
Nicholas Clark | Deprecate (and remove core use of ) Nullav, Nullcv... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark | Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-08-31 |
Brandon Black | Re: optimize push @ISA, (was Re: parent.pm at corion... |
blob | commitdiff | diff to current |
2007-06-16 |
Rafael Garcia-Suarez | More portability nits by Jarkko |
blob | commitdiff | diff to current |
2007-03-31 |
Nicholas Clark | Rearrange members of structures to reduce memory size... |
blob | commitdiff | diff to current |
2007-03-01 |
Nicholas Clark | Don't SEGV when dumping an undefined typeglob. The... |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark | Add get_cvn_flags(), which is like get_cv() but takes... |
blob | commitdiff | diff to current |
2006-12-12 |
Nicholas Clark | Assert that PVGVs are never SvVALID() in the PVBM sense. |
blob | commitdiff | diff to current |
2006-05-02 |
Steve Peters | Another place where Intel C++ pretending to be gcc... |
blob | commitdiff | diff to current |
2006-05-02 |
Nicholas Clark | GvFILE() cannot be a pointer to the memory owned by... |
blob | commitdiff | diff to current |
2006-04-25 |
Andy Lester | use NOOP macro |
blob | commitdiff | diff to current |
2006-04-24 |
Marcus Holland-Moritz | Ensure GvNAME doesn't return NULL |
blob | commitdiff | diff to current |
2006-03-31 |
Andy Lester | Random accumulated patches |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Change 27380 (HEK into the IV union failed to convert... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Perl_gv_name_set should not leak the old HEK. Allow... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Move the GvNAME HEK into the IV union - every GV is... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Use a HEK to store the GV's name, rather than a malloc... |
blob | commitdiff | diff to current |
2006-03-05 |
Nicholas Clark | Provide Perl_gv_name_set to replace LVALUE use of GvNAM... |
blob | commitdiff | diff to current |
2006-02-27 |
Andy Lester | fix up gv.c and gv.h |
blob | commitdiff | diff to current |
2006-02-27 |
Rafael Garcia-Suarez | Fix argument grouping for some macros |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | GvFLAGS can be overlaid with SvCUR. |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Use xpv_len rather than xpv_cur in GVs to store GvASSIG... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Abstract the specific use of SvCUR in GVs for detecting... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | xgv_stash can be stored as a union with the NV, reducin... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Amazingly, it seems that none of the other GV specific... |
blob | commitdiff | diff to current |
2006-02-25 |
Nicholas Clark | Store GvGP in the SV head union. For all the common... |
blob | commitdiff | diff to current |
2006-02-24 |
Nicholas Clark | Assert that GvSTASH is only called on PVGVs and PVLVs. |
blob | commitdiff | diff to current |
2006-02-13 |
Steve Hay | Revert an assert() fix in the light of change #27152 |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger | s/Nullcv/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Nicholas Clark | gv_fetchpvn_flags ranks highly in the profile, and... |
blob | commitdiff | diff to current |
2006-01-05 |
Steve Hay | Workaround another problem following change 26395 |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez | More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Steve Hay | Workaround Win32 compiler bugs following change 26395 |
blob | commitdiff | diff to current |
2005-12-22 |
Nicholas Clark | Add an optimisation to allow proxy constant subroutines... |
blob | commitdiff | diff to current |
2005-12-20 |
Nicholas Clark | Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that... |
blob | commitdiff | diff to current |
2005-12-17 |
Nicholas Clark | Add some paranoia to check that GP accesses aren't... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark | Replace gv_fetchmethod() with a macro to call gv_fetchm... |
blob | commitdiff | diff to current |
2005-07-10 |
Dave Mitchell | silence some compiler warnings |
blob | commitdiff | diff to current |
2005-07-08 |
Nicholas Clark | DEFSV causes GvSVn() to be used in lvalue context. |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark | If gp_flags is unused, why are we even allocating it? |
blob | commitdiff | diff to current |
2005-06-30 |
Nicholas Clark | Nothing is actually relying on GvUNIQUE holding state. |
blob | commitdiff | diff to current |
2005-06-29 |
Nicholas Clark | First stab at not automatically creating an unused... |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez | Update copyrights. |
blob | commitdiff | diff to current |
2005-03-29 |
Rafael Garcia-Suarez | Downconst external APIs |
blob | commitdiff | diff to current |
2005-03-24 |
Andy Lester | Third consting batch |
blob | commitdiff | diff to current |
2005-01-07 |
Nicholas Clark | Stage 1 of utf8 support for soft references. |
blob | commitdiff | diff to current |
2004-12-06 |
Nicholas Clark | Remove spurious semicolons |
blob | commitdiff | diff to current |
2004-12-06 |
Nicholas Clark | Turn gv_fullname3 and gv_efullname3 into macros that... |
blob | commitdiff | diff to current |
2003-04-16 |
Jarkko Hietaniemi | Fix up Larry's copyright statements to my best knowledge. |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Reverse copyright update (#18801) for files not changed... |
blob | commitdiff | diff to current |
2003-03-02 |
Hugo van der Sanden | Update all copyrights to 2003, from Jarkko |
blob | commitdiff | diff to current |
2002-05-02 |
Jarkko Hietaniemi | New try at the Class::DBI core dump at global cleanup. |
blob | commitdiff | diff to current |
2002-03-21 |
Dave Mitchell | -DCRIPPLED_CC RIP |
blob | commitdiff | diff to current |
2002-01-25 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2002-01-23 |
Jarkko Hietaniemi | Copyright++. (Not all the toplevel *.h have one, it... |
blob | commitdiff | diff to current |
2002-01-03 |
Jarkko Hietaniemi | Missed the =head1 additions. |
blob | commitdiff | diff to current |
2001-07-06 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-07-02 |
Abhijit Menon-Sen | Re: [PATH] shared -> unique; |
blob | commitdiff | diff to current |
2001-02-17 |
Nick Ing-Simmons | Integrate mainline |
blob | commitdiff | diff to current |
2001-02-10 |
Doug MacEachern | [patch] GvSHARED |
blob | commitdiff | diff to current |
2001-01-08 |
Charles Bailey | Once again syncing after too long an absence |
blob | commitdiff | diff to current |
2001-01-01 |
Jarkko Hietaniemi | Bump up Larry's copyright. |
blob | commitdiff | diff to current |
next |