summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* fixup to free_and_set_cop_warnings()David Mitchell2020-03-201-3/+3
* Add macro to free and set cop_warningsNicolas R2020-03-161-19/+13
* Pass the canonical signal name to the signal handler when it is invoked.Todd Rinaldo2020-02-041-1/+2
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-6/+7
* Perl_csighandler(): remove forward declarationDavid Mitchell2019-11-181-7/+0
* Perl_perly_sighandler: re-indent some codeDavid Mitchell2019-11-181-38/+42
* Perl_perly_sighandler: combine two conditionsDavid Mitchell2019-11-181-3/+1
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-2/+55
* fix unsafe signals under exceptionsDavid Mitchell2019-11-181-1/+1
* add a new function, Perl_perly_sighandler()David Mitchell2019-11-181-9/+55
* add PERL_USE_3ARG_SIGHANDLER macroDavid Mitchell2019-11-181-6/+8
* add Siginfo_tDavid Mitchell2019-11-181-3/+3
* Fix: local variable hiding parameter of same nameJames E Keenan2019-11-121-2/+2
* Faster feature checksTony Cook2019-10-301-2/+12
* (perl #134169) mg.c reset endptr after useManuel Mausz2019-06-191-1/+3
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-1/+1
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-2/+2
* fix locale leak on zero-length stringsDavid Mitchell2019-04-161-1/+7
* fix leak with local ${^WARNING_BITS} = ...David Mitchell2019-03-251-0/+2
* 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