This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta updates
[perl5.git] / regen /
2012-07-14 Father Chrysostomos[perl #113470] Constant folding for pack
2012-07-13 Father Chrysostomosmg_vtable.pl: Mention all generated files
2012-06-29 Father ChrysostomosAdd OP_FREED op type
2012-06-22 Vincent PitReset the iterator when an array is cleared
2012-06-08 Father ChrysostomosConstant folding for x
2012-06-07 Karl Williamsondocs patch: 'unicode_strings' doesn't change utf8ness
2012-06-02 Karl Williamsonmk_PL_charclass.pl: Allow to work on early Unicodes
2012-06-02 Karl Williamsonmk_invlists.pl: Add error check and die if fails
2012-05-30 Father ChrysostomosExpunge study magic
2012-05-29 Father ChrysostomosMake pos use ck_fun and OA_SCALARREF
2012-05-29 Father ChrysostomosMake undef use ck_fun and OA_SCALARREF
2012-05-22 Karl Williamsonregen/mk_invlists.pl: Fail if inversion list not found
2012-05-22 Karl Williamsonhandy.h: New defn of isOCTAL_A() to free up bit
2012-05-22 Karl Williamsonmk_PL_charclass.pl: Don't use \w, \s
2012-05-22 Father ChrysostomosAnnihilate ‘A’ magic
2012-05-21 Father Chrysostomosfeature.pl: Make 5.even bundle imply 5.odd
2012-05-21 Father ChrysostomosCopy call checker when cloning closure prototype
2012-05-21 Father Chrysostomosregen/opcodes: Rmv evalonce comment
2012-05-21 Ricardo Signesadd the 5.17 feature bundle
2012-04-11 Nicholas ClarkTweak the FEATURE_IS_ENABLED() macro to avoid a bug...
2012-03-19 Nicholas ClarkIn feature.pm, inline current_bundle() into __common...
2012-03-19 Nicholas ClarkIn feature.pm, inline normalise_hints() into __common...
2012-03-19 Nicholas ClarkMerge the code common to feature::import and feature...
2012-03-19 Nicholas ClarkIn feature.pm, use a consistent code style in import...
2012-02-28 Karl WilliamsonPatch [perl #111400] [:upper:] broken for above Latin1
2012-02-25 Father ChrysostomosDon’t ‘normalise’ hints for bare ‘no feature’
2012-02-25 Father Chrysostomosregen/feature.pl: Show perl.h line num in error msg
2012-02-22 Ricardo Signes"no feature" now means reset to default
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl Williamsonl1_char_class_tab.h: Add field for quotemeta
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-11 Karl Williamsonregcomp.c: Remove duplicate inversion list
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl WilliamsonAdd regen/mk_invlists.pl, charclass_invlists.h
2012-02-05 David Goldenwarnings.pm docs: clarify categories are in perllexwarn
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-29 Brian FraserAdd the fc keyword in regen/feature.pl
2012-01-29 Father Chrysostomosfeature.h: Mask hints in CURRENT_FEATURE_BUNDLE
2012-01-27 Father ChrysostomosIncrease $warnings::VERSION to 1.13
2012-01-27 Father ChrysostomosAllow ${^WARNING_BITS} to turn off lexical warnings
2012-01-19 Steffen SchwigonBump several file copyright dates
2012-01-16 Tony Cookhandle U suffixed unsigned int literals from regexp.h
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2012-01-03 Father ChrysostomosExplain perlguts changes in mg_vtable.pl comment
2012-01-03 Father ChrysostomosRegenerate perlguts’ mg table automatically
2012-01-01 Father Chrysostomos[perl #103492] Give lvalue cx to (s)printf args
2011-12-25 Father Chrysostomosfeature.pl: Get HINT_UNI_8_BIT from perl.h
2011-12-25 Father ChrysostomosPort regen/regen_lib.pl to 5.6.2
2011-12-24 Father ChrysostomosDeparse implicit with ‘use feature’
2011-12-24 Father Chrysostomosuse VERSION needs to enable uni8bit hint
2011-12-24 Father Chrysostomosfeature.pl: Make the perl.h search more resilient
2011-12-24 Father Chrysostomosfeature.pl: Mention perl.h as a source
2011-12-24 Father ChrysostomosMake MAX_FEATURE_LEN reflect reality
2011-12-24 Father Chrysostomosfeature.h: FEATURE_IS_ENABLED can use CURRENT_HINTS
2011-12-24 Father Chrysostomosfeature.pl: Remove unused var
2011-12-24 Father Chrysostomosfeature.pm: Move hint normalisation to separate function
2011-12-24 Father Chrysostomosop.c: Use new feature bundle hints
2011-12-24 Father Chrysostomosfeature.h: Function for enabling bundles
2011-12-24 Father ChrysostomosMove FEATURE_IS_ENABLED to feature.h
2011-12-24 Father ChrysostomosEliminate ‘negative’ features
2011-12-24 Father Chrysostomosfeature.pl: Tweak comment
2011-12-24 Father Chrysostomosfeature.h: Avoid compiler warning
2011-12-24 Father ChrysostomosUse new feature-testing macros
2011-12-24 Father Chrysostomosfeature.pm: Set bundle hints when dis/enabling features
2011-12-24 Father Chrysostomosfeature.pm: Add function for getting the current bundle
2011-12-24 Father Chrysostomosfeature.pl: Use @HintedBundles for generating feature.h
2011-12-24 Father ChrysostomosGive feature.pm the bundle hints
2011-12-24 Father Chrysostomosfeature.pl: Generate list of feature bundles in pod
2011-12-24 Father Chrysostomosfeature.pl: Add section headers
2011-12-24 Father Chrysostomosfeature.pl: Move hint-checking code up
2011-12-24 Father ChrysostomosAdd macros for checking individual features
2011-12-24 Father Chrysostomosfeature.pl: %BundleRanges
2011-12-24 Father Chrysostomosfeature.h: Add macros for current hints
2011-12-24 Father Chrysostomosfeature.h: Parenthesise macro definition
2011-12-24 Father ChrysostomosMake feature.pl executable
2011-12-24 Father ChrysostomosUse only \w+ for internal feature names
2011-12-24 Father Chrysostomosfeature.pl: Remove the feature_ prefix from the data
2011-12-24 Father Chrysostomosfeature.pl: Gen %feature_bundle from %UniqueBundles
2011-12-24 Father ChrysostomosAdd feature.h, with constants for feature bundles
2011-12-24 Father ChrysostomosParse the feature hint bits & assert their usability
2011-12-24 Father ChrysostomosCreate regen/feature.pl
2011-12-23 Father Chrysostomos[perl #29070] Add vstring set-magic
2011-12-18 Father ChrysostomosStop seek($glob_copy...) from clearing PL_last_in_gv
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Matthew Horsfall... Throw a helpful warning when someone tries length(...
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-11-02 Father ChrysostomosWarn for $[ ‘version’ checks
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Accept Unicode 6.1 syntax
2011-10-01 Karl Williamsonmk_PL_charclass.pl: Revise comments, gen'd header
2011-09-16 Father ChrysostomosMerge postinc and postdec
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-10 Jim Cromieregen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
2011-09-10 Jim Cromieimplement OP_IS_NUMCOMPARE like other OP_IS macros
2011-08-25 Nicholas ClarkIn embed.pl, inline walk_table() into its only caller.
2011-08-25 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
2011-08-25 Nicholas ClarkAdd regen/embed_lib.pl, for the code that processes...
2011-08-25 Nicholas ClarkIn embed.pl, move processing embed.fnc and regen/opcode...
2011-08-25 Nicholas ClarkIn embed.pl, refactor the handling of varargs *_noconte...
2011-08-25 Nicholas ClarkIn embed.pl, simplify the code that parses regen/opcodes.
next