summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don’t call save_re_context"David Mitchell2015-03-301-0/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* mg.c:Perl_magic_set: don't use 0 as "failed" gid_tHugo van der Sanden2015-03-101-2/+8
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-2/+13
* Remove get-magic from $/Father Chrysostomos2015-02-081-2/+1
* [perl #123218] "preserve" $/ if set to a bad valueTony Cook2015-02-041-0/+1
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-0/+11
* avoid C labels in column 0David Mitchell2015-01-211-1/+1
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-11/+0
* Fix compilation errors in mg.c with MinGW/gcc -xc++Steve Hay2014-12-241-0/+2
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-2/+0
* hv_store_ent() return value unused.Jarkko Hietaniemi2014-11-271-2/+2
* Change core to use is_invariant_string()Karl Williamson2014-11-261-8/+9
* Protect ${^E_NCODING} from abuseFather Chrysostomos2014-11-221-0/+4
* mg.c: Remove poorly considered assertionKarl Williamson2014-11-211-3/+0
* mg.c: _get_encoding needs dVARFather Chrysostomos2014-11-201-0/+1
* Deprecate setting ${^ENCODING}Dagfinn Ilmari Mannsåker2014-11-201-0/+4
* mg.c: White-space onlyKarl Williamson2014-11-201-8/+8
* Make encoding pragma lexical in scopeKarl Williamson2014-11-201-4/+60
* Make a function to get PL_encoding's valueKarl Williamson2014-11-201-1/+9
* Make $/=-1 warning default like other dep warningsFather Chrysostomos2014-11-141-1/+1
* fix some recent compiler warningsDavid Mitchell2014-10-171-2/+8
* foreach \$varFather Chrysostomos2014-10-111-1/+8
* List assignment to array and hash refsFather Chrysostomos2014-10-111-2/+20
* Assignment to hash element refsFather Chrysostomos2014-10-101-0/+4
* Assignment to array elem refsFather Chrysostomos2014-10-101-0/+4
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-3/+12
* List assignment to package scalar refFather Chrysostomos2014-10-101-1/+8
* Add lvref magic typeFather Chrysostomos2014-10-101-0/+8
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+21
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-12/+11
* mg.c: Avoid reifying GV for undefined sig handlerFather Chrysostomos2014-09-151-1/+3
* Make ‘SIG handler not defined’ UTF8- and null-safeFather Chrysostomos2014-09-151-5/+11
* Don’t call save_re_contextFather Chrysostomos2014-09-121-1/+0
* [perl #122669] Don’t taint at compile timeFather Chrysostomos2014-08-311-1/+1
* Atol can be strtol in disguise, so grok_atou.Jarkko Hietaniemi2014-07-221-5/+7
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-47/+2
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-12/+7
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* With this we are g++ -Wunused-* clean.Jarkko Hietaniemi2014-06-181-0/+6
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-2/+2
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-2/+2
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-2/+2
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+3
* perlapi: Include general informationKarl Williamson2014-06-051-1/+2
* Revert "PATCH: [perl #119499] "$!" with UTF-8 flag"Karl Williamson2014-06-051-15/+9
* Use C locale for "$!" ouside 'use locale' scopeKarl Williamson2014-06-051-2/+2
* Use PERL_UNUSED_RESULT.Jarkko Hietaniemi2014-06-021-30/+22
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-6/+9