summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* $? needs upgrade to PVLV when COMPLEX_STATUS is defined.Craig A. Berry2009-05-261-0/+2
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-04-121-1/+1
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-5/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-11/+11
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-7/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-1/+1
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-7/+7
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2009-03-251-1/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+133
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2009-03-051-22/+10
* Perl_magic_setglob() is a mathom.Nicholas Clark2009-03-051-24/+0
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2009-02-141-4/+4
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-3/+3
* Integrate:Robin Barker2008-11-031-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Ben Morrow2008-09-041-1/+1
* Integrate:Dave Mitchell2008-05-311-2/+2
* Integrate:Dave Mitchell2008-05-301-0/+1
* Integrate:John E. Malmberg2008-05-301-4/+0
* Integrate:Dave Mitchell2008-05-291-2/+4
* Integrate:Dave Mitchell2008-05-281-1/+1
* Integrate:Dave Mitchell2008-05-281-10/+15
* Integrate:Nicholas Clark2008-05-101-32/+14
* Integrate:Vincent Pit2008-04-031-1/+1
* Integrate:Nicholas Clark2008-01-301-8/+10
* Integrate:Nicholas Clark2008-01-301-0/+23
* Integrate:Nicholas Clark2008-01-301-4/+8
* Integrate:Nicholas Clark2008-01-301-14/+14
* 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