summaryrefslogtreecommitdiff
path: root/cpan/Encode/Byte
Commit message (Collapse)AuthorAgeFilesLines
* Allow Encode to be built on static perlsLeon Timmermans2016-04-231-1/+1
| | | | | Previously there were build failures because cp1252 was defined both in the default set of encodings an in the byte set.
* Upgrade Encode from version 2.73 to 2.75Steve Hay2015-06-301-3/+3
|
* Update Encode to CPAN version 2.63Chris 'BinGOs' Williams2014-10-241-0/+1
| | | | | | | | | | | | | | [DELTA] $Revision: 2.63 $ $Date: 2014/10/19 07:01:15 $ ! Encode.xs Applied: RT #99264: call_pv() can reallocate the stack https://rt.cpan.org/Ticket/Display.html?id=99264 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Pulled: add PERL_NO_GET_CONTEXT to all dynamic libs https://github.com/dankogai/p5-encode/pull/24
* Fix Encode 2.60 with g++David Mitchell2014-05-081-1/+4
| | | | | | | | | | | | The recently added Encode 2.60 won't compile with g++, due to assigning a const char * const pointer to a char* struct field. The intent of the code itself is a bit unclear, but it appears to be to set SvPVX as a read-only alias of a const string, using the SvLEN()=0 trick to avoid it being freed. Fix the g++ builds by casting away the constness, and add some asserts and comments to make it less unclear what's going on.
* re-apply: Upgrade to Encode-2.60Steve Hay2014-05-081-1/+4
| | | | | | | | | | | | 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-4/+1
| | | | This reverts commit dc396cc29397b262d3cc1473ade4229c84e82ca3.
* Upgrade to Encode-2.60Steve Hay2014-05-061-1/+4
| | | | | | 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.
* more Fix Windows build (of Encode) with VC++ 6.0David Mitchell2014-04-291-1/+0
| | | | | | | | The previous commit (080a7046069084) broke g++ builds. This commit, based on a suggestion by Jan, changes the test of whether we're "in perl" from being the def'ness of U8 to being the def'ness of H_Perl; and removes all the '#define U8 U8's that were formerly used to signal this state.
* Upgrade Encode from 2.51 to 2.52Steve Hay2013-08-141-2/+2
|
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-161-2/+2
|
* Move Encode from ext/ to cpan/Nicholas Clark2009-09-252-0/+314