summaryrefslogtreecommitdiff
path: root/perlvars.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-0/+3
* add wrap_op_checker() API functionZefram2012-02-111-0/+40
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-33/+35
* Re-order perlvars.h to group related variables, and spread mutexes out.Nicholas Clark2011-06-121-45/+41
* PL_perlio_mutex is only needed with USE_UIHREADS && USE_PERLIONicholas Clark2011-06-121-1/+1
* Change PL_use_safe_putenv from int to bool.Nicholas Clark2011-06-121-1/+1
* Move PL_runops_{std,dbg} to perl.h, and make them const.Nicholas Clark2011-06-121-6/+0
* Move PL_global_struct_size, PL_interp_size{,_5_16_0} to perl.hNicholas Clark2011-06-121-18/+0
* In perlvar.h, move the always-present globals above those conditionally compiledNicholas Clark2011-06-121-2/+2
* Move PL_{revision,version,subversion} to perl.h, making them const U8.Nicholas Clark2011-06-121-9/+0