This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Define also Perl's calloc() macro
[perl5.git] / ext / PerlIO-encoding /
2018-02-16 Zeframdon't clobber file bytes in :encoding layer
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-10-19 Yves Ortonext/PerlIO-encoding: use SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
2016-06-21 David MitchellPerlIO-encoding/t/fallback.t: test for warning
2016-06-21 Salvador FandinoFix Encode constant name usage: WARN_ON_ERROR --> WARN_...
2016-01-31 Lukas MaiPerlIO::encoding: explicitly cast char * to STDCHAR *
2015-10-26 Daniel DraganXS staticing in ext and dist
2015-10-08 Vincent PitProperly duplicate PerlIO::encoding objects
2015-03-15 Karl Williamsonext/PerlIO-encoding/t/encoding.t: Skip on EBCDIC
2015-03-15 Karl WilliamsonPerlIO-encoding/t/nolooping.t: Skip on EBCDIC platform
2015-03-06 Karl WilliamsonPerlIO-encoding/t/encoding.t: Generalize for non-ASCII...
2015-01-06 Daniel Draganconst a PERLIO vtable in PerlIO::encoding
2014-12-11 Karl WilliamsonPerlIO::encoding:fallback.t: properly skip tests
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: White-space only
2014-11-26 Karl WilliamsonPerlIO::encoding:fallback.t: Don't use undefined sub
2014-11-03 Father ChrysostomosIncrease $PerlIO::encoding::VERSION to 0.20
2014-11-03 Father ChrysostomosRecord errno value in IO handles
2014-06-12 Tony Cookbump $VERSION for PerlIO-encoding, PerlIO-mmap, PerlIO...
2014-06-12 Dagfinn Ilmari Man... Change newSVpvn("…", …) to newSVpvs("…")
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-11-23 Nicholas ClarkNo need to wrap calls to Perl_load_module() in ENTER...
2013-11-23 Nicholas ClarkPerl_load_module() no longer moves the current stack...
2013-11-23 Nicholas ClarkRemove redundant SPAGAIN & PUTBACK after PUSHSTACKi().
2013-10-18 Steve HayRemove some IGNORABLE files from ext/ and lib/
2012-12-04 Father Chrysostomosencoding.t: Skip 2 tests under debugging
2012-10-16 Father ChrysostomosMake PerlIO::encoding handle cows
2012-10-15 Father ChrysostomosMake PerlIO::encoding even more resilient to moving...
2012-10-05 Father ChrysostomosIncrease $PerlIO::encoding::VERSION to 0.16
2012-10-05 Father ChrysostomosMake PerlIO::encoding more resilient to buffer changes
2011-05-20 Nicholas ClarkBump the version of PerlIO::encoding following 1c2e8cca...
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
2010-12-17 Nicholas ClarkConvert ext/PerlIO-encoding/t/encoding.t to Test::More.
2010-12-16 Nicholas ClarkVersion bumps for modules changed by a6d37805ca8a9ba8...
2010-12-16 Nicholas ClarkRemove "dead" RCS $Id$ tags from files that we own.
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-06-30 Nicholas ClarkConvert Fcntl and PerlIO::encoding's tests to Test...
2010-01-15 Rafael Garcia-SuarezBump version of PerlIO::encoding
2010-01-15 Rafael Garcia-SuarezThe warnings emitted by PerlIO::encoding should be...
2009-09-13 Rafael Garcia-SuarezThis test was incorrectly skipped because it couldn...
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-02-09 Nicholas ClarkRename ext/PerlIO/encoding to ext/PerlIO-encoding