summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* In amagic_call(), offset should be strictly lesser than the SV len to be allo...Vincent Pit2009-03-301-1/+1
* Fix overload index mismatch in overloading logic.Vincent Pit2009-03-301-1/+1
* Bump copyright year after previous change d15cd8313063e574Rafael Garcia-Suarez2009-03-301-1/+1
* Move variable declaration without initialisation at the topRafael Garcia-Suarez2009-03-301-1/+2
* 'overloading' pragmaYuval Kogman2009-03-301-0/+20
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-8/+9
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-25/+26
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+64
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-1/+3
* Fix DBM module handling broken by #34653.Marcus Holland-Moritz2009-01-041-11/+10
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-8/+8
* Integrate:Tim Bunce2008-11-211-1/+1
* Integrate:Tim Bunce2008-11-041-1/+1
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Dave Mitchell2008-05-291-10/+11
* Integrate:Nicholas Clark2008-05-101-1/+1
* Integrate:Nicholas Clark2008-01-301-2/+2
* Eliminating the duplicate logic in S_method_common() andNicholas Clark2007-11-241-0/+11
* SQL::Translator triggered a subtle piece of wrongness, whereby itNicholas Clark2007-10-221-2/+10
* Change 32136 introduced an error - passing a const char * toNicholas Clark2007-10-181-1/+1
* Eliminate some uses of sv_setpv() where we already know the length.Nicholas Clark2007-10-181-2/+3
* In Perl_amagic_call(), construct the SV with newSVpvn(), as we now knowNicholas Clark2007-10-181-1/+2
* No need to call strlen() on the result of CopSTASHPV() when unthreaded,Nicholas Clark2007-10-181-0/+5
* Don't call strlen() on CopFILE() for the unthreaded case, because theNicholas Clark2007-10-181-2/+16
* Where possible, change gv_fetchfile() to gv_fetchfile_flags(),Nicholas Clark2007-10-181-1/+2
* Storing the length of all the overloading names saves a strlen() in aNicholas Clark2007-10-171-1/+1
* PL_AMG_names is only used by gv.c (as far as Google code search canNicholas Clark2007-10-161-0/+1
* Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)Brandon Black2007-10-081-2/+28
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-1/+1
* Turn the "$# / $* is no longer supported" warnings intoRafael Garcia-Suarez2007-07-111-1/+1
* First patch from:Brandon Black2007-06-261-2/+5
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-11/+11
* Re: mro status, etcBrandon Black2007-04-301-27/+4
* Put the "Can't locate package..." warnings in the "syntax"Rafael Garcia-Suarez2007-04-191-2/+2
* Re: new C3 MRO patchBrandon Black2007-04-191-111/+139
* Remove the "performance hack" that suppressed used only once warningsNicholas Clark2007-04-161-13/+0
* Work round what appears to be a bug in Sun C++ 5.8 2005/10/13Nicholas Clark2007-04-111-1/+5
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* use a fresh stack when loading Errno.pm etc.Dave Mitchell2007-03-141-1/+2
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-24/+9
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-10/+11
* Use another method to avoid the "possible interpolation" warningRafael Garcia-Suarez2007-03-071-1/+4
* Avoid to load the *+ and *- globs too early.Rafael Garcia-Suarez2007-03-071-8/+5
* Fix error messages returned by S_require_tie_mod. Fix small leaksRafael Garcia-Suarez2007-03-061-19/+21
* Fix a small leak on loading *+ and *- globsRafael Garcia-Suarez2007-03-061-0/+2
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-1/+1