summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Normalize
Commit message (Collapse)AuthorAgeFilesLines
* Move Unicode-Normalize to dist/Karl Williamson2016-11-1117-3705/+0
| | | | | p5p has taken over the maintenance of this module, so it should be in dist/
* Upgrade Unicode-Normalize from version 1.24 to 1.25Steve Hay2016-01-052-1/+5
|
* Update Unicode-Normalize to CPAN version 1.24Chris 'BinGOs' Williams2015-12-033-3/+6
| | | | | | | | | | | [DELTA] 1.24 Sun Nov 29 05:48:44 UTC 2015 - Updated to use most recent GNU license file. ( https://rt.cpan.org/Public/Bug/Display.html?id=108003 ) - Silence compiler warning message ( https://rt.cpan.org/Public/Bug/Display.html?id=109577 ) - Add kwalitee suggested changes.
* Upgrade Unicode-Normalize from version 1.21 to 1.23Steve Hay2015-10-2715-545/+1421
|
* Upgrade Unicode::Normalize from version 1.19 to 1.21Steve Hay2015-10-132-61/+99
|
* Upgrade Unicode-Normalize from version 1.18 to 1.19Steve Hay2015-07-142-3/+1
|
* Upgrade Unicode::Normalize from version 1.17 to 1.18Steve Hay2014-05-2815-1369/+521
|
* Remove all IGNORABLE files under cpan/Steve Hay2013-10-182-306/+0
| | | | | | | | | | | | | | | | This was discussed on p5p: http://www.nntp.perl.org/group/perl.perl5.porters/2013/10/msg208635.html One LICENSE file (Locale-Codes) has been removed (contrary to one suggestion in that thread) since it was the only one, and only says "This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself." anyway. Two files that I had previously suggested retaining for the sake of tests have also been removed. In one case, a test script has been modified (in Digest-MD5; I will send a ticket upstream); in the other case (in Test-Harness) I have removed the test which depended on the MANIFEST files, as suggested in the above thread.
* Update Unicode-Normalize to CPAN version 1.17Chris 'BinGOs' Williams2013-10-0516-41/+87
| | | | | | | [DELTA] 1.17 Sat Oct 5 11:36:43 2013 - assertion using unpack
* Update Unicode-Normalize to CPAN version 1.16Chris 'BinGOs' Williams2012-11-044-28/+42
| | | | | | | | [DELTA] 1.16 Sun Nov 4 17:23:03 2012 - XSUB: use PERL_NO_GET_CONTEXT (see perlguts) (see [rt.cpan.org #80312])
* Update Unicode-Normalize to CPAN version 1.15Chris 'BinGOs' Williams2012-09-234-19/+24
| | | | | | | | [DELTA] 1.15 Sun Sep 23 10:43:14 2012 - perl 5.11.0 or later: Install to 'site' instead of 'perl' (see [rt.cpan.org #79801])
* Upgrade Unicode::Normalize to 1.14.Abigail2012-03-1415-51/+216
|
* Updated Unicode-Normalize to CPAN version 1.13Chris 'BinGOs' Williams2011-07-254-4/+11
| | | | | | | | [DELTA] 1.13 Mon Jul 25 21:07:49 2011 - tried fixing the tarball with world writable files. ( http://www.perlmonks.org/?node_id=731935 )
* Updated Unicode-Normalize to CPAN version 1.12Chris 'BinGOs' Williams2011-06-095-44/+87
| | | | | | | | | | | | | [DELTA] 1.12 Mon May 16 23:36:07 2011 - removed Normalize/CompExcl.pl and Composition Exclusions are coded; how to load CompExcl.pl seems not good, but I'm not sure... 1.11 Sun May 15 20:31:09 2011 - As perl 5.14.0 has removed unicore/CompositionExclusions.txt in the installation, Normalize/CompExcl.pl in this distribution is used instead. (see [rt.cpan.org #68106])
* Bump the perl version for 5.13.11Florian Ragwitz2011-03-201-1/+1
|
* Bump the perl version in various places to 5.13.10Ævar Arnfjörð Bjarmason2011-02-201-1/+1
| | | | | | | | | | Done with: ./perl -Ilib Porting/bump-perl-version -s 5.13.9 5.13.10 > /tmp/scan ./perl -Ilib Porting/bump-perl-version -u < /tmp/scan And then manually editing the README.vms file to update the vmstar example.
* Bump the perl version in various places to 5.13.9Jesse Vincent2011-01-201-1/+1
|
* Update Unicode-Normalize to CPAN version 1.10Chris 'BinGOs' Williams2011-01-165-127/+107
| | | | | | | | | | [DELTA] 1.10 Sun Jan 16 21:00:34 2011 - XSUB: reorder() and compose() treat with growing the string. - XSUB: provision against UTF8_ALLOW_* flags to be undefined in future. - doc: about perl 5.13.x and Unicode 6.0.0 - doc and comments: [perl #81876] Fix typos by Peter J. Acklam.
* bump Unicode-Normalize version for blead changesZefram2010-12-191-1/+1
|
* fix various compiler warnings from XS codeZefram2010-12-111-2/+2
| | | | | | | | | | | Trivial changes to fix warnings of types * unclear precedence * assignment as conditional * signed/unsigned mixing * unused parameter/variable * value computed not used * wrong argument type for a printf format * variable may be used uninitialised (due to unhandled switch case)
* Restore Unicode-Normalize .gitignore to ignore build productsTony Cook2010-09-211-0/+1
|
* Update Unicode-Normalize to CPAN version 1.07Chris 'BinGOs' Williams2010-09-215-7/+18
| | | | | | | | [DELTA] 1.07 Mon Sep 20 20:20:02 2010 - doc: about perl 5.12.x and Unicode 5.2.0 - test: prototype of normalize_partial() and cousins in proto.t.
* Update Unicode-Normalize to CPAN release 1.06Chris 'BinGOs' Williams2010-06-278-101/+487
| | | | | | | | | | | | | | | | | [DELTA] 1.06 Thu Feb 11 16:19:54 2010 - Pure Perl/mkheader: fixed the internal _getHexArray() for perl 5.11.3 changes (Bug #53197). 1.05 Mon Sep 28 21:43:17 2009 - normalize_partial() and NFX_partial(). { NFX =~ /^NFK?[CD]\z/ } - added partial1.t for NFX_partial(). - added partial2.t for normalize_partial(). 1.04 Wed Sep 23 22:32:57 2009 - doc: splitOnLastStarter() since 0.24 is now documented. - test: some new tests are added to split.t.
* Move Unicode::Normalize from ext/ to cpan/Nicholas Clark2009-09-3017-0/+3282