This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5df8ece2 didn't really allow one to keep long doubles.
[perl5.git] / regcharclass.h
2014-06-17 Karl WilliamsonUse Unicode 7.0
2014-05-31 Karl WilliamsonAdd some (UN)?LIKELY() to UTF8 handling
2014-05-31 Karl Williamsonutf8.h: Use new macro type from previous commit
2014-05-31 Karl Williamsonregen/regcharclass.pl: Add new macro type with intermed...
2014-05-31 Karl Williamsonregen/regcharclass.pl: Update to use EBCDIC utilities
2014-05-31 Karl Williamsonregen/regcharclass.pl: make a 'do' into a 'require'
2014-05-31 Karl WilliamsonRevert "regen/regcharclass.pl: Make more EBCDIC-friendly"
2014-05-30 Karl Williamsonregen/regcharclass.pl: Improve the generated code
2014-05-30 Karl Williamson/x in patterns now includes all \p{PatWS}
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-02 Karl Williamsonregen/regcharclass.pl: Don't generate unused macros
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-03-02 Karl Williamsonregen/regcharclass.pl: Simplify generated safe macros
2014-03-02 Karl Williamsonregen/regcharclass.pl: Warn that macros are internal...
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-27 Karl WilliamsonAvoid unnecessary malformed checking
2014-01-27 Karl WilliamsonMove an inversion list generation to mktables
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-08-29 Karl Williamsonregen/regcharclass.pl: Make more EBCDIC-friendly
2013-05-20 Karl WilliamsonFix multi-char fold edge case
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...