summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mg.c:_get_encodingFather Chrysostomos2016-07-131-6/+0
* Remove PL_(lex_)encoding and all dependent codeFather Chrysostomos2016-07-131-34/+0
* Disable ${^ENCODING}Father Chrysostomos2016-07-131-34/+2
* mg.c: move declaration of i closer to its useLukas Mai2016-01-311-1/+1
* Probe for and expose more fields for SA_SIGINFODagfinn Ilmari Mannsåker2016-01-261-7/+21
* Perl_magic_set(): remove unused var 's'David Mitchell2015-12-011-7/+8
* split off the $0 setting so mutex use can be annotatedJarkko Hietaniemi2015-11-231-68/+81
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-191-0/+10
* fix up EXTEND() callersDavid Mitchell2015-10-021-1/+3
* amigaos4: setenv magic should work with __amigaos4__Andy Broad2015-09-051-2/+2
* perlapi: Change some 'eg' to 'e.g.'Karl Williamson2015-09-031-2/+2
* perlapi: Add some S<>Karl Williamson2015-09-031-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-13/+13
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-8/+8
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-6/+0
* silence some gcc -pendantic warningsDavid Mitchell2015-06-191-1/+1
* 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