summaryrefslogtreecommitdiff
path: root/cpan/Encode/Unicode
Commit message (Collapse)AuthorAgeFilesLines
* Update Encode to 3.17Yves Orton2022-04-071-8/+8
| | | | | | | This silences the build warnings reported in https://github.com/Perl/perl5/issues/19588 and in https://github.com/Perl/perl5/issues/17014. It includes some test updates, but no functionality changes.
* Upgraded Encode from 3.10_01 to 3.12Ricardo Signes2021-08-092-3/+7
|
* Encode: synch with CPAN version 2.99Dan Kogai2019-01-212-67/+108
|
* Upgrade Encode from version 2.94 to 2.96Steve Hay2018-02-122-4/+4
|
* Import Encode-2.92 from CPANAaron Crane2017-07-182-13/+7
| | | | This also permits removing the local customisation for the previous version.
* Upgrade Encode from version 2.86 to 2.88Steve Hay2016-12-063-31/+83
| | | | | (Unicode.pm is customized for a version-bump only, to silence t/porting/cmp_version.t since Unicode.xs has changed.)
* Upgrade Encode from version 2.78 to 2.79Steve Hay2016-01-252-4/+6
| | | | | | | | This removes two of the blead "customizations", which were actually only differences in the "$Id:" line, but the third (encoding.pm) has to stay because the file hasn't otherwise changed so removing the "customization" would be a change with no $VERSION bump, which causes t/porting/cmp_version.t to fail. Sigh.
* Update Encode to CPAN version 2.77Ricardo Signes2015-09-182-6/+22
| | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.77 $ $Date: 2015/09/15 13:53:27 $ ! Unicode/Unicode.xs Unicode/Unicode.pm Address RT#107043: If no BOM is found, the routine dies. When you decode from UTF-(16|32) without -BE or LE without BOM, Encode now assumes BE accordingly to RFC2781 and the Unicode Standard version 8.0 https://rt.cpan.org/Public/Bug/Display.html?id=107043 ! Makefile.PL encoding.t Mend pull/42 ! Encode.xs Makefile.PL encoding.pm encoding.t Pulled: precompile 1252 table as that is now the Pod::Simple default https://github.com/dankogai/p5-encode/pull/42
* Upgrade Encode from version 2.73 to 2.75Steve Hay2015-06-302-6/+8
|
* Update Encode to CPAN version 2.70Chris 'BinGOs' Williams2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.70 $ $Date: 2015/02/05 10:53:00 $ ! Makefile.PL add bin/encguess to EXE_FILES 2.69 2015/02/05 10:35:11 ! bin/encguess Refactored so that * does not depend on non-core module (File::Slurp in particular) * PODified document * -s "encA encB" to -s encA,encB which is more shell-friendly * and more ! MANIFEST + bin/encguess Pulled: Added CLI wrapper for Encode::Guess https://github.com/dankogai/p5-encode/pull/32 ! Unicode/Unicode.pm Pulled: Bump $VERSION in module changed since Encode-2.60 https://github.com/dankogai/p5-encode/pull/31
* Bump Encode::Unicode $VERSIONSteve Hay2015-01-311-1/+1
| | | | To keep Porting\cmpVERSION.pl --tag v5.20.1 happy.
* Upgrade Encode from version 2.60_01 to 2.62Steve Hay2014-05-311-1/+1
| | | | The new version incorporates previous blead CUSTOMIZATIONS.
* re-apply: Upgrade to Encode-2.60Steve Hay2014-05-081-2/+2
| | | | | | | | | | | | Commit dc396cc293 was reverted by 547245703 due to issues under g++. This commit re-applies the original commit; the next commit will fix those issues. ----- This upgrade includes the blead customizations from 080a704606 and 9e9002efd1 (amongst other changes) so that Perl 5.20.0 can ship with an official CPAN release of Encode.
* Revert "Upgrade to Encode-2.60"Karl Williamson2014-05-071-2/+2
| | | | This reverts commit dc396cc29397b262d3cc1473ade4229c84e82ca3.
* Upgrade to Encode-2.60Steve Hay2014-05-061-2/+2
| | | | | | This upgrade includes the blead customizations from 080a704606 and 9e9002efd1 (amongst other changes) so that Perl 5.20.0 can ship with an official CPAN release of Encode.
* Fix Windows build (of Encode) with VC++ 6.0Steve Hay2014-04-281-1/+0
| | | | | | | Patch originally created by Daniel Dragan on perl #121554, and modified by Dan Kogai to save introducing a warning on redefinition. Sent upstream as cpan #95130.
* Upgrade Encode from version 2.54 to 2.55Steve Hay2013-09-141-2/+2
|
* Upgrade Encode from 2.51 to 2.52Steve Hay2013-08-141-2/+2
|
* Update Encode to CPAN version 2.51Chris 'BinGOs' Williams2013-05-241-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] $Revision: 2.51 $ $Date: 2013/04/29 22:19:11 $ ! Encode.xs Addressed: Encode.xs doesn't compile with Microsoft C compiler https://rt.cpan.org/Public/Bug/Display.html?id=84920 ! MANIFEST Addressed: t/taint.t missing https://rt.cpan.org/Public/Bug/Display.html?id=84919 2.50 2013/04/26 18:30:46 ! Encode.xs Unicode/Unicode.xs lib/Encode/Unicode/UTF7.pm lib/CN/HZ.pm lib/Encode/GSM0338.pm t/taint.t Addressed: Encode::encode and Encode::decode gratuitously launders tainted data Taintedness now propagates as it should. https://rt.cpan.org/Ticket/Display.html?id=84879 ! encoding.pm Addressed: 5.18 deprecation https://rt.cpan.org/Ticket/Display.html?id=84709 ! bin/piconv Applied: Update piconv documentation https://rt.cpan.org/Ticket/Display.html?id=84695
* Update Encode to CPAN version 2.46Chris 'BinGOs' Williams2012-08-121-1/+1
| | | | | | | | | | [DELTA] $Revision: 2.46 $ $Date: 2012/08/12 05:49:30 $ ! Encode.pm Fixed: RT#78917 for I18N-Charset: Fails with Encode 2.45 To be more exact, 2.45 broke Encode->encodings(':all') https://rt.cpan.org/Ticket/Bug/Display.html?id=78917
* Upgrade Encode to 2.45Steve Hay2012-08-091-11/+19
|
* Update Encode to CPAN version 2.44Chris 'BinGOs' Williams2011-08-091-2/+5
| | | | | | | | | | | | | | | | [DELTA] $Revision: 2.44 $ $Date: 2011/08/09 07:49:44 $ ! Unicode/Unicode.xs Addressed the following: Date: Fri, 22 Jul 2011 13:58:43 +0200 From: Robert Zacek <zacek@avast.com> To: perl5-security-report@perl.org Subject: Unicode.xs!decode_xs n-byte heap-overflow ! Encode.pm encoding.pm ! lib/Encode/Alias.pm lib/Encode/Encoder.pm lib/Encode/Guess.pm Applied: RT#69735: patch for use constant DEBUG => https://rt.cpan.org/Ticket/Update.html?id=69735
* Updated Encode to CPAN version 2.43Chris 'BinGOs' Williams2011-06-091-1/+1
| | | | | | | | | | | | | | | | [DELTA] $Revision: 2.43 $ $Date: 2011/05/21 23:14:43 $ ! lib/Encode/Alias.pm Addressed RT#68361: Encode::Bytes x-mac-... aliases missing https://rt.cpan.org/Ticket/Display.html?id=68361 ! Encode.pm Applied the 0001-Fix-typo-in-pod.patch https://rt.cpan.org/Ticket/Update.html?id=64381 Addressed RT#65796 Deep recursion error finding invalid charset https://rt.cpan.org/Ticket/Update.html?id=65796 Applied a jumbo doc patch by Tom Christiansen Message-Id: <14795.1304618434@chthon>
* Update Encode to CPAN version 2.42Chris 'BinGOs' Williams2011-01-011-3/+18
| | | | | | | | | | [DELTA] $Revision: 2.42 $ $Date: 2010/12/31 22:48:48 $ ! Encode.xs ! Unicode/Unicode.xs Applied: RT#64371: Update for 5.14 API changes http://rt.cpan.org/Ticket/Display.html?id=64371
* Upgrade to Encode 2.39Rafael Garcia-Suarez2009-12-201-1/+1
|
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-162-3/+5
|
* Move Encode from ext/ to cpan/Nicholas Clark2009-09-253-0/+662