summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Expunge study magicFather Chrysostomos2012-05-291-3/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* File scope for VMS-specific #includes.Craig A. Berry2012-05-241-2/+5
* Consign magic_setamagic to oblivionFather Chrysostomos2012-05-211-12/+0
* [perl #112184] Handle $^N in Perl_magic_setFather Chrysostomos2012-05-211-0/+6
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-0/+19
* [perl #111000] Let hv_store work on hint hashesFather Chrysostomos2012-05-211-4/+5
* mg.c:magic_clearhint: remove redundant PERL_UNUSED_ARGFather Chrysostomos2012-05-211-2/+0
* don't taint $$ determined by getpid()Zefram2012-02-251-1/+4
* Fix typo in 985213f2fede57.Craig A. Berry2012-02-181-1/+1
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-38/+43
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-8/+4
* [perl #67490] Don’t call DELETE on scalar-tied elemFather Chrysostomos2012-01-081-0/+1
* Don’t iterate through magic with local $_Father Chrysostomos2012-01-041-1/+3
* [perl #105912] local $_ should not FETCHFather Chrysostomos2012-01-031-0/+2
* [perl #29070] Add vstring set-magicFather Chrysostomos2011-12-231-0/+13
* Disable $[ under 5.16Father Chrysostomos2011-12-151-0/+4
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-8/+29
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-261-3/+8
* Fix third argument to setresgid call while setting $(.Leon Timmermans2011-10-311-1/+1
* Reimplement $[ as a moduleFather Chrysostomos2011-10-211-4/+0
* whichsig nul-cleanup.Brian Fraser2011-10-061-15/+42
* Remove if(isGV_with_GP(PL_defoutgv)) checks from mg.cFather Chrysostomos2011-09-121-24/+12
* remove index offsetting ($[)Zefram2011-09-091-6/+7
* make assign to $^A update FmLINESDavid Mitchell2011-07-201-0/+8
* Clean up magic_methcall docsFather Chrysostomos2011-07-161-7/+14
* Split out study magic from pos magic.Nicholas Clark2011-07-011-2/+4
* Revert "pos in lvalue context now returns a PVMG instead of a PVLV."Father Chrysostomos2011-06-161-2/+4
* pos in lvalue context now returns a PVMG instead of a PVLV.Nicholas Clark2011-06-141-4/+2
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-1/+18
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-111-38/+3
* Stop localised ties from becoming ro when COWFather Chrysostomos2011-06-041-1/+1
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-0/+4
* Remove PERL_UNUSED_ARG() from Perl_magic_clearsig(), missed by 179c85a2d774d3beNicholas Clark2011-05-191-1/+0
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-1/+1
* S_mg_findext_flags wasn't declared staticGisle Aas2011-05-181-1/+1
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-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