summaryrefslogtreecommitdiff
path: root/embedvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore "Add new hashing and "hash with state" infrastructure"Yves Orton2017-06-011-0/+4
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-1/+0
* Revert "Add new hashing and "hash with state" infrastructure"Yves Orton2017-04-231-4/+0
* Add new hashing and "hash with state" infrastructureYves Orton2017-04-231-0/+4
* Create inversion list for Assigned code pointsKarl Williamson2016-12-231-0/+1
* Deprecate isFOO_utf8() macrosKarl Williamson2016-12-231-0/+1
* Change name of PL_ variableKarl Williamson2016-11-281-1/+1
* rework perl #129903 - inf recursion from use of empty pattern in regex codeblockYves Orton2016-11-011-0/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+4
* Remove PL_maxoFather Chrysostomos2016-08-141-1/+0
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+2
* Remove PL_(lex_)encoding and all dependent codeFather Chrysostomos2016-07-131-2/+0
* Do better locale collation in UTF-8 localesKarl Williamson2016-05-241-0/+1
* locale.c: Change algorithm for strxfrm() trialsKarl Williamson2016-05-241-0/+1
* Change mem_collxfrm() algorithm for embedded NULsKarl Williamson2016-05-241-0/+1
* Keep track of if collation locale is UTF-8 or notKarl Williamson2016-05-241-0/+1
* Add locale mutexKarl Williamson2016-04-091-0/+2
* Add environment variable for -Dr: PERL_DUMP_RE_MAX_LENKarl Williamson2016-02-191-0/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+1
* remove deprecated PL_timesbufDaniel Dragan2016-01-171-1/+0
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+0
* Add \b{sb}Karl Williamson2015-02-191-0/+1
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+1
* Remove obsolete macros/tables for \XKarl Williamson2015-02-191-2/+0
* Add qr/\b{gcb}/Karl Williamson2015-02-191-0/+1
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-0/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+1