Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ext/PerlIO-encoding/t/encoding.t to Test::More. | Nicholas Clark | 2010-12-17 | 1 | -75/+35 |
| | |||||
* | Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal). | Nicholas Clark | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | Remove "dead" RCS $Id$ tags from files that we own. | Nicholas Clark | 2010-12-16 | 1 | -4/+0 |
| | | | | | All files have been modified more recently than their tag, rendering information in the tag redundant. | ||||
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -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 Clark | 2010-10-14 | 1 | -3/+3 |
| | |||||
* | Convert Fcntl and PerlIO::encoding's tests to Test::More. | Nicholas Clark | 2010-06-30 | 1 | -3/+1 |
| | | | | Remove one vestigial mention of MacOS. | ||||
* | Bump version of PerlIO::encoding | Rafael Garcia-Suarez | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | The warnings emitted by PerlIO::encoding should be silenceable. | Rafael Garcia-Suarez | 2010-01-15 | 1 | -5/+8 |
| | | | | Make them mandatory warnings. | ||||
* | This test was incorrectly skipped because it couldn't locate Encode anymore | Rafael Garcia-Suarez | 2009-09-13 | 1 | -5/+0 |
| | |||||
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -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 Clark | 2009-03-26 | 1 | -7/+0 |
| | |||||
* | Rename ext/PerlIO/encoding to ext/PerlIO-encoding | Nicholas Clark | 2009-02-09 | 7 | -0/+1011 |