summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* regen/HeaderParser.pm - remove comments from elif/else/endif when the content...Yves Orton2023-04-051-1/+1
* fix incorrect vi filetype declarations in generated filesLukas Mai2023-03-241-1/+1
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+2
* generated files - update mode lines to specify file typeElvin Aslanov2023-02-191-2/+2
* embed.h - make regen after recent changesYves Orton2022-12-241-349/+351
* Some locale operations need to be done in proper threadKarl Williamson2022-10-181-0/+1
* locale: Create special variable to hold current LC_ALLKarl Williamson2022-10-181-0/+1
* Use general locale mutex for numeric operationsKarl Williamson2022-09-091-1/+0
* Make the locale mutex a general semaphoreKarl Williamson2022-09-091-0/+1
* locale.c: Rmv no longer used code; UTF8ness cacheKarl Williamson2022-09-021-1/+0
* op.c - Restrict nested eval/BEGIN blocks to a user controllable maximumYves Orton2022-09-021-0/+1
* locale.c: Save underlying radix characterKarl Williamson2022-09-011-0/+1
* locale.c: Cache the current LC_CTYPE locale nameKarl Williamson2022-08-311-0/+1
* Add a new env var PERL_RAND_SEEDYves Orton2022-08-121-0/+2
* locale.c: Add fcn to hide edge case undefined behaviorKarl Williamson2022-08-091-0/+1
* locale.c: Generalize stdize_locale()Karl Williamson2022-08-091-0/+2
* Make fc(), qr//i thread-safe on participating platformsKarl Williamson2022-06-111-0/+1
* make PL_origenviron globalTomasz Konojacki2022-05-291-1/+0
* Add a PL_prevailing_version interpreter varPaul "LeoNerd" Evans2022-02-131-0/+1
* 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