This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
parts/inc/utf8: Wrap qr in string eval
[perl5.git] / intrpvar.h
2019-09-13 Karl WilliamsonPATCH: [perl #134405] Compiler warnings in blead
2019-09-03 Karl WilliamsonRemove redundant documentation for PL_parser
2019-08-08 Tony Cook(perl #132777) APIify and document PL_perl_destruct_level
2019-08-08 Tony Cook(perl #132777) document (sort of) and APIify PL_runops
2019-08-08 Tony Cook(perl #132777) document and APIify PL_parser
2019-08-08 Tony Cook(perl #132777) document and APIify PL_defgv
2019-08-08 Tony Cook(perl #132777) APIify and document PL_curstash
2019-08-08 Tony Cook(perl #132777) document and add PL_curcop to the API
2019-08-08 Tony Cook(perl #132777) document PL_exit_flags
2019-05-24 Karl WilliamsonAdd some comments around tainting
2019-04-18 Karl Williamsonintrpvar.h: Add emphasis to comment
2019-02-19 David Mitchellfix thread issue with PERL_GLOBAL_STRUCT
2019-02-05 Karl WilliamsonAdd variable for if the current UTF-8 locale is Turkic
2018-07-14 Karl WilliamsonMake global two interpreter variables
2018-03-31 Karl WilliamsonUse compiled-in C structure for inverted case folds
2018-03-31 Karl WilliamsonRemove obsolete variables
2018-03-31 Karl WilliamsonUse charnames inversion lists
2018-03-26 Karl WilliamsonMove case change invlists from interpreter to global
2018-03-26 Karl WilliamsonMove UTF-8 case changing data into core
2018-03-16 Karl WilliamsonDon't include interpreter variable unless used
2018-03-14 Karl WilliamsonMake Unicode data structures global
2018-02-18 Karl WilliamsonAdd thread-safe locale handling
2018-02-18 Karl WilliamsonLatch LC_NUMERIC during critical sections
2018-02-18 Karl WilliamsonAdd Perl_setlocale()
2018-02-18 Karl WilliamsonUse proper #define to see if need PLnumeric underlying_obj
2018-01-31 Karl WilliamsonAvoid changing locale when finding radix char
2018-01-31 Karl WilliamsonCache locale UTF8-ness lookups
2018-01-31 Karl WilliamsonAvoid some unnecessary changing of locales
2017-12-27 Karl WilliamsonRemove unused interpreter variable
2017-12-25 Karl WilliamsonAdd script_run regex feature
2017-12-14 Zeframmake exec keep its argument list more reliably
2017-11-09 Karl WilliamsonChange name of locale per-interpreter variable
2017-10-27 Karl WilliamsonChange upper limit handling of -Dr output
2017-10-21 Aaron CraneDon't use VOL internally, because "volatile" works...
2017-09-11 Tony Cook(perl #127663) create a separate random source for...
2017-09-10 Karl WilliamsonAdd API function Perl_langinfo()
2017-07-27 David MitchellMake immortal SVs contiguous
2017-07-27 David Mitchelladd PL_sv_zero
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-01-07 Aaron CraneImprove perlintern.pod docs for PL_dowarn
2016-12-24 Karl WilliamsonCreate inversion list for Assigned code points
2016-12-23 Karl WilliamsonDeprecate isFOO_utf8() macros
2016-11-29 Karl WilliamsonChange name of PL_ variable
2016-11-29 Karl WilliamsonPATCH: [perl #129953] lib/locale.t failures on FREEBSD
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-09-26 David Mitchellmake PL_ pad vars be of type PADOFFSET
2016-08-14 Father ChrysostomosRe-order intrp struct
2016-08-14 Father ChrysostomosRemove PL_maxo
2016-07-13 Father ChrysostomosRemove PL_(lex_)encoding and all dependent code
2016-05-24 Karl WilliamsonDo better locale collation in UTF-8 locales
2016-05-24 Karl Williamsonlocale.c: Change algorithm for strxfrm() trials
2016-05-24 Karl WilliamsonChange mem_collxfrm() algorithm for embedded NULs
2016-05-24 Karl WilliamsonKeep track of if collation locale is UTF-8 or not
2016-02-19 Karl WilliamsonAdd environment variable for -Dr: PERL_DUMP_RE_MAX_LEN
2016-02-03 David Mitchellintrvar.h: document PL_tmps_max
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-17 Daniel Draganremove deprecated PL_timesbuf
2016-01-17 Aaron CraneFix broken fix for RT #127212
2016-01-17 Aaron CraneFix version numbers in intrpvar.h comments
2016-01-17 Aaron CraneRT #127212: retain binary compatibility across plain...
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-11-10 David Mitchellavoid (TAINTING_get && TAINT_get)
2015-10-20 Steve HayBump version to 5.23.5
2015-10-18 David Mitchelloptimise save/restore of PL_delaymagic.
2015-09-21 Peter MartiniBump the perl version in various places for 5.23.4.
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-09-04 Karl Williamsonperlapi, perlintern: Add L<> links to pod
2015-08-20 Matthew HorsfallBump the perl version in various places for 5.23.3.
2015-08-17 David Mitchelldocument what PL_generation is for
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-07-20 Matthew HorsfallBump version to 5.23.2
2015-06-20 Ricardo Signespatchlevel: we are now perl v5.23.1
2015-06-01 Ricardo Signesbump version to v5.23.0
2015-05-09 Ricardo Signesbump version to v5.22.0 with Porting/bump-perl-version
2015-04-20 Steve HayBump version for 5.21.12 (although it's unlikely to...
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-07 Karl WilliamsonSkip PL_warn_locale use unless compiled in
2015-02-21 Sawyer Xadded link to announcement
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-11-30 Father ChrysostomosAdd ‘immortal’ pad name intrp vars
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.21.7
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-10-20 AbigailBump the perl version in various places for 5.21.6
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-09-20 Steve HayBump version to 5.21.5
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-08-28 Father Chrysostomosintrpvar.h: Correct comment
next