summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-4/+4
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-12/+0
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-3/+3
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-121-7/+13
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-2/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-5/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-11/+11
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-3/+3
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-7/+7
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-7/+7
* Bugs revealed by replacing (SV *) casts with something that doesn'tNicholas Clark2008-10-271-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-1/+1
* Re: [perl #54566] assertion failure fiddling with @ISARafael Garcia-Suarez2008-05-211-2/+2
* Call SvMAGICAL_off in mg_freeBram2008-05-101-0/+1
* Inline the trivial S_raise_signal function in the perl signal handler.Gisle Aas2008-04-241-32/+14
* Drop #ifdefs that became empty in change #32012.Gisle Aas2008-04-241-4/+0
* Fix for [perl #52074] Segfault on ISA push after symbol table deleteRafael Garcia-Suarez2008-04-151-2/+4
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-1/+2
* apidoc mismatch for Perl_magic_clearhintVincent Pit2008-03-241-1/+1
* Re: [PATCH] mg_magical() sometimes turns SvRMAGICAL on when it shouldn'tVincent Pit2008-03-101-10/+15
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+133
* Fix bug whereby length on a tied scalar that returned a UTF-8 valueNicholas Clark2008-01-121-4/+7
* Re: [perl #49564] Re: MRO and av_clearRick Delaney2008-01-111-0/+23
* Re: SV leak?Vincent Pit2008-01-041-1/+1
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-2/+2
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-2/+4
* Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set inNicholas Clark2008-01-031-5/+5
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-11/+0
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-14/+14
* Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can beNicholas Clark2007-12-311-22/+10
* mg_free frees data but leaves it accessibleYuval Kogman2007-12-211-0/+1
* Perl_magic_setglob() is a mathom.Nicholas Clark2007-12-201-24/+0
* 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