This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make SUPER::method calls work in moved stashes
[perl5.git] / regen /
2012-09-15 Father ChrysostomosIncrease $warnings::VERSION to 1.14
2012-09-15 Father ChrysostomosStop lexical warnings from turning off deprecations
2012-09-14 Karl Williamsonutf8.h: Use machine generated IS_UTF8_CHAR()
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add ability to restrict platforms
2012-09-14 Karl Williamsonutf8.h: Remove some EBCDIC dependencies
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: White-space only
2012-09-14 Karl Williamsonregen/regcharclass.pl: Extend previously added optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Rmv always true components from...
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add an optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Rename a variable
2012-09-14 Karl Williamsonregen/regcharclass.pl: Pass options deeper into call...
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add new output macro type
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add documentation
2012-09-14 Karl Williamsonregen/regcharclass.pl: Error check input better
2012-09-14 Karl Williamsonregen/regcharclass.pl: Allow comments in input
2012-09-14 Karl Williamsonregen/unicode_constants.pl: Add name parameter
2012-09-14 Karl Williamsonregexec.c: Use new macros instead of swashes
2012-09-14 Karl Williamsonregen/regcharclass.pl: Generate macros for \X processing
2012-09-14 Karl Williamsonregen/regcharclass.pl: Change to work on an empty class
2012-09-14 Karl Williamsonregen/regcharclass.pl: Fix bug for character '0'
2012-09-14 Karl Williamsonregen/regcharclass.pl: Work on EBCDIC platforms
2012-09-14 Karl Williamsonregen/regcharclass.pl: Remove Encode:: dependency
2012-09-14 Karl Williamsonregen/regcharclass.pl: Handle ranges, \p{}
2012-09-14 Karl WilliamsonRename regen'd hdr to reflect expanded capabilities
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Add ability to get native charset
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Allow explicit default on input
2012-09-14 Karl Williamsonregen/utf8_strings.pl: Copy empty input lines to output
2012-09-14 Karl Williamson/regcharclass.pl, utf8_strings.pl: Add guard to .h
2012-08-27 Karl WilliamsonAdd utility and .h for character's UTF-8
2012-08-27 Karl Williamsonregen/regcharclass.pl: Comment out obsolete code
2012-08-26 Father ChrysostomosRemove boolkeys op
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-26 Karl WilliamsonAdd caching to inversion list searches
2012-08-08 Father ChrysostomosAdd freed ops to PL_op_(name|desc)
2012-08-02 Karl Williamsonmktables: Generate tables for chars that aren't in...
2012-08-02 Karl Williamsonregen/mk_invlists: Add mode to generate above-Latin1...
2012-08-02 Karl Williamsonregen/mk_PL_charclass.pl: Remove obsolete code
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-26 Father ChrysostomosMerge ck_trunc and ck_chdir
2012-07-25 Karl Williamsonhandy.h: Free up bits in PL_charclass[]
2012-07-25 Karl Williamsonhandy.h: Move bit shifting into base macro
2012-07-25 Karl Williamsonhandy.h: l1_charclass.h: Add bit for matching ASCII
2012-07-25 Karl Williamsonregen/regcomp.pl: Allow ';' in comments
2012-07-18 Jan DuboisFixup indentation
2012-07-18 Daniel DraganAdding support for Visual C's __declspec(noreturn)...
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
next