summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* Add some apidocs about the PL_infix_plugin variablePaul "LeoNerd" Evans2022-12-081-0/+95
* Define a PL_infix_plugin hook, of a similar style to PL_keyword_pluginPaul "LeoNerd" Evans2022-12-081-1/+3
* locale.c: Fix memory leakKarl Williamson2022-11-291-1/+1
* Switch libc per-interpreter data when tTHX changesKarl Williamson2022-10-181-0/+1
* Use general locale mutex for numeric operationsKarl Williamson2022-09-091-3/+0
* perlvars.h - move length computation to a defineYves Orton2022-09-071-1/+2
* hv_func.h - change _PERL style macros to PVT_ style macrosYves Orton2022-08-091-2/+2
* make PL_origenviron globalTomasz Konojacki2022-05-291-0/+1
* make PERL_USE_SAFE_PUTENV the default and the only optionTomasz Konojacki2022-05-291-4/+0
* perl.c: duplicate environ when PERL_USE_SAFE_PUTENV is definedTomasz Konojacki2022-05-291-0/+2
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-1/+1
* [#18555] Ensure that PL_hash_seed and PL_hash_state are word alignedYves Orton2021-02-131-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-7/+7
* perl.h: Add capability for many-reader ENV mutex lockingKarl Williamson2020-12-191-1/+1
* Refactor locale mutex setupKarl Williamson2020-12-081-2/+0
* Remove empty "#ifdef"sTom Hukins2020-12-081-3/+0
* perlvars.h: Fix commentKarl Williamson2020-12-041-1/+1
* Remove PL_appctx and PL_timesbase interpreter variablesDagfinn Ilmari Mannsåker2020-07-201-8/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-12/+0
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-4/+0
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+1
* add POD for PL_phase, including exampleFelipe Gasper2019-12-301-0/+18
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-0/+1
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-1/+0
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-35/+0
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-2/+7
* Remove generation and use of NonFinalFold tableKarl Williamson2019-11-161-1/+0
* Fix apidoc macro entriesKarl Williamson2019-06-251-2/+2
* Add hook for Unicode private use overrideKarl Williamson2019-03-071-0/+1
* perlvars.h: remove #ifdef DEBUGGINGDavid Mitchell2019-02-191-2/+0
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-0/+10
* PL_InBitmap: fix with -DPERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-1/+1
* foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-0/+16
* Add global hash to handle \p{user-defined}Karl Williamson2019-02-141-1/+8
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+4
* regen/mk_invlists.pl: Create new inversion listKarl Williamson2019-02-051-0/+1
* perlvars.h: A variable was being initialized unnecessarilyKarl Williamson2018-12-301-1/+1
* Change name of PL_NonL1NonFinalFoldKarl Williamson2018-12-251-1/+1
* Change name of PL_utf8_foldable variableKarl Williamson2018-12-251-3/+2
* regen/mk_invlists.pl: Add new tableKarl Williamson2018-12-071-0/+1
* Make global two interpreter variablesKarl Williamson2018-07-141-0/+2
* regcomp.c: SimplifyKarl Williamson2018-06-251-0/+1
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-0/+4
* Use charnames inversion listsKarl Williamson2018-03-311-0/+2
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-0/+5
* Make Unicode data structures globalKarl Williamson2018-03-141-0/+24
* Work around Microsoft threaded locale bug for localeconv()Karl Williamson2018-03-121-1/+3
* Don't create locale object unless threadedKarl Williamson2018-03-121-5/+1
* Don't create unneeded mutexesKarl Williamson2018-03-121-1/+2