summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
Commit message (Expand)AuthorAgeFilesLines
* utf8_heavy.pl: Add inversion status to cache keyKarl Williamson2012-01-131-8/+10
* utf8.c: Change name of static functionKarl Williamson2012-01-131-1/+1
* utf8_heavy: Allow to be called from regcomp.cKarl Williamson2012-01-131-2/+5
* utf8_heavy: Add DEBUG statementKarl Williamson2012-01-131-0/+1
* utf8_heavy: Skip unnecessary operationsKarl Williamson2012-01-131-2/+9
* utf8_heavy: remove unused variableKarl Williamson2012-01-131-3/+0
* Comment additions, typos, white-space.Karl Williamson2012-01-131-2/+1
* utf8_heavy.pl: Skip unnecessary work for official propertiesKarl Williamson2012-01-021-2/+20
* utf8_heavy.pl: Comment and white-space onlyKarl Williamson2012-01-021-9/+19
* utf8_heavy.pl: Pass up USER_DEFINED to outside swashKarl Williamson2011-11-101-0/+2
* Unicode::UCD: Add prop_invmap()Karl Williamson2011-11-081-0/+1
* utf8_heavy: Return values for binary property requested as mapKarl Williamson2011-11-081-3/+44
* utf8_heavy.pl: Turn on $| if debuggingKarl Williamson2011-11-081-0/+1
* utf8_heavy: add commentsKarl Williamson2011-11-081-2/+6
* utf8_heavy.pl: Remove no longer needed codeKarl Williamson2011-11-081-5/+0
* utf8_heavy.pl: Find mapping files from tableKarl Williamson2011-11-081-3/+14
* utf8_heavy.pl: white-space onlyKarl Williamson2011-11-081-5/+5
* utf8_heavy: Reorder 2 if'sKarl Williamson2011-11-081-6/+3
* Unicode::UCD: Add prop_invlist()Karl Williamson2011-11-081-0/+1
* utf8_heavy.pl: Correct debugging statementKarl Williamson2011-11-081-1/+1
* utf8_heavy.pl: Return that property is user-definedKarl Williamson2011-11-081-1/+6
* Change internal sub name to begin with underscoreKarl Williamson2011-11-081-3/+3
* mktables: make_Heavy.pl smallerKarl Williamson2011-09-031-6/+4
* utf8_heavy: Correctly handle \p{L_}Karl Williamson2011-09-021-2/+19
* Remove user-defined casing featureKarl Williamson2011-08-221-18/+0
* utf8_heavy: Fail on binary/non- mismatchKarl Williamson2011-07-071-0/+6
* utf8_heavy.pl: Add INVERT_IT to swashKarl Williamson2011-07-031-4/+11
* utf8_heavy: Return pointer to special treatment hash.Karl Williamson2011-05-191-0/+11
* utf8_heavy: Add commentsKarl Williamson2011-05-191-0/+4
* utf8_heavy.pl: Revise commentKarl Williamson2011-05-191-2/+1
* utf8_heavy.pl: Use CORE:: case function overriddenKarl Williamson2011-03-141-1/+1
* make /\p{isUserDefined}/ die on taintDavid Mitchell2011-02-221-6/+19
* Deprecate current user-defined case mappingKarl Williamson2011-02-171-0/+1
* utf8_heavy.pl: Improve debug outputKarl Williamson2011-02-061-1/+3
* utf8_heavy: Use new mktables caseless featureKarl Williamson2011-02-021-3/+13
* restrict \p{IsUserDefined} to In\w+ and In\w+David Mitchell2011-01-161-1/+1
* utf8_heavy.pl: Remove unused variable declarationMichael Parker2011-01-071-1/+0
* utf8_heavy: Guard against infinite recursionKarl Williamson2010-11-221-8/+48
* Avoid a run-time miniperl check every time SWASHNEW is calledFather Chrysostomos2010-11-051-1/+7
* utf8_heavy.pl: Make callable during Perl's compilationKarl Williamson2010-11-051-3/+16
* mktables revampKarl Williamson2009-11-211-254/+430
* Localize $@ and $! before loading a file in SWASHNEWRafael Garcia-Suarez2009-09-161-0/+2
* Make lc/uc/lcfirst/ucfirst warn when passed undef.Rafael Garcia-Suarez2008-01-281-0/+2
* Tels' patch to defer overloading of hex and oct,Rafael Garcia-Suarez2007-06-231-4/+4
* [perl #42839] Swatch hash cache has key mismatch Jonathan Steinert2007-05-021-3/+4
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-1/+1
* Clarification and cleanup of the XS SWASHGET codeSADAHIRO Tomoyuki2005-12-051-19/+33
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-7/+1
* XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-231-138/+3
* replace the run time code in lib/utf8_pva.pl with data generatedNicholas Clark2004-05-311-1/+1