This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note schedule for $[ removal in perlvar
[perl5.git] / embedvar.h
2017-11-11 Lukas Maiadd wrap_keyword_plugin function (RT #132413)
2017-11-09 Karl WilliamsonChange name of locale per-interpreter variable
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 Yves OrtonRestore "Add new hashing and "hash with state" infrastr...
2017-06-01 Dagfinn Ilmari Man... Eliminate remaining uses of PL_statbuf
2017-04-23 Yves OrtonRevert "Add new hashing and "hash with state" infrastru...
2017-04-23 Yves OrtonAdd new hashing and "hash with state" infrastructure
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-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-08-14 Father ChrysostomosRemove PL_maxo
2016-07-29 Karl Williamsonlocale.c: Revamp my_strerror() for thread-safeness
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-04-09 Karl WilliamsonAdd locale mutex
2016-02-19 Karl WilliamsonAdd environment variable for -Dr: PERL_DUMP_RE_MAX_LEN
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-17 Daniel Draganremove deprecated PL_timesbuf
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
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}/
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
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-13 Daniel Draganadd filename handling to xs handshake
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
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-09-01 Jarkko HietaniemiStatic initialization using 1/0 or 0/0 not C89.
2014-09-01 Jarkko HietaniemiDo not use HUGE_VAL/VALL for NV_INF.
2014-08-28 Father ChrysostomosSplit PL_padix into two variables
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-05-30 Karl WilliamsonRemove deprecated 'PL_sv_objcount'
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-09 Karl WilliamsonRemove PL_L1Posix_ptrs
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-09-24 Karl WilliamsonRemove PL_ASCII; use existing array slots for it
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-08-11 Father ChrysostomosMake PL_hints an alias for PL_compiling.cop_hints
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-18 Yves OrtonHarden hashes against hash seed discovery by randomizin...
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-10 Father ChrysostomosZap PL_glob_index
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-09-20 Enache AdrianGet rid of PL_formfeed.
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-08-28 Karl WilliamsonRefactor \X regex handling to avoid a typical case...
2012-08-26 Karl WilliamsonPrepare for Unicode 6.2
2012-08-26 Karl WilliamsonComment out unused function
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-11 Karl Williamsonintrpvar.h: Rmv no longer used PL_ variable
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-11 Zeframadd wrap_op_checker() API function
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl Williamsonregcomp.c: Use compile-time invlists
next