summaryrefslogtreecommitdiff
path: root/mg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-2/+2
* gh19081: also deliver SIGFPE in an "unsafe" mannerHugo van der Sanden2021-09-081-0/+3
* Convert some existing uses of SvRV_set() to use the new sv_setrv* family of f...Paul "LeoNerd" Evans2021-08-251-5/+1
* Only set IOKp, not IOK on $) and $(.Felipe Gasper2021-07-061-1/+7
* Call magic on all elements on %SIG delocalizationLeon Timmermans2021-06-021-0/+18
* Set %ENV keys using the same byte-string logic as setting %ENV values.Felipe Gasper2021-04-161-1/+16
* mg.c: Silence compiler warningKarl Williamson2021-03-181-1/+1
* fixup Perl_magic_freemglob()David Mitchell2021-02-221-4/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1160/+1160
* Remove empty "#ifdef"sTom Hukins2020-12-081-4/+0
* remove ${^WIN32_SLOPPY_STAT}Tony Cook2020-12-011-10/+0
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-4/+4
* remove assertion that collation magic has dataTony Cook2020-10-291-3/+6
* add Perl_magic_freemglob() magic vtable methodDavid Mitchell2020-10-231-6/+21
* add Perl_magic_freeutf8() magic vtable methodDavid Mitchell2020-10-231-1/+17
* add Perl_magic_freecollxfrm() magic vtable methodDavid Mitchell2020-10-231-5/+16
* mg.c: Note that MAGIC is documented hereKarl Williamson2020-10-081-0/+2
* mg.c: Use SvTRUE instead of sv_trueKarl Williamson2020-09-051-1/+1
* Document whichsig and kinKarl Williamson2020-09-051-0/+25
* Reorganize perlapiKarl Williamson2020-09-041-1/+4
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-3/+0
* 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