This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add warnings category experimental::uniprop_wildcards
[perl5.git] / lib / utf8_heavy.pl
2019-03-12 Karl Williamsonregen/mk_invlists.pl, lib/utf8_heavy.pl: Rename variable
2019-02-15 Karl WilliamsonRemove relics of regex swash use
2018-06-25 Karl WilliamsonRevise \p{nv=float} lookup
2015-12-10 Karl Williamsonutf8.c: Don't throw away a value and then recalc it
2015-12-09 Tony Cook[perl #126593] make sure utf8_heavy.pl doesn't depend...
2015-10-11 Karl Williamsonutf8_heavy.pl: Clarify comment
2015-07-29 Karl WilliamsonProperly handle the Unicode kIICore property
2015-07-29 Karl Williamsonutf8_heavy.pl: White-space only
2015-07-29 Karl Williamsonmktables: Allow strictly named map tables
2015-06-17 Rafael Garcia-SuarezMicrooptimize some matches in utf8_heavy.pl
2014-09-26 Rafael Garcia-SuarezMicro-optimise some hot code
2014-09-01 Karl Williamsonlib/utf8_heavy.pl: Don't return empty under miniperl
2014-07-21 Karl Williamsonutf8_heavy.pl: Fix nit in comment
2014-05-31 Karl Williamsonlib/utf8_heavy.pl: Stack '?' and ':' ternaries
2014-03-18 Karl Williamsonutf8_heavy.pl: Change data structure for in-lined defin...
2014-03-14 Karl WilliamsonWhite-space only; properly indent newly formed blocks
2014-03-14 Karl Williamsonmktables: Inline short tables
2013-05-02 Karl Williamsonlib/utf8_heavy.pl: Fix separated '(?' token
2013-02-17 Karl Williamsonutf8_heavy.pl: Add 'use re "/aa"'
2012-06-11 Karl WilliamsonPATCH: [perl #113584] tr/// multiple transliterations
2012-01-13 Karl Williamsonutf8_heavy.pl: Add inversion status to cache key
2012-01-13 Karl Williamsonutf8.c: Change name of static function
2012-01-13 Karl Williamsonutf8_heavy: Allow to be called from regcomp.c
2012-01-13 Karl Williamsonutf8_heavy: Add DEBUG statement
2012-01-13 Karl Williamsonutf8_heavy: Skip unnecessary operations
2012-01-13 Karl Williamsonutf8_heavy: remove unused variable
2012-01-13 Karl WilliamsonComment additions, typos, white-space.
2012-01-02 Karl Williamsonutf8_heavy.pl: Skip unnecessary work for official prope...
2012-01-02 Karl Williamsonutf8_heavy.pl: Comment and white-space only
2011-11-11 Karl Williamsonutf8_heavy.pl: Pass up USER_DEFINED to outside swash
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invmap()
2011-11-08 Karl Williamsonutf8_heavy: Return values for binary property requested...
2011-11-08 Karl Williamsonutf8_heavy.pl: Turn on $| if debugging
2011-11-08 Karl Williamsonutf8_heavy: add comments
2011-11-08 Karl Williamsonutf8_heavy.pl: Remove no longer needed code
2011-11-08 Karl Williamsonutf8_heavy.pl: Find mapping files from table
2011-11-08 Karl Williamsonutf8_heavy.pl: white-space only
2011-11-08 Karl Williamsonutf8_heavy: Reorder 2 if's
2011-11-08 Karl WilliamsonUnicode::UCD: Add prop_invlist()
2011-11-08 Karl Williamsonutf8_heavy.pl: Correct debugging statement
2011-11-08 Karl Williamsonutf8_heavy.pl: Return that property is user-defined
2011-11-08 Karl WilliamsonChange internal sub name to begin with underscore
2011-09-03 Karl Williamsonmktables: make_Heavy.pl smaller
2011-09-02 Karl Williamsonutf8_heavy: Correctly handle \p{L_}
2011-08-22 Karl WilliamsonRemove user-defined casing feature
2011-07-08 Karl Williamsonutf8_heavy: Fail on binary/non- mismatch
2011-07-03 Karl Williamsonutf8_heavy.pl: Add INVERT_IT to swash
2011-05-19 Karl Williamsonutf8_heavy: Return pointer to special treatment hash.
2011-05-19 Karl Williamsonutf8_heavy: Add comments
2011-05-19 Karl Williamsonutf8_heavy.pl: Revise comment
2011-03-14 Karl Williamsonutf8_heavy.pl: Use CORE:: case function overridden
2011-02-22 David Mitchellmake /\p{isUserDefined}/ die on taint
2011-02-17 Karl WilliamsonDeprecate current user-defined case mapping
2011-02-06 Karl Williamsonutf8_heavy.pl: Improve debug output
2011-02-02 Karl Williamsonutf8_heavy: Use new mktables caseless feature
2011-01-16 David Mitchellrestrict \p{IsUserDefined} to In\w+ and In\w+
2011-01-07 Michael Parkerutf8_heavy.pl: Remove unused variable declaration
2010-11-22 Karl Williamsonutf8_heavy: Guard against infinite recursion
2010-11-06 Father ChrysostomosAvoid a run-time miniperl check every time SWASHNEW...
2010-11-05 Karl Williamsonutf8_heavy.pl: Make callable during Perl's compilation
2009-11-22 Karl Williamsonmktables revamp
2009-09-16 Rafael Garcia-SuarezLocalize $@ and $! before loading a file in SWASHNEW
2008-01-28 Rafael Garcia-SuarezMake lc/uc/lcfirst/ucfirst warn when passed undef.
2007-06-23 Rafael Garcia-SuarezTels' patch to defer overloading of hex and oct,
2007-05-02 Jonathan Steinert[perl #42839] Swatch hash cache has key mismatch
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2004-05-31 Nicholas Clarkreplace the run time code in lib/utf8_pva.pl with data...
2004-05-31 Nicholas ClarkDon't need to require utf8_pva.pl at top of file
2004-04-27 Jeff Pinyancandidate for TR18 compliance
2004-04-14 Jeff Pinyanlib/utf8_heavy.pl -- cascading classes and '&' support
2003-06-22 Jarkko HietaniemiFor characters beyond the BMP the $bits will be undef,
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-10-20 Jarkko HietaniemiRe: [perl #17951] Strange UTF error
2002-09-26 Jarkko Hietaniemiperl #17453
2002-05-02 Jarkko HietaniemiIntegrate #16353 from macperl;
2002-05-02 Dan KogaiRe: Encode, charnames and utf8heavy
2002-04-21 Jarkko HietaniemiMake writing user-defined character properties nicer.
2002-04-20 Jarkko HietaniemiUser-defined character properties were unintentionally
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiA little bit better error message for \pq, still
2002-01-16 Jarkko HietaniemiJeffrey's Unicode adventure continues: unify the In...
2002-01-15 Jarkko HietaniemiAdditional utf8_heavy.pl tweak from Jeffrey.
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-13 Jarkko HietaniemiFuture-proofing from Jeffrey Friedl (for conflicting
2001-12-16 Jeffrey FriedlRESENT - [PATCH] utf8_heavy.pl
2001-12-15 Jarkko HietaniemiSupport \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2001-10-19 Jarkko HietaniemiUnicode categories continue:
2001-10-16 Jarkko HietaniemiDocument the problem with the swash_fetch() API that...
2001-10-13 Jarkko HietaniemiRewrite mktables from scratch.
2001-10-09 Jarkko HietaniemiEnable more debugging.
2001-10-04 Jarkko HietaniemiUnicode properties saga continues.
2001-10-04 Jarkko HietaniemiYet more Unicode properties.
2001-10-03 Jarkko HietaniemiUnicode properties: fix L& (the #12319 didn't allow L&,
2001-10-03 Jarkko HietaniemiUnicode properties: support \p{(?:Is)?L&} as an alias...
2001-10-01 Jarkko HietaniemiFurther tweaks to the Unicode properties.
2001-09-30 Jarkko HietaniemiCleanup utf8_heavy; allow dropping the In prefix from
2001-09-30 Jarkko Hietaniemi#12272 wasn't right, it introduced an extra ().
next