summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* grok_atoUV: allow non-C strings and documentKarl Williamson2018-06-251-1/+1
* mg.c: Fix isSCRIPT_RUN callKarl Williamson2018-03-021-2/+1
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+9
* Add ${^SAFE_LOCALES}Karl Williamson2018-02-181-1/+13
* Add check that "$!" is correctly interpreted as UTF-8Karl Williamson2018-01-301-3/+9
* Remove uncompilable codeKarl Williamson2018-01-301-7/+1
* mg.c: Convert to use is_utf8_non_invariant_string()Karl Williamson2017-11-261-3/+2
* fix handling of registered warning categoriesZefram2017-11-151-22/+8
* store AV iterator as mg_len in more casesZefram2017-11-111-6/+6
* mg.c: Use memchr instead of strchrKarl Williamson2017-11-061-2/+3
* mg.c: simplify cpp conditionalsAaron Crane2017-10-211-33/+13
* get rid of "implicit fallthrough" warnings with gcc 7Lukas Mai2017-10-131-0/+1
* (perl #127663) safer in-place editingTony Cook2017-09-111-0/+36
* (perl #128263) handle PL_last_in_gv being &PL_sv_undefTony Cook2017-08-311-1/+1
* add sv_string_from_errnum()Zefram2017-08-191-7/+51
* Improve heuristic for UTF-8 detection in "$!"Karl Williamson2017-08-181-5/+17
* change sv_setsv(sv,NULL) to sv_set_undef(sv)David Mitchell2017-07-271-5/+6
* gv.c, mg.c: fix 32-bit compiler warningsDavid Mitchell2017-06-121-7/+7
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-071-7/+2
* Forbid setting $/ to a reference to a non-postive integerDagfinn Ilmari Mannsåker2017-06-051-7/+4
* Fix inconsistent whitespace in mg.cDagfinn Ilmari Mannsåker2017-06-051-8/+8
* Define and use symbolic constants for LvFLAGSDagfinn Ilmari Mannsåker2017-06-021-5/+5
* 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