summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+1
* makedef.pl: Use all #ifdefs to decideKarl Williamson2018-02-181-1/+4
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+6
* Initialize locale object even in unthreaded perlsKarl Williamson2017-08-121-3/+4
* Restore "Add new hashing and "hash with state" infrastructure"Yves Orton2017-06-011-0/+6
* Revert "Add new hashing and "hash with state" infrastructure"Yves Orton2017-04-231-6/+0
* Add new hashing and "hash with state" infrastructureYves Orton2017-04-231-0/+6
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+7
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+4
* Add locale mutexKarl Williamson2016-04-091-0/+2