summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-2/+2
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-6/+6
* Don’t sv_force_normal in mg.c:S_save_magicFather Chrysostomos2012-10-281-7/+4
* Call overloading once for utf8 ovld→substr assignmentFather Chrysostomos2012-10-011-1/+1
* Make substr assignment work with changing UTF8nessFather Chrysostomos2012-10-011-3/+2
* mg.c:magic_setsubstr: rmv redundante null checkFather Chrysostomos2012-10-011-1/+1
* Remove length magic on scalarsFather Chrysostomos2012-10-011-79/+0
* Make substr = $utf8 call get-magic onceFather Chrysostomos2012-10-011-1/+1
* Make magic_setsubstr check UTF8 flag after stringificationFather Chrysostomos2012-10-011-2/+3
* Stop substr lvalues from being confused by changing UTF8nessFather Chrysostomos2012-10-011-3/+3
* Stop pos from panicking when overloading changes UTF8nessFather Chrysostomos2012-10-011-3/+4
* Deprecate mg_length; make it return bytesFather Chrysostomos2012-10-011-10/+8
* mg_get should be called before accessPeter Martini2012-09-261-1/+1
* ${^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