summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Simplification in Perl_magic_clearsig, plus a fix similar andRafael Garcia-Suarez2006-08-081-5/+3
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-9/+9
* We shouldn't try to decrement the refcount of PL_warnhookRafael Garcia-Suarez2006-08-071-1/+2
* g++ large patchJarkko Hietaniemi2006-08-071-14/+14
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-2/+1
* mg.c cleanupsAndy Lester2006-07-031-15/+17
* remove some unnecessary uses of WITH_THRDave Mitchell2006-07-021-1/+1
* Re: [PATCH] Hash::Util::FieldHashAnno Siegel2006-06-231-1/+1
* mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)Jarkko Hietaniemi2006-06-051-7/+6
* It's all relative -- better handling of tainted directoriesCraig A. Berry2006-06-021-2/+12
* [PATCH] gv.c constingAndy Lester2006-05-291-1/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-6/+10
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-7/+9
* Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn'tNicholas Clark2006-05-191-1/+1
* more logic localizationsAndy Lester2006-05-031-5/+8
* More tweaking of SvREFCNT_inc callsAndy Lester2006-05-021-9/+10
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* Cleanup some gcc warningsMarcus Holland-Moritz2006-04-241-0/+2
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-6/+12
* Rename variables in some mg_* funcsAndy Lester2006-04-091-11/+15
* Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)Rafael Garcia-Suarez2006-04-061-1/+1
* Assigning undef to an entry in %ENV shouldn't produce warnings, evenRafael Garcia-Suarez2006-04-051-2/+2
* 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.Nicholas Clark2006-04-021-21/+21
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-6/+6
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-0/+5
* Note future possible flexibility for Perl_magic_sethint().Nicholas Clark2006-03-311-0/+5
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+40
* Random accumulated patchesAndy Lester2006-03-311-3/+4
* sv_find() returning false, followed by sv_magic() to add the magic,Nicholas Clark2006-03-171-2/+6
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-161-1/+8
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-8/+8
* unused context warningsAndy Lester2006-02-241-0/+6
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-15/+6
* Can merge the two arms of Perl_magic_getglob to save space.Nicholas Clark2006-02-211-7/+8
* Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as itNicholas Clark2006-02-141-1/+1
* assert() that we can't reach two unreachable code pathsNicholas Clark2006-02-111-2/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-10/+10
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-5/+5
* Simplify nested '#ifdef' by replacing it with '#elif defined()'Gisle Aas2006-01-271-10/+4
* Safer implementation of RTRIM().Gisle Aas2006-01-271-3/+3
* Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can caus...Philippe M. Chiasson2006-01-261-4/+6
* SvREADONLY_off inside the magic routines is also dangerous on sharedNicholas Clark2006-01-261-3/+2
* Un-const magic virtual tables; this consting breaks the nastyRafael Garcia-Suarez2006-01-231-1/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-1/+1
* Make $( and $) list the groups in the order theyGisle Aas2006-01-111-4/+3
* Get rid of the following gcc format warnings by simplifying theGisle Aas2006-01-111-9/+3
* Gisle notes that SvRTRIM should also write a new '\0' at the end.Nicholas Clark2006-01-111-0/+1