This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/filetest.t: Provide descriptions for remaining tests lacking them.
[perl5.git] / regen /
2012-12-06 Yves Ortonmake regcharclass generate submacros if necessary to...
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-24 Karl Williamsonregen/embed.pl: flag 'i' didn't work with 'n'
2012-11-24 Father ChrysostomosIncrease $feature::VERSION to 1.32
2012-11-24 Father ChrysostomosWarn when declaring lexsubs, not when enabling them
2012-11-20 Karl Williamsonregen/embed.pl: Fix uninit variable warning.
2012-11-20 Karl Williamsonregexec.c: Use SPACE macros instead of swash
2012-11-20 Karl WilliamsonRefactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros
2012-11-20 Karl WilliamsonRefactor is_BLANK_uni() and is_BLANK_utf8() macros
2012-11-20 Karl Williamsonhandy.h: Add isVERTWS_uni(), isVERTWS_utf8()
2012-11-20 Karl Williamsonregen/regcharclass.pl: Add 'cp_high' macro type
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-17 Yves Ortonmake regcharclass hash order determinisitic
2012-11-17 Yves OrtonEliminate test from generated cp macros
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
next