summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* RT #127212: retain binary compatibility across plain/DEBUGGINGAaron Crane2016-01-171-3/+4
* Bump the perl version in various places for 5.23.7David Golden2015-12-211-2/+2
* Bump the perl version in various places for 5.23.6Abigail2015-11-201-2/+2
* avoid (TAINTING_get && TAINT_get)David Mitchell2015-11-101-1/+1
* Bump version to 5.23.5Steve Hay2015-10-201-2/+2
* optimise save/restore of PL_delaymagic.David Mitchell2015-10-181-0/+15
* Bump the perl version in various places for 5.23.4.Peter Martini2015-09-211-2/+2
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-1/+1
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-5/+5
* Bump the perl version in various places for 5.23.3.Matthew Horsfall2015-08-201-2/+2
* document what PL_generation is forDavid Mitchell2015-08-171-1/+2
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-3/+0