This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: Add dependencies
[perl5.git] / regen /
2015-06-05 Karl Williamsonregen/regcharclass.pl: Add dependencies
2015-06-03 Daniel Draganfeature.pm remove unused lexicals
2015-06-01 Ricardo Signesfeature: add the 5.23 bundle (same as 5.22)
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-23 David Goldendiscourage use warnings FATAL => 'all'
2015-03-20 Karl Williamsonregen/mk_invlists.pl: Handle earlier Unicode versions
2015-03-19 Karl Williamsonregen/regcharclass.pl: Need to rebuild when source...
2015-03-19 Karl Williamsonregen/mk_invlists.pl depends on mktables
2015-03-19 Karl Williamsonregen/mk_invlists.pl: Don't quit so easily
2015-03-19 Karl Williamsonregen/regen_lib.pl: Don't die on missing digest
2015-03-18 Karl WilliamsonRemove PL_ prefix for recently added non-globals
2015-03-17 Ricardo SignesRevert discouragement of fatal warnings
2015-03-17 James E Keenanperldelta entry for ce3778a3796be3e4604ed9b3671ea624c5a...
2015-03-17 David GoldenDocument FATAL warnings as discouraged.
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-21 Karl Williamson\s matching VT is no longer experimental
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add tables for \b{sb}
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add tables for \b{wb}
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add GCB tables
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Revamp #if generation
2015-02-20 Karl Williamsonregen/mk_invlists.pl: Add capability for line break...
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father Chrysostomosfeature.pm: Document the bitwise feature
2015-02-01 Father ChrysostomosWarning about experimental bitops
2015-02-01 Father ChrysostomosAdd OP_IS_INFIX_BIT
2015-02-01 Father ChrysostomosAdd experimental::bitwise warnings category
2015-02-01 Father ChrysostomosIncrease $feature::VERSION to 1.40
2015-02-01 Father ChrysostomosAdd bitwise feature feature
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-02-01 Father ChrysostomosAdd overload types for string-specifc bitops
2015-01-29 Lajos VeresCorrections to spelling and grammatical errors.
2015-01-26 David Mitchellregen/op_private: update comment
2015-01-25 Ævar Arnfjörð Bjar... Revert the support for new warning categories outside...
2015-01-22 Karl Williamsonregen/charset_translations.pl: Clarify comment
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Rename function
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Do less work
2015-01-22 Karl Williamsonregen/mk_invlists.pl: White-space only
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Skip unnecessary work
2015-01-22 Karl Williamsonregen/mk_invlists.pl: output sorted
2015-01-22 Karl Williamsonregen/mk_invlists.pl: Output code points as hex
2015-01-20 Father ChrysostomosAdd experimental::const_attr warning category
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-13 Karl WilliamsonAdd new warnings category for "use re 'strict'"
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-31 Karl Williamsonwarnings.pm: Fix too long verbatim lines
2014-12-30 Father Chrysostomosop_private: Update note about targlex and trans
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-21 Father Chrysostomosop.c: Skip allocating entersub targ for Perl sub
2014-12-07 Father Chrysostomosgelem and refassign can have OA_RETSCALAR
2014-12-07 Father ChrysostomosGive require the OA_RETSCALAR flag
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-05 Father ChrysostomosCorrect dependencies for charclass_invlists.h
2014-12-04 Father ChrysostomosAdd checksum to regcharclass.h
2014-12-04 Father ChrysostomosAdd checksum to charclass_invlists.h
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-30 Father ChrysostomosRemove proto magic type
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-22 Ricardo Signesdocument the postderef feature in feature.pm
2014-11-13 Father Chrysostomos[perl #123161] Add %B::Op_private::ops_using
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-11 Father Chrysostomosop_private: Update concat TARGLEX comment
2014-11-10 Father ChrysostomosMore TARGLEX comments in op_private
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father ChrysostomosShrink PL_op_private_bitdefs
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomoskill is not OA_DANGEROUS
2014-11-09 Father Chrysostomosexec is not OA_DANGEROUS
2014-11-09 Father Chrysostomosenterwrite is not OA_DANGEROUS
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from exit
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from loopctl-type ops
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from die
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from cond_expr
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from grep and map
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from sort
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from non-integer postdec/inc
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY on non-integer postdec/inc
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from subst(cont)
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from match
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for split
2014-11-08 Father ChrysostomosRenumber op flags so TARGET_MY and OUR_INTRO differ
2014-11-08 Father Chrysostomosop_private: Remove incorrect OPpLVREF_TYPE comment
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-11-04 Karl WilliamsonAdd 'locale' warning category
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
2014-11-03 Jim Cromieend the pp_mapstart trickery
2014-11-02 Karl Williamsonregen/ebcdic.pl: Allow making tables in hex
2014-10-20 David Mitchellfix typo in regen/opcode.pl
2014-10-18 Father ChrysostomosUse srefgen for anoncode
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-18 Doug Bellmention 'switch' is experimental in feature.pm
2014-10-15 Father ChrysostomosChange OA_DANGEROUS description in regen/opcode*
next