This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #129149) fix the test so skip has a SKIP: to work with
[perl5.git] / regen /
2017-01-05 Aaron CraneFix the Unicode Bug in the range operator
2016-12-24 Karl Williamsonregen/mk_invlists.pl: Create list of Assigned code...
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-12-14 Karl Williamsonregen/embed.pl: Enforce static fcn can't be declared...
2016-12-14 Karl Williamsonregen/embed.pl: Keep parsing for some fatal issues
2016-12-14 Karl Williamsonperlapi: Document ckWARN-type macros
2016-12-11 Karl Williamsonregen/regcharclass.pl: Add const cast
2016-11-30 Andy LesterRemove support for Splint static source code analyzer
2016-11-22 Andy LesterMake (P)ure funcs in embed.fnc imply (R)eturn must...
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-10-19 Yves OrtonAdd a way to have functions with a trailing depth argum...
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-29 Reini Urbansassign is wrongly declared as BASEOP, not BINOP.
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-09-18 Karl WilliamsonAdd macro for Unicode Corregindum #9 strict
2016-09-18 Karl WilliamsonAdd macro for determining if UTF-8 is Unicode-strict
2016-09-17 Karl WilliamsonisUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCII
2016-09-17 Karl Williamsonregen/regcharclass.pl: surrogates are code points
2016-09-01 Craig A. BerryMake PERLLIB_SEP dynamic on VMS.
2016-09-01 Karl WilliamsonAdd C macros for UTF-8 for BOM and REPLACEMENT CHARACTER
2016-09-01 Karl WilliamsonMake 3 UTF-8 macros API
2016-09-01 Karl Williamsonregen/embed.pl: Allow inline funcs to be named Perl_foo
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-07-17 David Mitchellbump feature.pm $VERSION
2016-07-17 Father ChrysostomosUpdate docs for declared_refs
2016-07-17 Father ChrysostomosAdd declared_refs feature feature
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-07-16 Father ChrysostomosGet regen to work before 5.10
2016-07-12 Father Chrysostomos[perl #128597] Crash from gp_free/ckWARN_d
2016-06-22 Karl WilliamsonPrepare for Unicode 9.0
2016-06-21 Matthew HorsfallSort @def before generating $warnings::DEFAULT.
2016-05-21 Father ChrysostomosAnother op description correction: & -> &.
2016-05-21 Father ChrysostomosCorrect ‘bitiwse’ in two op descriptions
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-21 Father Chrysostomosregen/opcodes: Re-order aeach, akeys, and avalues
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father ChrysostomosRemove @experimental from regen/feature.pl
2016-05-20 Father ChrysostomosIncrease $feature::VERSION to 1.44
2016-05-20 Father ChrysostomosUpdate feature.pm docs for lex sub acceptance
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-17 jimcbetter glibc i_modulo bug handling
2016-05-13 Karl Williamsonembed.fnc: Alter 'b' flag meaning
2016-05-13 Karl Williamsonregen/embed.pl: Don't: #define FOO FOO
2016-05-13 Karl Williamsonembed.fnc: Change 'b' flag to not imply 'p' flag
2016-05-13 Karl Williamsonregen/embed.pl: Verify flags field of embed.fnc
2016-05-09 Ricardo Signesfeature.pm: add the v5.25 bundle v5.25.0
2016-03-28 David Mitchellsilence -Wparentheses-equality
2016-03-17 Karl Williamsonregen/mk_invlists.pl: Revamp so works on earlier Unicodes
2016-03-02 Tony Cookbump $strict::VERSION and $warnings::VERSION
2016-03-02 Aristotle Pagaltzisnarrow the filename check in strict.pm/warnings.pm
2016-02-03 Karl WilliamsonUse table lookup for qr/\b{wb}/
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2016-01-21 Aaron Craneregen/mk_invlists.pl: add braces round subobject initia...
2016-01-19 Karl WilliamsonUse lookup table for /\b{gcb}/ instead of switch stmt
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-19 Karl WilliamsonMake tables for Perl-tailored Unicode Line_Break property
2016-01-19 Karl Williamsonregen/mk_invlists.pl: Use property's real values
2016-01-19 Karl Williamsonregen/mk_invlists.pl: Internal housekeeping
2016-01-19 Karl Williamsonregen/mk_invlists.pl: Keep internal enum values last
2016-01-15 David Mitchellembed.fnc and regen: detect duplicate fn defs
2016-01-14 Karl WilliamsonDon't generate EBCDIC POSIX-BC tables
2016-01-08 Karl WilliamsonTailor \b{wb} for Perl
2016-01-08 Lukas MaiDeparse.pm lives in lib/B now, not dist/B-Deparse
2015-12-10 Karl WilliamsonSkip casing for high code points
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-25 Karl Williamsonregen/ebcdic.pl: Output tables in hex
2015-11-10 David Mitchellsplit pp_postdec() from pp_postinc() and improve
2015-11-10 David Mitchellsplit pp_predec() from pp_preinc() and improve
2015-10-12 Tony Cook[perl #126051] make the warnings::enabled example use...
2015-10-12 Tony Cooksync regen/warnings.pl and warnings.pm $VERSION
2015-10-05 Yves OrtonCleanup, document, and restructure regen/regcomp.pl
2015-10-02 Ricardo Signesremove documentation for the now-removed lexical topic
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-09-29 Father ChrysostomosBump $warnings::VERSION to 1.34
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-04 Karl WilliamsonChange EBCDIC macro definition
2015-09-04 Karl Williamsonl1_char_class_tab.h: Add comments
2015-09-04 Karl Williamsonl1_char_class_tab.h: Add bits for UTF-EBCDIC
2015-09-04 Karl Williamsonregen/mk_PL_charclass.pl: Refactor a print
2015-09-04 Karl WilliamsonRemove no longer used #define
2015-08-19 David Mitchellck_refassign: selectively copy OPpPAD_INTRO/STATE
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-08-14 Jarkko HietaniemiNo __attribute__((nonnull(...))) from NN.
2015-08-01 Karl Williamsonregen/mk_PL_charclass.pl: Suppress extra null array...
2015-07-29 Karl Williamsonmktables: Fix up Name_Alias in early Unicodes
2015-07-29 Karl Williamsonmktables: Add handling of WB and SB for early Unicodes
2015-07-29 Karl Williamsonmktables: Fix GCB to work on early Unicodes
2015-07-29 Karl Williamsonregen/mk_invlists.pl: Handle early Unicodes CF
2015-07-29 Karl Williamsonregen/mk_invlists.pl: White-space only
2015-07-29 Karl Williamsonregen/mk_invlists.pl: Properly handle empty properties
2015-07-29 Karl Williamsonregen/mk_PL_charclass.pl: Use names known in all Unicodes
2015-07-29 Karl Williamsonregen/regcharclass.pl: Work on early Unicodes
2015-07-29 Karl Williamsonregen/mk_PL_charclass.pl: Don't confuse simple with...
2015-07-29 Karl Williamsonregen/unicode_constants.pl: Add U+130, +131
next