This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for fea90cfbe1f
[perl5.git] / regen /
2023-09-25 Tony Cookfeature: document feature bundle ':all' and why you...
2023-09-07 Richard Leachpp_(i_)negate: add the TARGMY optimization
2023-09-01 Paul "LeoNerd" EvansDefine a 'v' flag in embed.fnc which says that a variad...
2023-08-31 Tony Cookfeatures: populate cop_features from a hints hash the...
2023-08-29 Richard LeachOP_EMPTYAVHV: create ops in newANONHASH/newANONLIST...
2023-08-02 Paul "LeoNerd" EvansAdded __CLASS__ keyword, which yields the runtime class...
2023-07-26 Yves Ortonuniversal.c - change import with args error to be a...
2023-07-26 Dagfinn Ilmari Man... Remove microperl
2023-07-22 Dagfinn Ilmari Man... Make bareword_filehandles feature wording consistent
2023-07-16 Yves Ortonregen/HeaderParser.pm - friendly perl version check
2023-07-10 Karl Williamsonregen/unicode_constants.pl: Add Arabic radix
2023-07-10 Karl Williamsonregen/unicode_constants.pl: Add generating first byte...
2023-07-04 Tony Cookbump $warnings::VERSION
2023-07-04 Hugo van der Sandensquashme: rename stub new to open
2023-07-04 Hugo van der Sandenwarnings doc improvements
2023-07-02 Ricardo Signesfeature.pm: update and regen for v5.39.0
2023-06-11 Ricardo Signeswarnings: notes on when deprecated::smartmatch was...
2023-06-02 Ricardo Signesversion bump: bump warnings.pm version
2023-06-02 Ricardo Signesversion bump: new version is v5.38.0
2023-05-15 Leon TimmermansRevert "Refactor opcode.pl - use c99 array initializati...
2023-05-15 Leon TimmermansRevert "Refactor opcode.pl - with c99 array init index...
2023-05-03 Elvin AslanovRemove duplicate "the" in comments
2023-04-19 Tomasz Konojackiregen/embed.pl: don't hide mathoms
2023-04-05 Yves Ortonregen/HeaderParser.pm - improved expression formatting...
2023-04-05 Yves Ortonregen/HeaderParser.pm - remove comments from elif/else...
2023-04-05 Yves Ortonregen/HeaderParser.pm - with multi-term expressions...
2023-03-23 Lukas Maidon't set a special filetype for generated .gitignore
2023-03-23 Lukas Maifix incorrect vi filetype declarations in generated...
2023-03-18 Yves Ortonregen/embed.pl - change _aDEPTH and _pDEPTH to not...
2023-03-18 Yves Ortont/porting/deprecation.t - add tests for deprecation...
2023-03-18 Yves Ortonembed.fnc - document deprecate_xxx() macros and add...
2023-03-18 Yves Ortonregen/warnings.pl - line up categories, put them in...
2023-03-18 Yves Ortonwarnings.pm - add deprecated::version_downgrade category
2023-03-18 Yves Ortonwarnings.pm - add deprecated::goto_construct category
2023-03-18 Yves Ortonwarnings.pm - add deprecated::delimiter_will_be_paired...
2023-03-18 Yves Ortonwarnings.pm - add deprecated::apostrophe_as_package_sep...
2023-03-18 Yves Ortonwarnings.pm - support deprecated::unicode_property_name...
2023-03-18 Yves Ortonwarnings.pm - add deprecated::dot_in_inc warings category
2023-03-18 Yves Ortonwarnings.pm - support deprecated::smartmatch category
2023-03-18 Yves Ortonpp_ctl.c - add support for hooking require.
2023-03-18 Yves Ortonscope.c - add mortal_destructor_sv() and mortal_svfunc_x()
2023-03-18 Yves Ortonregen/mg_vtable.pl - rename confusing var %sig to ...
2023-03-06 Yves Ortonscope.c - improved RCPV support, SAVERCPV SAVEFREERCPV
2023-02-28 David Mitchelleval_sv(): call pp_entereval() via runops
2023-02-24 James E KeenanBump $VERSION in lib/feature.pm to 1.81.
2023-02-24 Philippe Bruhat... Document that smartmatch is deprecated and will be...
2023-02-24 Philippe Bruhat... Deprecate smartmatch
2023-02-22 Richard LeachPrefer scalar assignment to get caller's first return...
2023-02-20 Branislav Zahradníkpp: use PP macro consistently
2023-02-19 Yves Ortonembed.pl - sort and dedupe flags in embef.fnc as part...
2023-02-19 Yves Ortonembed.fnc - sort entries alphabetically by function...
2023-02-19 Elvin Aslanovgenerated files - update mode lines to specify file...
2023-02-19 Yves Ortonregen/regen_lib.pl - don't leave -new files in the...
2023-02-10 Paul "LeoNerd" EvansField :param attributes, //= and ||= default assignments
2023-02-10 Paul "LeoNerd" EvansAccept field VAR = EXPR on field vars
2023-02-10 Paul "LeoNerd" EvansInitial attack at basic 'class' feature
2023-02-01 Yves Ortonembed.pl - the 's', 'S', 'i' and 'I' flags are mutually...
2023-01-16 Dagfinn Ilmari Man... Remove full stop in the 'try' feature heading
2023-01-14 Yves Ortonembed.pl - add a way to declare a parameter should...
2023-01-11 James E KeenanCorrect one character typo appearing in lib/feature.pm
2023-01-09 Yves Ortonregcomp.pl - fixup intflags debug data to handle gaps...
2023-01-04 Yves Ortonregen/embed_lib.pl - don't add integer to reference...
2022-12-24 Yves Ortonregen/regcomp.pl - use regen/HeaderParser to read regno...
2022-12-24 Yves Ortonregen/feature.pl - use regen/HeaderParser to parse...
2022-12-24 Yves Ortonregen/embed.pl - switch to using HeaderParser for code...
2022-12-24 Yves Ortonregen/HeaderParser.pm - A module to parse our header...
2022-12-19 Paul "LeoNerd" EvansDefine OP_HELEMEXISTSOR, a handy LOGOP shortcut for...
2022-12-09 Yves Ortonregcomp.c - decompose into smaller files
2022-11-30 Zakariyya MughalDocument postderef_qq support for ->$#* interpolation
2022-11-30 Karl Williamsonfeature.pm: Bump version number
2022-11-26 Paul "LeoNerd" EvansRecognise `//=` and `||=` syntax in signature parameter...
2022-11-14 Paul "LeoNerd" EvansWhitespace alignment fix in regen/feature.pl
2022-11-05 Yves Ortonregen/regcomp.pl - add more detail on what the script...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - with c99 array init index comments...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - use c99 array initialization ...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - use INIT() macro instead of #ifdef...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - B/Op_private.pm - move generator...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - pp_proto.h - move generator code...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - unglobalize output...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move epilogue into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move opcode predicates...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opnames.h - move enum generator...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - unglobalize output...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_opargs into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_check into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move PL_ppaddr into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move opnames into function
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move defines into function
2022-11-05 Branislav ZahradníkRefactor opcode.pl - opcode.h - move prologue into...
2022-11-05 Branislav ZahradníkRefactor opcode.pl - required little bit newer perl
2022-11-05 Branislav ZahradníkRefactor opcode.pl - untabify
2022-11-04 Yves Ortonscope.* - revert and rework SAVECOPWARNINGS change
2022-11-02 Yves Ortoncop.h - get rid of the STRLEN* stuff from cop_warnings
2022-11-02 Yves Ortonwarnings.h - length guard cop_warnings bitvector checks
2022-11-02 Yves Ortonscope.* - more flexible ways to save warning bits
2022-11-01 Yves Ortonop.c - use refcounted pv pointers for cop_warnings
2022-11-01 Yves Ortonregen/scope_types.pl - add tool to manage the scope...
2022-11-01 Leon TimmermansAdd PERL_MAGIC_extvalue
2022-11-01 chromaticEnable `use feature 'module_true'`
2022-10-26 Yves Ortonfeature.h - simplify expression CURRENT_HINTS expression
next