summaryrefslogtreecommitdiff
path: root/lib/utf8_heavy.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't need to require utf8_pva.pl at top of fileNicholas Clark2004-05-311-2/+1
* candidate for TR18 complianceJeff Pinyan2004-04-271-28/+54
* lib/utf8_heavy.pl -- cascading classes and '&' supportJeff Pinyan2004-04-141-4/+20
* For characters beyond the BMP the $bits will be undef,Jarkko Hietaniemi2003-06-221-1/+1
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-101-15/+41
* Re: [perl #17951] Strange UTF errorJarkko Hietaniemi2002-10-201-2/+4
* perl #17453Jarkko Hietaniemi2002-09-261-15/+14
* Integrate #16353 from macperl;Jarkko Hietaniemi2002-05-021-2/+2
* Re: Encode, charnames and utf8heavyDan Kogai2002-05-021-1/+1
* Make writing user-defined character properties nicer.Jarkko Hietaniemi2002-04-211-1/+7
* User-defined character properties were unintentionallyJarkko Hietaniemi2002-04-201-13/+36
* A little bit better error message for \pq, stillJarkko Hietaniemi2002-03-281-1/+3
* Jeffrey's Unicode adventure continues: unify the In/*.plJarkko Hietaniemi2002-01-161-131/+58
* Additional utf8_heavy.pl tweak from Jeffrey.Jarkko Hietaniemi2002-01-151-4/+11
* Big mktables rewrite from Jeffrey;Jarkko Hietaniemi2002-01-141-84/+170
* Future-proofing from Jeffrey Friedl (for conflictingJarkko Hietaniemi2002-01-131-2/+2
* RESENT - [PATCH] utf8_heavy.pl Jeffrey Friedl2001-12-161-2/+2
* Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.Jarkko Hietaniemi2001-12-151-0/+2
* Unicode categories continue:Jarkko Hietaniemi2001-10-191-6/+13
* Document the problem with the swash_fetch() API that affectsJarkko Hietaniemi2001-10-161-0/+1
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-29/+64
* Enable more debugging.Jarkko Hietaniemi2001-10-091-5/+5
* Unicode properties saga continues.Jarkko Hietaniemi2001-10-041-1/+1
* Yet more Unicode properties.Jarkko Hietaniemi2001-10-041-3/+4
* Unicode properties: fix L& (the #12319 didn't allow L&,Jarkko Hietaniemi2001-10-031-2/+2
* Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.Jarkko Hietaniemi2001-10-031-7/+8
* Further tweaks to the Unicode properties.Jarkko Hietaniemi2001-10-011-0/+1
* Cleanup utf8_heavy; allow dropping the In prefix fromJarkko Hietaniemi2001-09-301-41/+43
* #12272 wasn't right, it introduced an extra ().Jarkko Hietaniemi2001-09-301-1/+1
* Nasty recursion trap if one would match Unicode.Jarkko Hietaniemi2001-09-291-1/+1