summaryrefslogtreecommitdiff
path: root/ext/Encode
Commit message (Collapse)AuthorAgeFilesLines
* Move Encode from ext/ to cpan/Nicholas Clark2009-09-25204-288732/+0
|
* Make Encode's piconv.t test run within the coreRafael Garcia-Suarez2009-09-071-8/+1
|
* Add missing files from the Encode CPAN distributionRafael Garcia-Suarez2009-09-073-0/+326
|
* Make Encode tests work with $PERL_CORE in the environmentRafael Garcia-Suarez2009-09-073-12/+0
|
* Upgrade to Encode 2.37Rafael Garcia-Suarez2009-09-073-15/+36
| | | | (leave out the test t/piconv.t for now)
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-103/+0
| | | | | | | | | | | Inspired by, and in parts borrows from, Schwern's branch on github, but takes a slightly different approach in places. Not quite perfect yet - ext/File-Glob still runs from t, at least one FIXME needs fixing, and the changes to dual-life modules' tests need to be filtered back upstream, and possibly modified to suit their respective authors. But it works.
* Upgrade to Encode 2.35Rafael Garcia-Suarez2009-07-135-35/+72
|
* Encode 2.34David Mitchell2009-07-105-23/+140
|
* Upgrade to Encode-2.33.Steve Peters2009-03-253-7/+14
|
* Update to Encode 2.32Rafael Garcia-Suarez2009-03-075-6/+22
|
* Upgrade to Encode 2.31Dan Kogai2009-02-166-61/+74
|
* Upgrade to Encode-2.29.Steve Hay2009-02-025-25/+50
|
* Upgrade to Encode-2.27Steve Hay2009-01-2211-217/+326
|
* Fix up .gitignore files some moreFlorian Ragwitz2008-12-191-0/+6
| | | | | | | | | | | | | * Ignore generated macros.all in .gitignore for Sys::Syslog. * Add .gitignore for generated files of GDBM_File. * Ignore DynaLoader.xs in .gitignore for DynaLoader. * Put every pattern in .gitignore files on a single line. * Add some generated .xs files .gitignore of Encode. * Ignore RealPPPort.xs in .gitignore for Devel::PPPort. * Ignore ODBM_File.pm in .gitignore for lib/. * Add .gitignore for generated files of XS::APItest. * Add .gitignore for Compress::Raw::Zlib. * Ignore GDBM_File.pm in .gitignore for lib/.
* [admin] set up .gitignore filesSam Vilain2008-12-191-0/+6
| | | | | A list submitted by Paul Fenwick was briefly factored into directory-specific rules.
* Upgrade to Encode-2.26Steve Hay2008-07-0726-434/+93
| | | p4raw-id: //depot/perl@34103
* Upgrade to Encode 2.25Nicholas Clark2008-05-1022-33/+53
| | | p4raw-id: //depot/perl@33800
* Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processingJesse Vincent2008-05-041-1/+1
| | | | | Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com> p4raw-id: //depot/perl@33783
* "646"Jarkko Hietaniemi2008-03-251-2/+2
| | | | | | | Message-ID: <47D886D9.6060001@iki.fi> Encode::Alias fix for encoding "646" (aka ASCII) on Solaris p4raw-id: //depot/perl@33562
* Fix a couple of minor differences between the Encode 2.14 CPAN tarballNicholas Clark2008-03-142-1/+6
| | | | | and blead. p4raw-id: //depot/perl@33523
* Upgrade to Encode-2.24Steve Peters2008-03-128-92/+115
| | | p4raw-id: //depot/perl@33493
* An unfortunate side-effect of Encode and Encode::Alias use'ing eachRafael Garcia-Suarez2008-03-121-2/+3
| | | | | | | other, and Encode::Alias exporting functions into Encode for it to use as methods, broke the loading of the find_alias() Encode method in some cases since 5.10. Breaking the recursive inheritance fixes it. p4raw-id: //depot/perl@33486
* Remove duplication from encoding.pm PODRobert May2008-02-041-16/+0
| | | | | | From: "Robert May" <robertmay@cpan.org> Message-ID: <54bdc7510801311136p7ee53dbet2afd5239e1ad03eb@mail.gmail.com> p4raw-id: //depot/perl@33234
* Boolean priority bug, found by Mashrab Kuvatov:Mashrab Kuvatov2008-01-151-1/+1
| | | | | | Subject: Re: [perl #49646] perlbug AutoReply: open ':locale' does not work under locale with the modifier Message-Id: <200801151517.46296.kmashrab@uni-bremen.de> p4raw-id: //depot/perl@32980
* When parsing LC_ALL or LANG to get the locale's encoding, ignoreRafael Garcia-Suarez2008-01-141-3/+3
| | | | | whatever is after the @, since that's a modifier, not an encoding. p4raw-id: //depot/perl@32977
* SvPVX_const() triggers an assertion that when the sv isn't a PV.Steve Peters2007-12-281-0/+274
| | | | | | Back this down to just checking to see if the sv is a PV or not. p4raw-id: //depot/perl@32750
* Document that encoding.pm isn't thread-safe, by Jerry D. HeddenRafael Garcia-Suarez2007-10-191-0/+5
| | | p4raw-id: //depot/perl@32146
* Need to run the plan() at BEGIN time, else the use_ok() will fail.Nicholas Clark2007-07-231-4/+6
| | | | | | | However, it doesn't actually produce any output due to a known core bug: http://rt.cpan.org/Ticket/Display.html?id=28345 (But the test count in the plan saves our bacon by alerting us) p4raw-id: //depot/perl@31649
* Various fixes for EBCDIC platforms.Steve Peters2007-07-231-1/+7
| | | p4raw-id: //depot/perl@31648
* Upgrade to Encode 2.23Rafael Garcia-Suarez2007-05-305-59/+80
| | | p4raw-id: //depot/perl@31310
* Plug a memory leak in EncodeRafael Garcia-Suarez2007-05-291-0/+1
| | | p4raw-id: //depot/perl@31307
* Upgrade to Encode 2.22Rafael Garcia-Suarez2007-05-295-11/+66
| | | p4raw-id: //depot/perl@31305
* Upgrade to Encode-2.21Steve Peters2007-05-137-7/+198
| | | p4raw-id: //depot/perl@31212
* Re: Compress::Zlib, pack "C" and utf-8 [PATCH]Marc Lehmann2007-05-101-1/+1
| | | | | Message-ID: <20070412064153.GA22475@schmorp.de> p4raw-id: //depot/perl@31194
* Upgrade to Encode-2.20Steve Peters2007-04-2511-48/+482
| | | p4raw-id: //depot/perl@31061
* Upgrade to Encode 2.19Nicholas Clark2007-04-0714-23/+73
| | | p4raw-id: //depot/perl@30866
* C++ compilation patch by JarkkoRafael Garcia-Suarez2007-04-031-3/+6
| | | p4raw-id: //depot/perl@30836
* Re: [perl #32687] Encode::is_utf8 on tainted UTF8 stringRafael Garcia-Suarez2007-03-221-4/+0
| | | | | Message-ID: <20061116173644.4412f66f@grubert.mandriva.com> p4raw-id: //depot/perl@30693
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ↵Yves Orton2007-03-221-0/+1
| | | | | | | | | pattern is a qr. Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com> plus two follow-up patches (minor tweaks) p4raw-id: //depot/perl@30678
* Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)Juerd Waalboer2007-03-072-25/+35
| | | | | Message-ID: <20070304150019.GN4723@c4.convolution.nl> p4raw-id: //depot/perl@30493
* Revert change #28980 per Jarkko's suggestionRafael Garcia-Suarez2007-02-191-5/+3
| | | | | | (it was actually breaking g++ builds) p4raw-link: @28980 on //depot/perl: 6e8dae779caa61392088d43ba93888dc57f1df7e p4raw-id: //depot/perl@30357
* Delete Encode's MANIFEST (or else the make process complainsRafael Garcia-Suarez2006-10-301-198/+0
| | | | | about the missing Encode's META.yml file) p4raw-id: //depot/perl@29151
* Spelling nits from Debian bug list...Matt Taggart2006-10-271-1/+1
| | | | | | Subject: Bug#395426: perl: spelling errors Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus> p4raw-id: //depot/perl@29121
* enc2xs and C++: add extern "C" to dataJarkko Hietaniemi2006-10-101-3/+5
| | | | | Message-ID: <452B7B89.201@iki.fi> p4raw-id: //depot/perl@28980
* Encode.xs: add an explicit cast to make g++ happierJarkko Hietaniemi2006-10-091-1/+1
| | | | | Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi> p4raw-id: //depot/perl@28974
* Avoid warnings when $Config{d_cplusplus} is undefined.Nicholas Clark2006-09-151-3/+3
| | | p4raw-id: //depot/perl@28849
* C++ EncodeJarkko Hietaniemi2006-09-141-5/+14
| | | | | Message-ID: <4508F116.40606@iki.fi> p4raw-id: //depot/perl@28846
* Version bumps for z/OS fixes.Steve Peters2006-07-131-1/+1
| | | p4raw-id: //depot/perl@28569
* z/OS: CPAN-ized ext/ and lib/Jarkko Hietaniemi2006-07-132-9/+21
| | | | | Message-ID: <44B6A8B3.5070605@iki.fi> p4raw-id: //depot/perl@28568
* Upgrade to Encode 2.18Rafael Garcia-Suarez2006-06-0624-79/+115
| | | p4raw-id: //depot/perl@28359