summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* 4th patch from: Marcus Holland-Moritz2007-01-041-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-1/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-60/+15
* Assignment to a tainted variable was causing confusion if the sourceNicholas Clark2007-01-021-1/+4
* Welcome to 2007! Time to update copyrights from changes earlierSteve Peters2007-01-011-1/+1
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-2/+2
* OS/2: survive SIGCHLDIlya Zakharevich2006-12-181-1/+7
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-2/+1
* In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,Nicholas Clark2006-12-121-0/+1
* mg.c: #ifdef only the different bitsJarkko Hietaniemi2006-12-121-7/+7
* The overly-picky AIX xlc compiler doesn't like the styleH.Merijn Brand2006-12-121-9/+9
* Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'Chris Dolan2006-12-041-1/+6
* [perl #41008] Setting $0 invalidates environment shown by ps alexander_bluhm@genua.de2006-11-291-3/+3
* Cleanup regexp flags and structureYves Orton2006-11-231-1/+1
* Actually, undef $SIG{FOO} should restore the default signalRafael Garcia-Suarez2006-11-201-1/+1
* Make undef $SIG{FOO} ignore the signal FOORafael Garcia-Suarez2006-11-201-1/+1
* Fix precedence problemRafael Garcia-Suarez2006-11-201-3/+3
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-3/+12
* Assert that we don't access strings saved for $1 etc. out of boundsRafael Garcia-Suarez2006-11-141-0/+1
* Change 27779 failed to free() memory in two places in Perl_magic_set(),Nicholas Clark2006-10-271-2/+7
* only do \C hackery if \C is seenYves Orton2006-10-201-1/+6
* zero length $1 took too long to detect utf8-nessDave Mitchell2006-10-201-1/+1
* Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.Rafael Garcia-Suarez2006-09-201-1/+11
* 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