This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Consolidate SvREFCNT_INC-ish entries
[perl5.git] / intrpvar.h
2020-11-25 Karl Williamsonperlapi: PL_sv_yes and kin are read-only
2020-11-25 Karl Williamsonperlapi: Remove per-thread section; move to real scns
2020-11-25 Karl Williamsonperlapi: Move PL_dowarn to Warnings section
2020-11-06 Karl Williamsonperlapi: PL_runops is documented in perlguts
2020-11-02 Karl Williamsonintrpvar.h: Don't define an undef symbol
2020-09-22 Karl WilliamsonDocument PL_Sv
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-07-30 Todd RinaldoAdd missing removal of FCRYPT macro use after rebase
2020-07-30 Nicolas RFixing intrpvar.h from recent merge
2020-07-30 Richard LeachRemove obsolete FCRYPT ifdefs and associated PL_cryptse...
2020-07-30 Richard Leachintrpvar.h -reorder PERLVARS to close x86-64 alignment...
2020-07-20 Dagfinn Ilmari Man... Remove PERL_GLOBAL_STRUCT
2020-06-02 Karl WilliamsonMake PL_utf8_foldclosures interpreter level
2020-03-09 Tomasz Konojackioptimize sort by inlining comparison functions
2020-02-20 Karl WilliamsonFixup POSIX::mbtowc, wctomb
2020-02-20 Karl WilliamsonPOSIX::mblen() Make thread-safe; allow shift state...
2019-12-17 Karl WilliamsonNote that certain flags are documented
2019-12-15 Tony CookRevert "Move PL_check to the interp vars to fix threadi...
2019-12-12 Stefan SeifertMove PL_check to the interp vars to fix threading issues
2019-11-27 Karl WilliamsonMove regex global variables to interpreter level
2019-11-18 David Mitchelladd explicit 1-arg and 3-arg sig handler functions
2019-11-07 Karl WilliamsonRemove swashes from core
2019-11-07 Karl Williamsonintrpvar.h: Add variable for use in tr///
2019-11-01 Karl WilliamsonRmv more deprecated characlassify/case change macros
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...
next