summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
Commit message (Expand)AuthorAgeFilesLines
* Switch most open() calls to three-argument form.John Lightsey2016-12-232-8/+8
* ext/PerlIO-encoding: use SvPVCLEAR()Yves Orton2016-10-191-1/+1
* Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")Dagfinn Ilmari Mannsåker2016-09-212-2/+2
* PerlIO-encoding/t/fallback.t: test for warningDavid Mitchell2016-06-211-7/+14
* Fix Encode constant name usage: WARN_ON_ERROR --> WARN_ON_ERRSalvador Fandino2016-06-211-1/+1
* PerlIO::encoding: explicitly cast char * to STDCHAR *Lukas Mai2016-01-312-3/+3
* XS staticing in ext and distDaniel Dragan2015-10-262-12/+12
* Properly duplicate PerlIO::encoding objectsVincent Pit2015-10-083-3/+59
* ext/PerlIO-encoding/t/encoding.t: Skip on EBCDICKarl Williamson2015-03-141-0/+4
* PerlIO-encoding/t/nolooping.t: Skip on EBCDIC platformKarl Williamson2015-03-141-4/+5
* PerlIO-encoding/t/encoding.t: Generalize for non-ASCII platformKarl Williamson2015-03-051-7/+4
* const a PERLIO vtable in PerlIO::encodingDaniel Dragan2015-01-052-3/+3
* PerlIO::encoding:fallback.t: properly skip testsKarl Williamson2014-12-111-1/+2
* PerlIO::encoding:fallback.t: White-space onlyKarl Williamson2014-11-261-1/+1
* PerlIO::encoding:fallback.t: Don't use undefined subKarl Williamson2014-11-261-1/+4
* Increase $PerlIO::encoding::VERSION to 0.20Father Chrysostomos2014-11-021-1/+1
* Record errno value in IO handlesFather Chrysostomos2014-11-021-0/+3
* bump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO-scalar, OS2-ProcessTony Cook2014-06-121-1/+1
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-272-2/+2
* No need to wrap calls to Perl_load_module() in ENTER/LEAVENicholas Clark2013-11-221-2/+0
* Perl_load_module() no longer moves the current stack, so no need to save it.Nicholas Clark2013-11-221-3/+1
* Remove redundant SPAGAIN & PUTBACK after PUSHSTACKi().Nicholas Clark2013-11-222-8/+1
* Remove some IGNORABLE files from ext/ and lib/Steve Hay2013-10-181-4/+0
* encoding.t: Skip 2 tests under debuggingFather Chrysostomos2012-12-041-0/+10
* Make PerlIO::encoding handle cowsFather Chrysostomos2012-10-152-1/+32
* Make PerlIO::encoding even more resilient to moving buffersFather Chrysostomos2012-10-152-6/+13
* Increase $PerlIO::encoding::VERSION to 0.16Father Chrysostomos2012-10-051-1/+1
* Make PerlIO::encoding more resilient to buffer changesFather Chrysostomos2012-10-052-1/+70
* Bump the version of PerlIO::encoding following 1c2e8ccaafb0b2b1.Nicholas Clark2011-05-201-1/+1
* [perl #90306] Fix simple typosMarcel Grünauer2011-05-191-2/+2
* 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
* fix various compiler warnings from XS codeZefram2010-12-111-0/+2
* 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
* 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
* 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
* 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