summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext/PerlIO-encoding/t/encoding.t to Test::More.Nicholas Clark2010-12-171-75/+35
|
* Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).Nicholas Clark2010-12-161-1/+1
|
* Remove "dead" RCS $Id$ tags from files that we own.Nicholas Clark2010-12-161-4/+0
| | | | | All files have been modified more recently than their tag, rendering information in the tag redundant.
* fix various compiler warnings from XS codeZefram2010-12-111-0/+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)
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-3/+3
|
* Convert Fcntl and PerlIO::encoding's tests to Test::More.Nicholas Clark2010-06-301-3/+1
| | | | Remove one vestigial mention of MacOS.
* Bump version of PerlIO::encodingRafael Garcia-Suarez2010-01-151-1/+1
|
* The warnings emitted by PerlIO::encoding should be silenceable.Rafael Garcia-Suarez2010-01-151-5/+8
| | | | Make them mandatory warnings.
* This test was incorrectly skipped because it couldn't locate Encode anymoreRafael Garcia-Suarez2009-09-131-5/+0
|
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-3/+1
| | | | | | | | | | | 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.
* make_ext.pl's automatic Makefile.PL generation can write these five for us.Nicholas Clark2009-03-261-7/+0
|
* Rename ext/PerlIO/encoding to ext/PerlIO-encodingNicholas Clark2009-02-097-0/+1011