summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate remaining uses of PL_statbufDagfinn Ilmari Mannsåker2017-06-011-1/+0
* Improve perlintern.pod docs for PL_dowarnAaron Crane2017-01-071-2/+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-2/+1
* PATCH: [perl #129953] lib/locale.t failures on FREEBSDKarl Williamson2016-11-281-1/+2
* rework perl #129903 - inf recursion from use of empty pattern in regex codeblockYves Orton2016-11-011-0/+1
* make PL_ pad vars be of type PADOFFSETDavid Mitchell2016-09-261-7/+7
* Re-order intrp structFather Chrysostomos2016-08-141-3/+1
* Remove PL_maxoFather Chrysostomos2016-08-141-1/+1
* Remove PL_(lex_)encoding and all dependent codeFather Chrysostomos2016-07-131-3/+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/+2
* 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 environment variable for -Dr: PERL_DUMP_RE_MAX_LENKarl Williamson2016-02-191-0/+2
* intrvar.h: document PL_tmps_maxDavid Mitchell2016-02-031-1/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+1
* remove deprecated PL_timesbufDaniel Dragan2016-01-171-5/+0
* Fix broken fix for RT #127212Aaron Crane2016-01-171-3/+5
* Fix version numbers in intrpvar.h commentsAaron Crane2016-01-171-2/+2