This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactored a loop.
[perl5.git] / regen /
2012-11-11 Karl Williamsonregen/mk_PL_charclass.pl: Use mktables table for charname
2012-11-10 David Mitchelladd padrange op
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-10-26 Craig A. BerryDe-globalize regcomp inversion lists.
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Move code to subroutine
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: White-space only; no code...
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Generate our own tables for...
2012-10-20 Karl Williamsonregen/mk_invlists.pl: Generate our own tables for certa...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Generate better code for some...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White-space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Refactor a 'return' slightly
2012-10-17 Karl Williamsonregen/regcharclass.pl: Change name of generated macro
2012-10-14 Karl Williamsonregen/mk_invlists.pl: Make list for multi-fold chars
2012-10-12 Karl Williamsonregen/mk_PL_charclass.pl: Add bit for if character...
2012-10-10 Daniel Draganfix C++ builds broken by cdc4a174060
2012-10-09 Daniel Draganhave embed.pl add PERL_CALLCONV_NO_RET to noreturn...
2012-10-09 Karl Williamsonregcomp.c: Refactor join_exact() to handle all multi...
2012-10-09 Karl Williamsonregen/regcharclass.pl: Generate macros for multi-char...
2012-10-09 Karl WilliamsonAdd regen/regcharclass_multi_char_folds.pl
2012-10-09 Karl Williamsonregen/regcharclass.pl: Simplify regex
2012-10-09 Karl Williamsonregen/regcharclass.pl: Add ability for more complex...
2012-10-03 Yves Ortonregen/regcharclass.pl: improved optree generation
2012-10-03 Yves Ortonregen/regcharclass.pl: add comments and some minor...
2012-10-01 Father ChrysostomosRemove length magic on scalars
2012-09-30 Father ChrysostomosIncrease $warnings::VERSION to 1.15
2012-09-30 Father ChrysostomosIncrease $feature::VERSION to 1.31
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-29 Yves Ortonremove test define from regen/regcharclass.pl
2012-09-29 Yves Ortonimprove conditional folding logic in regen/regcharclass.pl
2012-09-29 Yves Ortonfix perl #115078, ternary folding logic failure
2012-09-29 Yves Ortonadd a new define for testing perl #115078
2012-09-26 Father ChrysostomosCorrect fm vtable in perlguts.pod
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-09-22 Sawyer Xadd shebangs where missing
2012-09-16 Father ChrysostomosDocument lexical subs
2012-09-16 Father ChrysostomosAdd experimental lexical_subs feature
2012-09-16 Father Chrysostomosfeature.pm: Missing space
2012-09-16 Father ChrysostomosIncrease $feature::VERSION to 1.30
2012-09-16 Father ChrysostomosAdd experimental warnings categ and :lexical_subs warn ID
2012-09-16 Father ChrysostomosAdd clonecv op type
2012-09-16 Father ChrysostomosAdd introcv op type
2012-09-16 Father ChrysostomosAdd proto magic type
2012-09-16 Father Chrysostomospadcv op type
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
next