summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perlapi: Clarify process of using undocumented globalsKarl Williamson2015-09-301-2/+7
* Static initialization using 1/0 or 0/0 not C89.Jarkko Hietaniemi2014-09-011-13/+0
* Do not use HUGE_VAL/VALL for NV_INF.Jarkko Hietaniemi2014-09-011-0/+13
* initialise PL_watch_pvxDavid Mitchell2014-04-111-1/+1
* Revert "[perl #119801] Stop @DB::dbline modifications from crashing"Father Chrysostomos2013-12-251-4/+0
* [perl #119801] Stop @DB::dbline modifications from crashingFather Chrysostomos2013-12-211-0/+4
* Fix SEGVs and test failures for -DPERL_GLOBAL_STRUCT_PRIVATENicholas Clark2013-07-121-3/+6
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-1/+1
* The size of PL_hash_seed depends on the chosen hash algorithm.Nicholas Clark2012-11-231-1/+1