summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
Commit message (Expand)AuthorAgeFilesLines
* Remove utf8_heavy.plKarl Williamson2019-11-061-622/+0
* Remove swashes from coreKarl Williamson2019-11-061-3/+2
* regen/mk_invlists.pl, lib/utf8_heavy.pl: Rename variableKarl Williamson2019-03-121-0/+7
* Remove relics of regex swash useKarl Williamson2019-02-141-3/+0
* Revise \p{nv=float} lookupKarl Williamson2018-06-251-97/+29
* utf8.c: Don't throw away a value and then recalc itKarl Williamson2015-12-091-1/+1
* [perl #126593] make sure utf8_heavy.pl doesn't depend on itselfTony Cook2015-12-091-1/+1
* utf8_heavy.pl: Clarify commentKarl Williamson2015-10-111-2/+2
* Properly handle the Unicode kIICore propertyKarl Williamson2015-07-281-30/+5
* utf8_heavy.pl: White-space onlyKarl Williamson2015-07-281-50/+55
* mktables: Allow strictly named map tablesKarl Williamson2015-07-281-4/+18
* Microoptimize some matches in utf8_heavy.plRafael Garcia-Suarez2015-06-171-3/+3
* Micro-optimise some hot codeRafael Garcia-Suarez2014-09-261-2/+2
* lib/utf8_heavy.pl: Don't return empty under miniperlKarl Williamson2014-09-011-1/+5
* utf8_heavy.pl: Fix nit in commentKarl Williamson2014-07-211-1/+1
* lib/utf8_heavy.pl: Stack '?' and ':' ternariesKarl Williamson2014-05-311-2/+5
* utf8_heavy.pl: Change data structure for in-lined definitionsKarl Williamson2014-03-181-1/+1
* White-space only; properly indent newly formed blocksKarl Williamson2014-03-141-9/+9
* mktables: Inline short tablesKarl Williamson2014-03-141-10/+25
* lib/utf8_heavy.pl: Fix separated '(?' tokenKarl Williamson2013-05-021-1/+1
* utf8_heavy.pl: Add 'use re "/aa"'Karl Williamson2013-02-171-0/+2
* PATCH: [perl #113584] tr/// multiple transliterationsKarl Williamson2012-06-111-4/+4
* 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