summaryrefslogtreecommitdiff
path: root/cpan/Encode
Commit message (Collapse)AuthorAgeFilesLines
* Updated Encode to CPAN version 2.43Chris 'BinGOs' Williams2011-06-096-258/+297
| | | | | | | | | | | | | | | | [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-015-12/+38
| | | | | | | | | | [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
* Update Encode to CPAN version 2.41Chris 'BinGOs' Williams2010-12-2311-28/+61
| | | | | | | | | | | | [DELTA] $Revision: 2.41 $ $Date: 2010/12/23 11:05:58 $ lib/Encode/MIME/Header.pm Applied: RT#63387 encode of MIME-Header inserts too much whitespace http://rt.cpan.org/Ticket/Display.html?id=63387 t/Aliases.t lib/Encode/Alias.pm Applied: RT#63286: Various Encode::Alias improvements http://rt.cpan.org/Ticket/Display.html?id=63286
* Upgrade Encode from 2.39 to 2.40Steve Hay2010-09-1813-34/+209
|
* Global executable bit cleanupDavid Golden2010-07-245-0/+0
| | | | | | | | | | | | | | | | | | | | When porting/makerel runs, all files copied into the directory for the tarball have the executable bit stripped and then only a specific set of files have the executable bit restored. There are many files in the repo that have the executable bit set in the repo that will be stripped. So that the state of files in the repo is as close as possible to the state of files in the release tarball, the executable bit has been stripped from such files. In one recent case, a file added from a dual-life module needed the executable bit set. Because it had the bit in the repo but was not listed in makerel to get an executable bit, tests using it passed in the repo and failed in the tarball. This commit refactors the list into a new file, Porting/exec-bit.txt and add tests to detect a mismatch between files listed there and actual executable bits in the repo.
* Upgrade to Encode 2.39Rafael Garcia-Suarez2009-12-209-29/+52
|
* Patches to Encode 2.38 to match current test layoutJesse Vincent2009-11-163-12/+0
|
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-1623-65/+134
|
* Try for smarter (more portable) skip criteria in Encode's piconv.t.Craig A. Berry2009-10-111-5/+6
| | | | | | | We already differ from upstream, which skips when PERL_CORE is set. Since we apparently think we can run it in core now, it seems like we ought to sort out the proper skip criteria before sending it upstream.
* Move Encode from ext/ to cpan/Nicholas Clark2009-09-25204-0/+288732