This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_swash_init(), use call_sv() directly instead of call_method().
[perl5.git] / mg.c
2010-12-30 David MitchellBetter handling of magic methods freeing the SV
2010-12-03 Craig A. BerryRemove lots of unused, VMS-specific variables.
2010-11-30 Florian RagwitzAdd mg_findext
2010-11-15 Niko TyniImplement $^A tainting
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 Father Chrysostomos[perl #77238] Aliased @ISA does not work
2010-11-01 David Mitchelltidy code in Perl_sighandler()
2010-11-01 David MitchellRT #76248: double-freed SV with nested sig-handler
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-21 Zeframfull API for cop hint hashes
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-08-31 Vincent PitAdd two missing break in Perl_magic_set's big switch
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-14 Robin BarkerRT #74436: [PATCH] Add -Wwrite-strings
2010-08-01 David Mitchelloptimise single backreferences
2010-07-26 Lubomir RintelRestore errno if signal handler changes it
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-07 David MitchellRevert "make 'local $tied' untied"
2010-06-05 David Mitchellupdate Perl_magic_methcall description
2010-06-04 David Mitchellrename DM_ARRAY flag to DM_ARRAY_ISA
2010-05-04 David Mitchellmake 'local $tied' untied
2010-05-04 David Mitchellmake local @tied, %tied, untied
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-05-03 Nicholas ClarkFor SAVEt_ALLOC, store the number of save stack entries...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-26 Nicholas ClarkConvert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas ClarkFor Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-25 Nicholas ClarkChange the flags argument to magic_methcall/magic_methc...
2010-04-25 Nicholas ClarkIn S_magic_methcall1(), tweak the initialisation of...
2010-04-24 David Mitchelladd Perl_magic_methcall
2010-04-23 ZeframSV-based interfaces for dieing and warning
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchelluse cBOOL for bool casts
2010-04-11 David Mitchellremove 'enable taint if modify gid/uid' feature
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-03-20 David Mitchell[perl #6758] tainted values become untainted in tied...
2010-02-16 Nicholas ClarkFix #72850 - reading $! shouldn't SEGV if Strerror...
2010-02-14 Nicholas ClarkConvert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_fla...
2010-02-14 Nicholas ClarkRemove a vestigial STRLEN case and convert a label...
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-01-18 Father ChrysostomosFix for #71254: SEGV in Data::Dumper
2010-01-16 Craig A. BerryCorrect VMS-specific handling of $! in Perl_magic_get.
2010-01-12 David Mitchellfix for [perl #61976] Errno ($!) not evaluated to a...
2009-12-06 Chip Salzenbergpreserve readonly flag when saving and restoring magic...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-10-26 perlbug-followup... mg.c uses a fixed NGROUPS contant
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-08-30 Chip Salzenbergfinish more implementing -DB vs. -Dx
2009-08-30 Chip Salzenbergfinish implementing -DB vs. -Dx
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-06-27 James MastrosAdd test to make sure everything that outputs an except...
2009-06-25 Lubomir RintelDon't enqueue pending signals during global destruction
2009-05-22 Nicholas ClarkIn Perl_magic_setsig(), silence a "possible loss of...
2009-05-21 Craig A. Berry$? needs upgrade to PVLV when COMPLEX_STATUS is defined.
2009-05-21 Nicholas ClarkMerge Perl_magic_setisa() and Perl_magic_clearisa(...
2009-05-21 Nicholas ClarkIn Perl_magic_setisa(), re-order two independant return...
2009-05-21 Nicholas ClarkCache the signal number or -1 in mg_private, to reduce...
2009-05-20 Nicholas ClarkPerl_mg_clear() did not cope with the called magic...
2009-05-20 Nicholas ClarkIn Perl_magic_setsig(), don't discard and then recreate...
2009-05-20 Nicholas ClarkRefactor Perl_magic_setsig() to remove duplication...
2009-05-20 Nicholas ClarkMerge the bulk of Perl_magic_clearsig() into Perl_magic...
2009-05-20 Nicholas ClarkPerl_magic_clearsig() needs to remove magic, else delet...
2009-05-20 Nicholas ClarkIn Perl_magic_clearsig(), only call LEAVE if we call...
2009-05-19 Nicholas ClarkIn Perl_magic_setsig(), clarify the scope of a block...
2009-04-27 Nicholas ClarkRemove all #ifdef MACOS_TRADITIONAL code in core and...
2009-01-21 Nicholas ClarkUpdate the documentation of get_hv() to note that it...
2008-12-05 Chip Salzenbergstandardize save/restore of errno & vaxc$errno
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-27 Nicholas ClarkBugs revealed by replacing (SV *) casts with something...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-05-21 Rafael Garcia-SuarezRe: [perl #54566] assertion failure fiddling with @ISA
2008-05-10 BramCall SvMAGICAL_off in mg_free
2008-04-24 Gisle AasInline the trivial S_raise_signal function in the perl...
2008-04-24 Gisle AasDrop #ifdefs that became empty in change #32012.
2008-04-15 Rafael Garcia-SuarezFix for [perl #52074] Segfault on ISA push after symbol...
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-03-24 Vincent Pitapidoc mismatch for Perl_magic_clearhint
2008-03-10 Vincent PitRe: [PATCH] mg_magical() sometimes turns SvRMAGICAL...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2008-01-04 Vincent PitRe: SV leak?
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
next