This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
put signature ops in their own subtree.
[perl5.git] / ext / PerlIO-encoding / encoding.xs
2019-07-04 Dagfinn Ilmari Man... Fix "it it" typos
2018-02-16 Zeframdon't clobber file bytes in :encoding layer
2016-10-19 Yves Ortonext/PerlIO-encoding: use SvPVCLEAR()
2016-09-21 Dagfinn Ilmari Man... Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…")
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-01-06 Daniel Draganconst a PERLIO vtable in PerlIO::encoding
2014-11-03 Father ChrysostomosRecord errno value in IO handles
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().
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 ChrysostomosMake PerlIO::encoding more resilient to buffer changes
2011-05-19 Marcel Grünauer[perl #90306] Fix simple typos
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-01-15 Rafael Garcia-SuarezThe warnings emitted by PerlIO::encoding should be...
2009-02-09 Nicholas ClarkRename ext/PerlIO/encoding to ext/PerlIO-encoding