This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Add some macro definitions
[perl5.git] / regcharclass.h
2013-01-24 Karl Williamsonregcharclass.h: Add macro for non-ASCII PATWS
2013-01-11 Karl Williamsonregcharclass.h: Add macro for finding pattern white...
2012-12-16 Karl WilliamsonRename property involved in \X matching, for clarity
2012-12-06 Yves Ortonmake regcharclass generate submacros if necessary to...
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-17 Yves Ortonmake regcharclass hash order determinisitic
2012-11-17 Yves OrtonEliminate test from generated cp macros
2012-10-20 Karl Williamsonregen/regcharclass.pl: Generate better code for some...
2012-10-17 Karl Williamsonregen/regcharclass.pl: Change name of generated macro
2012-10-09 Karl Williamsonregen/regcharclass.pl: Generate macros for multi-char...
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...