This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add support for Unicode's Script_Extension property
[perl5.git] / mg.c
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-17 Father ChrysostomosRevert "pos in lvalue context now returns a PVMG instea...
2011-06-14 Nicholas Clarkpos in lvalue context now returns a PVMG instead of...
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-04 Father ChrysostomosStop localised ties from becoming ro when COW
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-05-19 Nicholas ClarkRemove PERL_UNUSED_ARG() from Perl_magic_clearsig(...
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Gisle AasS_mg_findext_flags wasn't declared static
2011-05-18 Nicholas ClarkStore the compiled format in mg_ptr instead of after...
2011-04-06 David Mitchellmake mg_clear() et al behave when RC==0
2011-03-20 Jan Dubois#84774: local $_ calls STORE when $_ is aliased to...
2011-03-19 David MitchellPerl_sighandler: only inc SS_ix for unsafe signals
2011-03-19 David MitchellIn signal handler, don't inc stack pointers
2011-02-24 Leon TimmermansDetect unsafe signals more reliably on BSD/Solaris
2011-02-18 Craig A. BerryNo sip without SA_SIGINFO. Broken in c22d665.
2011-02-17 Leon TimmermansUnblock signal-mask on error for unsafe signals
2011-02-16 Tom Christiansenmultifile patch against blead/pod/*.pod
2011-01-19 Leon TimmermansAlso unblock signal handlers throwing an exception
2011-01-18 Leon TimmermansConditionally unblock after signal handler[#82040]
2011-01-13 Nicholas ClarkIn Perl_write_to_stderr(), use Perl_magic_methcall...
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.
next