summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #128263) handle PL_last_in_gv being &PL_sv_undefTony Cook2018-03-121-1/+1
* vec(): defer lvalue out-of-range croakingDavid Mitchell2017-03-311-1/+4
* Moving variables to their innermost scope.Andy Lester2017-02-181-4/+3
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-0/+8
* mg.c: PL_hints is unsignedKarl Williamson2017-02-131-2/+2
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-1/+1
* avoid disabling utf8 pos cache on tainted stringsDavid Mitchell2017-01-211-6/+25
* Reformat overlong comment.Abigail2017-01-161-5/+7
* $/ = \-1 will be fatal in Perl 5.28.Abigail2017-01-161-1/+1
* Setting ${^ENCODE} will be fatal by 5.28.Abigail2017-01-161-2/+2
* add setproctitle() support for DragonFly BSDPeter Avalos2017-01-071-1/+1
* add sv_set_undef() API functionDavid Mitchell2016-11-241-13/+15
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-3/+3
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-6/+3
* eliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()David Mitchell2016-11-121-1/+0
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-011-12/+25
* mg.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-6/+6
* add some code comments for the users of delimcpy()David Mitchell2016-09-071-0/+2
* Tainted dirs on VMS when not under DCL.Craig A. Berry2016-09-051-4/+7
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2016-09-031-1/+1
* Use new name 'is_utf8_invariant_string' in coreKarl Williamson2016-08-311-1/+1
* 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