summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Stop localised ties from becoming ro when COWFather Chrysostomos2011-09-051-1/+1
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-301-1/+0
* make mg_clear() et al behave when RC==0David Mitchell2011-04-071-16/+30
* #84774: local $_ calls STORE when $_ is aliased to a tied hash elementJan Dubois2011-03-201-1/+4
* Perl_sighandler: only inc SS_ix for unsafe signalsDavid Mitchell2011-03-191-9/+13
* In signal handler, don't inc stack pointersDavid Mitchell2011-03-191-14/+1
* Detect unsafe signals more reliably on BSD/SolarisLeon Timmermans2011-02-241-2/+2
* No sip without SA_SIGINFO. Broken in c22d665.Craig A. Berry2011-02-171-1/+1
* Unblock signal-mask on error for unsafe signalsLeon Timmermans2011-02-171-2/+14
* multifile patch against blead/pod/*.podTom Christiansen2011-02-151-1/+1
* Also unblock signal handlers throwing an exceptionLeon Timmermans2011-01-181-12/+19
* Conditionally unblock after signal handler[#82040]Leon Timmermans2011-01-171-3/+20
* In Perl_write_to_stderr(), use Perl_magic_methcall() if STDERR is tied.Nicholas Clark2011-01-131-0/+11
* Better handling of magic methods freeing the SVDavid Mitchell2010-12-301-19/+19
* Remove lots of unused, VMS-specific variables.Craig A. Berry2010-12-021-1/+0
* Add mg_findextFlorian Ragwitz2010-11-301-9/+36
* Implement $^A taintingNiko Tyni2010-11-141-0/+10
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+1
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-1/+7
* [perl #77238] Aliased @ISA does not workFather Chrysostomos2010-11-131-11/+17
* tidy code in Perl_sighandler()David Mitchell2010-11-011-14/+13
* RT #76248: double-freed SV with nested sig-handlerDavid Mitchell2010-11-011-22/+21
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-1/+3
* full API for cop hint hashesZefram2010-10-211-15/+9
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-12/+53
* Add two missing break in Perl_magic_set's big switchVincent Pit2010-08-311-1/+2
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-8/+8
* RT #74436: [PATCH] Add -Wwrite-stringsRobin Barker2010-08-141-1/+1
* optimise single backreferencesDavid Mitchell2010-08-011-1/+2
* Restore errno if signal handler changes itLubomir Rintel2010-07-261-0/+2
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-2/+2
* Revert "make 'local $tied' untied"David Mitchell2010-06-071-1/+0
* update Perl_magic_methcall descriptionDavid Mitchell2010-06-051-4/+3
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-1/+1
* make 'local $tied' untiedDavid Mitchell2010-05-041-0/+1
* make local @tied, %tied, untiedDavid Mitchell2010-05-041-0/+1
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-1/+1
|\
| * SV-based interfaces for dieing and warningZefram2010-04-231-1/+1
* | For SAVEt_ALLOC, store the number of save stack entries used with the type.Nicholas Clark2010-05-031-7/+5
* | On the save stack, store the save type as the bottom 6 bits of a UV.Nicholas Clark2010-05-011-4/+5
* | Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-13/+16
* | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.Nicholas Clark2010-04-261-17/+13
* | Change the flags argument to magic_methcall/magic_methcall1 from I32 to U32.Nicholas Clark2010-04-251-2/+2
* | In S_magic_methcall1(), tweak the initialisation of arg1 to reduce code size.Nicholas Clark2010-04-251-4/+2
* | add Perl_magic_methcallDavid Mitchell2010-04-251-86/+105
|/
* Set the legacy process name with prctl() on assignment to $0 on LinuxÆvar Arnfjörð Bjarmason2010-04-151-0/+11
* use cBOOL for bool castsDavid Mitchell2010-04-151-2/+2
* remove 'enable taint if modify gid/uid' featureDavid Mitchell2010-04-111-4/+0
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-19/+31
* Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-231-1/+1