summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove get-magic from $/Father Chrysostomos2015-08-101-2/+1
* [perl #123218] "preserve" $/ if set to a bad valueTony Cook2015-08-101-0/+1
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-12-271-1/+1
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-07-281-30/+22
* PATCH: [perl #119499] "$!" with UTF-8 flagKarl Williamson2014-04-011-0/+6
* mg.c: Fix comment typoKarl Williamson2014-04-011-1/+1
* Restore proper functioning of -MdiagnosticsKarl Williamson2014-02-201-1/+1
* Fix pod errorsKarl Williamson2014-02-181-1/+1
* Use ‘an’ for $/=[] error messageFather Chrysostomos2014-02-091-1/+3
* Add tests and fix new fatal errors related to $/Yves Orton2014-02-041-12/+24
* deal with assignment to $/ better, deprecate edge cases, and forbid othersYves Orton2014-02-031-2/+14
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-4/+5
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-6/+11
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-11/+6
* mg.c: White-space onlyKarl Williamson2013-12-171-18/+17
* Fix HP-UX $! failureKarl Williamson2013-12-171-1/+6
* mg.c: White-space onlyKarl Williamson2013-12-171-18/+18
* Revert part of 2efab60d9Father Chrysostomos2013-11-281-1/+1
* mg.c: Remove redundant SvOK checksFather Chrysostomos2013-11-271-4/+2
* Respect 'use bytes' in returning $! and $^EKarl Williamson2013-11-261-1/+2
* $^E should have same handling as $! for Win32 and OS/2Karl Williamson2013-11-261-0/+6
* mg.c: Extract code into a function.Karl Williamson2013-11-261-18/+32
* mg.c: White-space onlyKarl Williamson2013-11-261-34/+34
* mg.c: Use $! code for $^E on platforms where are sameKarl Williamson2013-11-261-12/+10
* mg.c: Reorder if else clausesKarl Williamson2013-11-261-3/+5
* mg.c: Reorder cases in a switch()Karl Williamson2013-11-261-49/+50
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-18/+30
* fix a few warnings (format strings, unused variable)Lukas Mai2013-11-201-1/+1
* mg.c: Fix misuse of AvARRAY in defelem_targetFather Chrysostomos2013-11-041-0/+7
* [perl #119799] Set breakpoints without *DB::dblineFather Chrysostomos2013-10-281-1/+2
* WinCE Makefile and make_ext.pl general and XS fixesDaniel Dragan2013-10-211-1/+1
* Intercept assignment to $! to translate WSAExxx values to Exxx values on WindowsSteve Hay2013-09-161-0/+5
* Simplify some code in Perl_magic_get() and Perl_magic_set().Nicholas Clark2013-09-021-9/+3
* Remove now unused $` $' ${^MATCH} ${^PREMATCH} ${^POSTMATCH} code.Nicholas Clark2013-09-021-36/+0
* Store all other match vars in mg_len instead of mg_ptr/mg_len.Nicholas Clark2013-09-021-2/+1
* Store the match vars in mg_len instead of calling atoi() on mg_ptr.Nicholas Clark2013-09-021-38/+35
* In Perl_magic_setdbline, replace the use of atoi() with sv_2iv().Nicholas Clark2013-08-291-5/+12
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-1/+1
* Fix assert fail when fetching pos clobbers ref with undefFather Chrysostomos2013-08-251-1/+1
* Stop values from ‘sticking’ to @- and @+ elemsFather Chrysostomos2013-08-251-0/+2
* Make @- and @+ return correct offsets beyond 2**31Father Chrysostomos2013-08-251-5/+5
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-6/+2
* Remove null check from mg.c:magic_getvecFather Chrysostomos2013-08-221-4/+1
* Fix assertion failure with $#a=\1Father Chrysostomos2013-08-221-1/+1
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-6/+8
* mg.c: Fix U32-to-bool assignmentFather Chrysostomos2013-08-121-1/+1
* Make PL_hints an alias for PL_compiling.cop_hintsFather Chrysostomos2013-08-111-1/+0
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-0/+1
* Remove SvIsCOW checks from mg.c:mg_localizeFather Chrysostomos2013-08-111-1/+1