summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/Collate.pm
Commit message (Collapse)AuthorAgeFilesLines
* Synch with CPAN version 1.30Tomoyuki Sadahiro2021-06-061-1/+1
| | | | Per https://rt.cpan.org/Ticket/Display.html?id=133952
* Update Unicode-Collate from version 1.28 to 1.29Steve Hay2020-10-121-25/+32
|
* Update Unicode-Collate to CPAN version 1.28Todd Rinaldo2020-09-241-8/+15
| | | | | | | | | | [DELTA] 1.28 Tue Sep 22 22:14:48 2020 - DUCET is updated (for Unicode 12.1.0) as Collate/allkeys.txt. - The default UCA_Version is 41. - UCA_Version 38 & 40 (for Unicode 11.0.0 & 12.0.0) are also supported. - [rt.cpan.org #133311] Make Makefile.PL strict
* Update Unicode-Collate to CPAN version 1.27Chris 'BinGOs' Williams2019-01-171-5/+5
| | | | | | | | | | | | | | | [DELTA] 1.27 Wed Jan 2 19:42:56 2019 - DUCET is updated (for Unicode 10.0.0) as Collate/allkeys.txt. - The default UCA_Version is 36. - Locale/*.pl and CJK/Korean.pm are updated. 1.26 Mon Dec 31 14:32:07 2018 - U::C::Locale newly supports locale: cu. - tailoring Cyrillic YI as BYELORUSSIAN-UKRAINIAN I with DIAERESIS. (affected locale: kk) - added loc_cu.t in t.
* Upgrade Unicode-Collate from version 1.24 to 1.25Steve Hay2017-11-231-6/+6
|
* Upgrade Unicode::Collate from version 1.23 to 1.24Steve Hay2017-11-211-5/+4
|
* Update Unicode-Collate to CPAN version 1.23Chris 'BinGOs' Williams2017-11-131-17/+26
| | | | | | | | | | | | | | | [DELTA] 1.23 Mon Nov 13 19:10:28 2017 - Now UCA_Version 36 (for Unicode 10.0.0) is supported. * But the default UCA_Version is still 34. - added nushu.t in t. 1.22 Sat Nov 11 10:53:35 2017 - internal: someone suggests using 'exists' for checking the truth of $collator->{mapping}{$variable} and $collator->{maxlength}{$variable}, where $variable may stand for codepoints whose mapping is not defined; though such a problem was not reproduced on my environment.
* Update Unicode-Collate to CPAN version 1.21Chris 'BinGOs' Williams2017-11-101-10/+13
| | | | | | | | | | | | | | | | | [DELTA] 1.21 Sat Nov 4 10:49:19 2017 - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2) - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt. * Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 34. - added tangut.t in t. - Locale/*.pl and CJK/Korean.pm are updated. 1.20 Fri Nov 3 11:50:21 2017 - XS: [rt.cpan.org #121664] . removed from @INC - U::C::Locale newly supports locales: dsb, lkt.
* Update Unicode-Collate to CPAN version 1.19Chris 'BinGOs' Williams2016-12-031-1/+1
| | | | | | | | | [DELTA] 1.19 Sat Dec 3 09:32:31 2016 - U::C::Locale newly supports locales: he, vo. - locales updated to CLDR 24: az, haw. - locale updated to CLDR 26: et.
* Upgrade Unicode-Collate from version 1.17 to 1.18Steve Hay2016-11-091-7/+6
|
* Upgrade Unicode::Collate from version 1.14 to 1.17Steve Hay2016-11-011-10/+14
|
* Upgrade Unicode-Collate from version 1.12 to 1.14Steve Hay2015-07-141-1/+1
|
* Update Unicode-Collate to CPAN version 1.12Jarkko Hietaniemi2015-03-201-1/+1
| | | | | | | | [DELTA] 1.12 Mon Mar 16 20:21:15 2015 - XS: [rt.cpan.org #102663] IRIX 6.5 failures with Unicode::Collate (porting: avoid non-zero values in the initializer of an array)
* Update Unicode-Collate to CPAN version 1.11Chris 'BinGOs' Williams2015-02-171-1/+1
| | | | | | | [DELTA] 1.11 Tue Feb 17 21:23:03 2015 - XS: [rt.cpan.org #102024] remove extranous const casting
* Update Unicode-Collate to CPAN version 1.10Chris 'BinGOs' Williams2015-01-161-1/+1
| | | | | | | | [DELTA] 1.10 Thu Jan 15 21:37:58 2015 - XS: const &c [rt.cpan.org #101170] [PATCH] - Makefile.PL: [rt.cpan.org #101500] [PATCH]
* Update Unicode-Collate to CPAN version 1.09Chris 'BinGOs' Williams2014-12-181-6/+4
| | | | | | | | | [DELTA] 1.09 Thu Dec 18 21:39:18 2014 - XS: a workaround for perl 5.6.x to handle noncharacters U+FFFF etc. is abandoned. Perl 5.8.0 or later is recommended for handling these noncharacters.
* Update Unicode-Collate to CPAN version 1.08Chris 'BinGOs' Williams2014-12-081-5/+7
| | | | | | | | | | | [DELTA] 1.08 Sat Dec 6 20:12:55 2014 - DUCET is updated (for Unicode 7.0.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 30. - *.pl and *.pm are updated so that they have same the version number.
* Upgrade Unicode::Collate from version 1.04 to 1.07Steve Hay2014-05-281-20/+69
|
* Update Unicode-Collate to CPAN version 1.04Chris 'BinGOs' Williams2013-12-071-4/+6
| | | | | | | | | [DELTA] 1.04 Sat Dec 7 11:34:18 2013 - XS: a workaround for perl 5.6.x to handle U+FFFF correctly. unpack_U() is implemented by using XS again as well as that in 1.02, but now that is used only in the versions before perl 5.8.0.
* Update Unicode-Collate to CPAN version 1.03Chris 'BinGOs' Williams2013-12-011-1/+5
| | | | | | | | [DELTA] 1.03 Sun Dec 1 21:45:46 2013 - XS: now unpack_U() uses unpack('U*') in pure perl. avoid XS for the internal "utf8" encoding of perl.
* Update Unicode-Collate to CPAN version 1.02Chris 'BinGOs' Williams2013-11-101-7/+6
| | | | | | | | | | | [DELTA] 1.02 Sun Nov 10 18:39:37 2013 - POD: fix [rt.cpan.org #90170] about iso-8859-1 letters in pod. E<> is used for the compatibility with perl 5.6.1 and possibly EBCDIC. - 1.01 forgot to increase the version number of CJK/Korean.pm. - modified tests: cjkrange.t, compatui.t, hangtype.t, illegal.t, loc_ja.t, loc_ta.t, overcjk0.t, overcjk1.t, view.t in t.
* Update Unicode-Collate to CPAN version 1.01Chris 'BinGOs' Williams2013-11-021-7/+9
| | | | | | | | | | | | [DELTA] 1.01 Sat Nov 2 19:00:38 2013 - DUCET is updated (for Unicode 6.3.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 28. - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. - modified tests: loc_es.t, loc_estr.t, rewrite.t, version.t in t.
* Update Unicode-Collate to CPAN version 1.00Chris 'BinGOs' Williams2013-10-271-5/+11
| | | | | | | | | | | [DELTA] 1.00 Sun Oct 27 13:22:17 2013 - When a subroutine by 'overrideOut' taking a out-of-range value and returning undef, now the value is treated as if it were U+FFFD. * 0.99 wrongly calculates implicit weights based on out-of-range values. - Assertion using unpack 'U' is added. If not only pack('U') but also unpack('U') of CORE:: don't work as expected, this module will die.
* Upgrade Unicode::Collate from version 0.98 to 0.99Steve Hay2013-09-011-26/+82
|
* Update Unicode-Collate to CPAN version 0.98Chris 'BinGOs' Williams2013-06-151-18/+18
| | | | | | | [DELTA] 0.98 Sat Jun 15 19:44:06 2013 - typo (see [rt.cpan.org #85655] typo fixes)
* Update Unicode-Collate to CPAN version 0.97Chris 'BinGOs' Williams2012-12-221-4/+4
| | | | | | | | | | [DELTA] 0.97 Sat Dec 22 14:25:50 2012 - bug fix: XS of 0.96 (if UCA_Version is 9 to 11) wrongly referred to DUCET for completely ignorable characters, even though the collator don't use DUCET. - separated t/notable.t from t/test.t.
* Update Unicode-Collate to CPAN version 0.96Chris 'BinGOs' Williams2012-12-151-13/+60
| | | | | | | | | | | | | | | | [DELTA] 0.96 Sat Dec 15 19:43:10 2012 - special noncharancter tailorings ('highestFFFF' and 'minimalFFFE') * some locales are modified for 'highestFFFF': as, bn, fa, gu, hi, hy, kn, kok, mr, or, sa, si, si_dict, ta, te, th, ur. - U::C::Locale now allows 'entry' to add or override mappings. - bug fix: using DUCET through XS wrongly prevented completely ignorable characters from tailoring. - modified tests: default.t, loc_as.t, loc_bn.t, loc_fa.t, loc_gu.t, loc_hi.t, loc_hy.t, loc_kn.t, loc_kok.t, loc_mr.t, loc_or.t, loc_sa.t, loc_si.t, loc_sidt.t, loc_ta.t, loc_te.t, loc_test.t, loc_th.t, loc_ur.t, nonchar.t in t.
* Update Unicode-Collate to CPAN version 0.95Chris 'BinGOs' Williams2012-12-081-2/+2
| | | | | | | | | | | [DELTA] 0.95 Sat Dec 8 15:11:09 2012 - U::C::Locale newly supports locales: bs_Cyrl, ee. - updated to CLDR 21: uk. - updated to CLDR 22: th, to. - added loc_bscy.t, loc_ee.t in t. - modified tests: loc_th.t, loc_to.t, loc_uk.t in t.
* Update Unicode-Collate to CPAN version 0.94Chris 'BinGOs' Williams2012-11-231-1/+1
| | | | | | | | | | | [DELTA] 0.94 Fri Nov 23 18:45:53 2012 - U::C::Locale newly supports locale: zh__zhuyin. - added Unicode::Collate::CJK::Zhuyin for zh__zhuyin. - doc: added CAVEAT to CJK/Stroke.pm - modified tests: loc_cjk.t, loc_cjkc.t in t. - added cjk_zy.t, loc_zhzy.t in t.
* Update Unicode-Collate to CPAN version 0.93Chris 'BinGOs' Williams2012-11-191-9/+12
| | | | | | | | | | | | [DELTA] 0.93 Sun Nov 18 18:13:42 2012 - DUCET is updated (for Unicode 6.2.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 26. - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. - modified tests: loc_es.t, loc_estr.t, version.t in t.
* Update Unicode-Collate to CPAN version 0.92Chris 'BinGOs' Williams2012-11-141-49/+91
| | | | | | | | | | | | | | | | [DELTA] 0.92 Wed Nov 14 20:58:19 2012 - fix: index() etc. with preprocess/normalization should be always croaked. - doc: referred to the latest UTS #10 and updated its section numbers. - supported the identical level (see 'identical' in POD). - Now UCA_Version 26 (for Unicode 6.2.0) is supported. - added ident.t in t. - modified tests: cjkrange.t, compatui.t, hangtype.t, index.t, overcjk0.t, overcjk1.t, test.t, view.t in t. * But the default UCA_Version is still 24. (In the next release, UCA_Version 26 will be the default.)
* Update Unicode-Collate to CPAN version 0.91Chris 'BinGOs' Williams2012-11-041-1/+1
| | | | | | | | [DELTA] 0.91 Sun Nov 4 17:00:20 2012 - XSUB: use PERL_NO_GET_CONTEXT (see perlguts) (see [rt.cpan.org #80313])
* Update Unicode-Collate to CPAN version 0.90Chris 'BinGOs' Williams2012-09-231-1/+1
| | | | | | | | [DELTA] 0.90 Sun Sep 23 10:42:26 2012 - perl 5.11.0 or later: Install to 'site' instead of 'perl' (see [rt.cpan.org #79800])
* Upgrade Unicode-Collate to 0.89Abigail2012-03-131-11/+13
|
* Update Unicode-Collate to CPAN version 0.87Chris 'BinGOs' Williams2011-11-261-1/+1
| | | | | | | | [DELTA] 0.87 Sat Nov 26 17:01:42 2011 - Now Locale/*.pl files are searched in @INC. (see [rt.cpan.org #72666]) - added locale_version method to access the version number of Locale/*.pl.
* Update Unicode-Collate to CPAN version 0.86Chris 'BinGOs' Williams2011-11-231-1/+1
| | | | | | | | | [DELTA] 0.86 Wed Nov 23 17:16:00 2011 - tailored compatibility ideographs as well as unified ideographs for the locales: ja, ko, zh__big5han, zh__gb2312han, zh__pinyin, zh__stroke. - added loc_cjkc.t in t.
* Update Unicode-Collate to CPAN version 0.85Chris 'BinGOs' Williams2011-11-191-1/+1
| | | | | | | | | | | [DELTA] 0.85 Sat Nov 19 20:01:57 2011 - U::C::Locale newly supports locales: bn, sa. - added loc_bn.t, loc_cjk.t, loc_sa.t in t. - updated some locales to CLDR 2.0 : zh__pinyin, zh__stroke. * supported compatibility decomposable characters and U+FDD0 indexes. * updated CJK/Pinyin.pm and CJK/Stroke.pm.
* Update Unicode-Collate to CPAN version 0.84Chris 'BinGOs' Williams2011-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.84 Sun Nov 6 14:44:51 2011 - U::C::Locale supports script codes. - U::C::Locale newly supports locales: fa, sr_Latn, ur. - added loc_fa.t, loc_srla.t, loc_ur.t in t. 0.83 Sun Oct 30 20:22:04 2011 - mklocale: auto-generate equivalents for suppressed contractions. * be.txt, bg.txt, kk.txt, mk.txt, ru.txt, sr.txt, uk.txt in data are simplified. * but no Locale/*.pl will be modified. 0.82 Sun Oct 30 10:03:48 2011 - U::C::Locale newly supports locales: si, si__dictionary, sv__reformed, ta, te, th, wae. - added loc_si.t, loc_sidt.t, loc_svrf.t, loc_ta.t, loc_te.t, loc_th.t, loc_wae.t in t. - updated some locales to CLDR 2.0 : sk, sr, sv, uk. - updated CJK/Pinyin.pm according to CLDR 2.0.
* Update Unicode-Collate to CPAN version 0.81Chris 'BinGOs' Williams2011-10-231-1/+1
| | | | | | | | | [DELTA] 0.81 Sun Oct 23 21:32:36 2011 - U::C::Locale newly supports locales: ml, mr, or, pa. - added loc_ml.t, loc_mr.t, loc_or.t, loc_pa.t in t. - updated some locales to CLDR 2.0 : mk, mt, nb, nn, ro, ru.
* Update Unicode-Collate to CPAN version 0.80Chris 'BinGOs' Williams2011-10-091-1/+1
| | | | | | | | | | | | | | | | | [DELTA] 0.80 Sun Oct 9 21:00:21 2011 - U::C::Locale newly supports locales: bs, hi, kn, kok, ln. - added loc_bs.t, loc_hi.t, loc_kn.t, loc_kok.t, loc_ln.t in t. - updated some locales to CLDR 2.0 : ha, hr, kk, lt. 0.79 Sun Oct 2 20:31:01 2011 - pod: [rt.cpan.org #70241] Fix minor grammar error in manpage by Harlan Lieberman-Berg. - 'suppress' no longer affects contractions via 'entry'. - U::C::Locale newly supports locales: as, fi__phonebook, gu. - added loc_as.t, loc_fiph.t, loc_gu in t. - updated some locales to CLDR 2.0 : ar, be, bg.
* Update Unicode-Collate to CPAN version 0.79Chris 'BinGOs' Williams2011-10-021-5/+8
| | | | | | | | | | | | [DELTA] 0.79 Sun Oct 2 20:31:01 2011 - pod: [rt.cpan.org #70241] Fix minor grammar error in manpage by Harlan Lieberman-Berg. - 'suppress' no longer affects contractions via 'entry'. - U::C::Locale newly supports locales: as, fi__phonebook, gu. - added loc_as.t, loc_fiph.t, loc_gu in t. - updated some locales to CLDR 2.0 : ar, be, bg.
* Update Unicode-Collate to CPAN version 0.78Chris 'BinGOs' Williams2011-07-251-7/+7
| | | | | | | | [DELTA] 0.78 Mon Jul 25 21:29:50 2011 - tried fixing the tarball with world writable files. ( http://www.perlmonks.org/?node_id=731935 )
* Update Unicode-Collate to CPAN version 0.77Chris 'BinGOs' Williams2011-07-041-1/+1
| | | | | | | [DELTA] 0.77 Sun Jul 3 21:15:08 2011 - xs: [perl #93470] [PATCH] consting in Collate.xs by Robin Barker.
* Updated Unicode-Collate to CPAN version 0.76Chris 'BinGOs' Williams2011-06-091-38/+109
| | | | | | | | | | | | | | | | | | [DELTA] 0.76 Sun May 15 10:06:59 2011 - updated CJK/Pinyin.pm and CJK/Stroke.pm according to CLDR 1.9.1 using type='pinyin' alt='short' and type='stroke' alt='short' respectively. 0.75 Sat May 7 21:07:38 2011 - supported ignore_level2 and rewrite. - Added iglevel2.t and rewrite.t in t. 0.74 Mon Mar 21 19:07:38 2011 - removed sw (Swahili) collation according to CLDR 1.9. (removed files: Collate/Locale/sw.pl and data/sw.txt) - shifted primary weights of letters > Z for some languages. (affected locales: da, fi, fo, kl, nb, nn, sv)
* Update Unicode-Collate to CPAN version 0.73Chris 'BinGOs' Williams2011-03-061-14/+12
| | | | | | | | | | | | | | [DELTA] 0.73 Sun Mar 6 13:24:22 2011 - DUCET is updated (for Unicode 6.0.0) as Collate/allkeys.txt. ! However no maint perl has supported Unicode 6.0.0 yet; wait for 5.14, or try developing 5.13.7 or later. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 22. Locale/*.pl and Korean.pm are updated. - test: compare allkeys.txt's version with Base_Unicode_Version in t/default.t.
* Update Unicode-Collate to CPAN version 0.72Chris 'BinGOs' Williams2011-01-231-312/+48
| | | | | | | | | | | | | | | | | | | | | | Second attempt to integrate the XS version of Unicode::Collate into core. [DELTA] 0.72 Sat Jan 22 17:28:32 2011 - xs: fix mixing char* and U8*. 0.71 Tue Jan 18 22:29:44 2011 - t/loc_test.t should not fail without Unicode::Normalize. 0.70 Sun Jan 16 20:31:07 2011 - Now U::C::Locale->new will use the compiled DUCET via XS if available. added some tests in t/loc_test.t. 0.69 Sat Jan 15 19:41:11 2011 - clarified about XSUB. revised INSTALL in README. - xs: flag passed to utf8n_to_uvuni(). - doc and comments: [perl #81876] Fix typos by Peter J. Acklam.
* Revert "Update Unicode-Collate to CPAN version 0.70 and enable XS version"Chris 'BinGOs' Williams2011-01-191-48/+312
| | | | This reverts commit 211cc5012284f4bd900fcaa630adbcac69ca6112.
* Revert "Update Unicode-Collate to CPAN version 0.71"Chris 'BinGOs' Williams2011-01-191-1/+1
| | | | | | This reverts commit cac3df65afe2fed9ad80147a24b5ae6ea601a609. Backing out change to XS
* Update Unicode-Collate to CPAN version 0.71Chris 'BinGOs' Williams2011-01-181-1/+1
| | | | | | | [DELTA] 0.71 Tue Jan 18 22:29:44 2011 - t/loc_test.t should not fail without Unicode::Normalize.
* Update Unicode-Collate to CPAN version 0.70 and enable XS versionChris 'BinGOs' Williams2011-01-171-312/+48
| | | | | | | | | | | | | | | [DELTA] 0.70 Sun Jan 16 20:31:07 2011 - Now U::C::Locale->new will use the compiled DUCET via XS. 0.69 Sat Jan 15 19:41:11 2011 - clarified about XSUB. revised INSTALL in README. - xs: flag passed to utf8n_to_uvuni(). - doc and comments: [perl #81876] Fix typos by Peter J. Acklam. A pure-perl version of this module was previously installed, this commit enables the XS version of the module instead.