summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-0/+4
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-2/+0
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-0/+6
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+4
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+5
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-1/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+1
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-0/+35
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-1/+5
* Remove swashes from coreKarl Williamson2019-11-061-8/+0
* intrpvar.h: Add variable for use in tr///Karl Williamson2019-11-061-0/+2
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-1/+0
* PATCH: [perl #134405] Compiler warnings in bleadKarl Williamson2019-09-121-0/+4
* Remove redundant documentation for PL_parserKarl Williamson2019-09-021-9/+0
* (perl #132777) APIify and document PL_perl_destruct_levelTony Cook2019-08-081-2/+22
* (perl #132777) document (sort of) and APIify PL_runopsTony Cook2019-08-081-0/+8
* (perl #132777) document and APIify PL_parserTony Cook2019-08-081-0/+8
* (perl #132777) document and APIify PL_defgvTony Cook2019-08-081-0/+8
* (perl #132777) APIify and document PL_curstashTony Cook2019-08-081-0/+7
* (perl #132777) document and add PL_curcop to the APITony Cook2019-08-081-0/+9
* (perl #132777) document PL_exit_flagsTony Cook2019-08-081-0/+31
* Add some comments around taintingKarl Williamson2019-05-241-1/+1
* intrpvar.h: Add emphasis to commentKarl Williamson2019-04-181-1/+1
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-3/+0
* Add variable for if the current UTF-8 locale is TurkicKarl Williamson2019-02-051-0/+1
* Make global two interpreter variablesKarl Williamson2018-07-141-4/+0
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-4/+0
* Remove obsolete variablesKarl Williamson2018-03-311-1/+0
* Use charnames inversion listsKarl Williamson2018-03-311-2/+0
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-6/+0
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-0/+1
* Don't include interpreter variable unless usedKarl Williamson2018-03-161-0/+2
* Make Unicode data structures globalKarl Williamson2018-03-141-24/+0
* Add thread-safe locale handlingKarl Williamson2018-02-181-0/+8
* Latch LC_NUMERIC during critical sectionsKarl Williamson2018-02-181-0/+1
* Add Perl_setlocale()Karl Williamson2018-02-181-0/+2
* Use proper #define to see if need PLnumeric underlying_objKarl Williamson2018-02-181-1/+1
* Avoid changing locale when finding radix charKarl Williamson2018-01-301-0/+5
* Cache locale UTF8-ness lookupsKarl Williamson2018-01-301-0/+2
* 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
* Change name of locale per-interpreter variableKarl Williamson2017-11-081-3/+3
* Change upper limit handling of -Dr outputKarl Williamson2017-10-271-1/+1
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-211-1/+1
* (perl #127663) create a separate random source for internal useTony Cook2017-09-111-0/+8
* Add API function Perl_langinfo()Karl Williamson2017-09-091-0/+3
* Make immortal SVs contiguousDavid Mitchell2017-07-271-1/+7
* add PL_sv_zeroDavid Mitchell2017-07-271-0/+8