This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make PerlIO::encoding more resilient to buffer changes
[perl5.git] / regcharclass.h
2012-10-03 Yves Ortonregen/regcharclass.pl: improved optree generation
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-14 Karl Williamsonutf8.h: Remove some EBCDIC dependencies
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Extend previously added optimization
2012-09-14 Karl Williamsonregen/regcharclass.pl: Add an optimization
2012-09-14 Karl WilliamsonUse macro not swash for utf8 quotemeta
2012-09-14 Karl Williamsonregen/regcharclass.pl: Generate macros for \X processing
2012-09-14 Karl Williamsonregen/regcharclass.pl: Handle ranges, \p{}
2012-09-14 Karl Williamson/regcharclass.pl, utf8_strings.pl: Add guard to .h
2012-08-27 Karl Williamsonregen/regcharclass.pl: Comment out obsolete code
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-05-19 Karl Williamsonregex: Add comments
2011-03-20 Karl Williamsonregcharclass: Add tricky fold characters.
2011-01-23 Nicholas ClarkMove regencharclass.pl from Porting/ to regen/
2011-01-23 Nicholas ClarkConvert regcharclass.pl to use regen_lib.pl
2007-07-19 Yves OrtonChange Porting/regcharclass.pl so it doesn't depend...
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-23 Rafael Garcia-SuarezSwitch to hex format for integer constants in regcharcl...
2007-04-23 Rafael Garcia-SuarezChange boilerplate of regcharclass.h
2007-04-23 Rafael Garcia-SuarezAdd Yves Orton's script to regenerate regcharclass.h
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...