summaryrefslogtreecommitdiff
path: root/ext/PerlIO-encoding
Commit message (Expand)AuthorAgeFilesLines
* Remove all "configured without perlio" test SKIPs from ext/PerlIO-*Nicholas Clark2021-09-162-9/+2
* encoding.xs - silence unused var warningsYves Orton2021-02-121-1/+0
* PerlIO-encoding - add parens to silence build warningsYves Orton2021-02-122-2/+2
* Force disable LEAVE_SRC in $PerlIO::encoding::fallbackLeon Timmermans2021-01-301-1/+12
* Omit setting of $PerlIO::encoding::fallback from xsLeon Timmermans2021-01-301-13/+1
* Disallow coderef in $PerlIO::encoding::fallbackLeon Timmermans2021-01-301-0/+2
* Enforce STOP_AT_PARTIAL in $PerlIO::encoding::fallbackLeon Timmermans2021-01-302-3/+17
* PerlIO-encoding/t/encoding.t: improve test skipDavid Mitchell2019-07-111-5/+2
* Fix "it it" typosDagfinn Ilmari Mannsåker2019-07-042-2/+2
* bump $PerlIO::encoding::VERSIONTony Cook2019-02-251-1/+1
* (perl #131683) enable warnings for the block that tests for warningsTony Cook2019-02-251-0/+1
* PerlIO::encoding: Use Encode::ONLY_PRAGMA_WARNINGS in fallback by defaultPali2019-02-251-1/+1
* don't clobber file bytes in :encoding layerZefram2018-02-163-35/+22
* 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