summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-23/+1
* Fix broken PERL_MEM_LOG under threadsKarl Williamson2020-12-191-0/+1
* Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)Richard Leach2020-07-301-1/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-129/+0
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-2/+1
* Add mutex for accessing ENVKarl Williamson2020-03-111-0/+2
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-1/+0
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-0/+2
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+1
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-1/+2
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-2/+1
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-62/+31
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+6
* Remove generation and use of NonFinalFold tableKarl Williamson2019-11-161-2/+0
* Remove swashes from coreKarl Williamson2019-11-061-5/+0
* intrpvar.h: Add variable for use in tr///Karl Williamson2019-11-061-0/+1
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-1/+0
* Add hook for Unicode private use overrideKarl Williamson2019-03-071-0/+2
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-1/+4
* foo_cloexec() under PERL_GLOBAL_STRUCT_PRIVATEDavid Mitchell2019-02-191-0/+18
* Add global hash to handle \p{user-defined}Karl Williamson2019-02-141-0/+4
* Add mutex for dealing with qr/\p{user-defined}/Karl Williamson2019-02-141-0/+2
* Add variable for if the current UTF-8 locale is TurkicKarl Williamson2019-02-051-0/+1
* regen/mk_invlists.pl: Create new inversion listKarl Williamson2019-02-051-0/+2
* Change name of PL_NonL1NonFinalFoldKarl Williamson2018-12-251-2/+2
* Change name of PL_utf8_foldable variableKarl Williamson2018-12-251-2/+2
* regen/mk_invlists.pl: Add new tableKarl Williamson2018-12-071-0/+2
* Make global two interpreter variablesKarl Williamson2018-07-141-2/+4
* regcomp.c: SimplifyKarl Williamson2018-06-251-0/+2
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-1/+2
* Remove obsolete variablesKarl Williamson2018-03-311-1/+0
* Use charnames inversion listsKarl Williamson2018-03-311-2/+4
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-5/+10
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-0/+1
* Make Unicode data structures globalKarl Williamson2018-03-141-19/+38
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+1
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+3
* Add Perl_setlocale()Karl Williamson2018-02-181-0/+2
* Avoid changing locale when finding radix charKarl Williamson2018-01-301-0/+1
* Cache locale UTF8-ness lookupsKarl Williamson2018-01-301-0/+1
* Avoid some unnecessary changing of localesKarl Williamson2018-01-301-0/+1
* Remove unused interpreter variableKarl Williamson2017-12-261-1/+0
* Add script_run regex featureKarl Williamson2017-12-241-0/+1
* make exec keep its argument list more reliablyZefram2017-12-141-2/+0
* add wrap_keyword_plugin function (RT #132413)Lukas Mai2017-11-111-0/+2
* Change name of locale per-interpreter variableKarl Williamson2017-11-081-1/+1
* (perl #127663) create a separate random source for internal useTony Cook2017-09-111-0/+1
* Add API function Perl_langinfo()Karl Williamson2017-09-091-0/+2
* Make immortal SVs contiguousDavid Mitchell2017-07-271-0/+1
* add PL_sv_zeroDavid Mitchell2017-07-271-0/+1