summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* ${^LAST_FH}Father Chrysostomos2012-09-171-0/+14
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-1/+7
* Separate handling of ${^PREMATCH} from $` etcDavid Mitchell2012-09-081-36/+30
* Perl_magic_setdbline() should clear and set read-only OP slabs.Nicholas Clark2012-09-041-0/+6
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+1
* Stop calling get-magic twice when reading lvalue substr($utf8)Father Chrysostomos2012-08-301-1/+1
* Stop calling get-magic twice for lvalue pos($utf8)Father Chrysostomos2012-08-301-4/+2
* [perl #114410] Reset utf8 pos cache on getFather Chrysostomos2012-08-301-0/+4
* Omnibus removal of register declarationsKarl Williamson2012-08-181-17/+17
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-2/+4
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-13/+0
* When setting environment variables via %ENV, force values to be strings onlyChip Salzenberg2012-07-261-3/+12
* In Perl_magic_setenv() s/ptr/key/ in two pieces of platform-specific code.Nicholas Clark2012-07-241-2/+2
* ensure that the env var SV after C<{FOO}='x'> is PV onlyChip Salzenberg2012-07-241-4/+9
* reduce magic overhead of tainting (maybe other magic later)Chip Salzenberg2012-07-231-3/+11
* Magic flags harmonization.Chip Salzenberg2012-07-151-36/+15
* remove silly redundant SvGMAGICAL() test for $\Chip Salzenberg2012-07-111-1/+1
* clean up compilation warningsJesse Luehrs2012-06-271-0/+1
* don't let arriving signals reset $@ [perl #45173]Jesse Luehrs2012-06-241-0/+9
* Also handle the case IVSIZE == I32SIZE when resetting the array iteratorVincent Pit2012-06-221-0/+4
* Reset the iterator when an array is clearedVincent Pit2012-06-221-0/+15
* 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