summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv()Nicholas Clark2007-10-181-4/+1
* Change newSVpv() to newSVpvn() where we know the length is non-zero, asNicholas Clark2007-10-181-3/+3
* Change a sv_catpv() to sv_catpvs().Nicholas Clark2007-10-051-1/+1
* As PL_hinthv is actually tied, need to call SvSETMAGIC() after theNicholas Clark2007-10-051-3/+3
* Try a bit harder to get *PL_sighandlerp to agree with itsCraig A. Berry2007-10-041-8/+6
* Fix warnings about Sighandler_t type on Win32.Rafael Garcia-Suarez2007-10-041-0/+8
* Adapt definition of Sighandler_t to go with change #32012Rafael Garcia-Suarez2007-10-031-2/+2
* [perl #45513] Test failures on amd64-freebsd 6.2 Slaven Rezic2007-10-031-12/+3
* hv_stores() on a literal string is now fractionally more efficient thanNicholas Clark2007-09-211-8/+8
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-2/+2
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-4/+5
* misc blead stuffJarkko Hietaniemi2007-08-301-0/+9
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-20/+0
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-281-6/+6
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-0/+20
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-6/+6
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-0/+5
* Small fix to a previous patch on magic $<digit> variables.Ævar Arnfjörð Bjarmason2007-05-101-0/+1
* more constingAndy Lester2007-05-081-2/+2
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-1/+1
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-61/+84
* Re: mro status, etcBrandon Black2007-05-031-6/+13
* When FETCHSIZE returns <0 perl segfaultsÆvar Arnfjörð Bjarmason2007-05-021-3/+5
* Re: mro status, etcBrandon Black2007-04-301-0/+2
* Re: new C3 MRO patchBrandon Black2007-04-191-3/+12
* In struct regexp replace the two arrays of I32s accessed via startpNicholas Clark2007-03-261-10/+11
* minor code simplification made possible by change #30627Dave Mitchell2007-03-191-7/+5
* When restoring localised values, call set only on container magic.Dave Mitchell2007-03-181-0/+2
* move magic container/value test into separate functionDave Mitchell2007-03-181-23/+34
* Add a comment to mg.c to clarify that words like "raise" andCraig A. Berry2007-02-251-0/+13
* Add a cast for C++ compilationRafael Garcia-Suarez2007-02-191-1/+1
* Split the storage of the layers specificied by open.pm into one hintNicholas Clark2007-02-171-12/+53
* add hooks for capture buffers into regex engine.Yves Orton2007-02-131-7/+7
* A few more places where we know the length for sv_setpv() or sv_catpv()Nicholas Clark2007-02-021-1/+1
* Restore the const to vtbl in Perl_mg_localize() removed in changeNicholas Clark2007-01-211-1/+1
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-11/+22
* 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