This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
[perl5.git] / ext / PerlIO / encoding /
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules in ext...
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2007-03-15 Abe TimmermanRe: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2007-02-20 Rafael Garcia-SuarezSkip test when Encode isn't built
2007-02-12 Rafael Garcia-SuarezSkip this test if "use open" fails due to an unknown...
2007-02-11 Rafael Garcia-SuarezExplicitly load PerlIO::encoding when testing it.
2007-02-11 Slaven RezicRe: [perl #41442] segfault (dead loop) with Encoding...
2006-10-31 Rafael Garcia-SuarezDoc clarification for PerlIO::encoding
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-08-06 Rafael Garcia-SuarezClarify docs
2005-08-06 Rafael Garcia-SuarezUpgrade to Encode 2.11, plus a patch to PerlIO::encoding
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2003-05-23 Dan KogaiRe: Stateful PerlIO implemented [Was: [perl #22261...
2003-05-23 Dan KogaiStateful PerlIO implemented [Was: [perl #22261] Was...
2003-03-11 Todd C. Millertypos and other minor things
2003-02-09 autrijus@ossf.iis... [perl #20785] glitches with $PerlIO::encoding::fallback
2002-06-20 Jarkko HietaniemiRetract #17331, something broke (e.g. t/io/utf8.t becam...
2002-06-20 Nick Ing-SimmonsPerlIO Layer implementation future proofing.
2002-06-19 Nick Ing-Simmons"Clean" implementation of binmode(FH)/":raw" identity.
2002-05-22 Nick Ing-SimmonsFlag the VMS-problem-causing part of :encoding
2002-05-08 Nick Ing-SimmonsAvoid pointless re-encode of data in :encoding's read...
2002-04-29 Nick Ing-SimmonsAdding Encode::* to .pm creates stash at compile time
2002-04-28 Nick Ing-SimmonsHave :encoding() default to perlqq style fallbacks.
2002-04-28 Nick Ing-SimmonsBuilds under -Uuseperlio
2002-04-27 Nick Ing-SimmonsCorrect which var is nulled, stack movement protection.
2002-04-27 Nick Ing-SimmonsRe-instate $PerlIO::encoding::check at boot.
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-04-25 Dan KogaiRe: [Encode] Patch to fix Encod-XML::SAX conflicts
2002-04-22 Jarkko HietaniemiSignedness nit.
2002-04-22 Jarkko HietaniemiUpgrade to PerlIO::encoding 0.04, from Dan Kogai.
2002-04-22 Nick Ing-SimmonsIntegrate //depot/perlio into mainline
2002-04-22 Nick Ing-SimmonsIntegrate mainline into perlio
2002-04-21 Gurusamy Sarathysquelch some more type mismatch warnings
2002-04-20 Nick Ing-SimmonsFix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
2002-04-20 Nick Ing-SimmonsSome tweaks for encodings which need lines.
2002-04-19 Jarkko HietaniemiUpgrade to PerlIO::encoding 0.02, from Dan Kogai.
2002-04-19 Jarkko HietaniemiThe previous change on this was *ahem* slightly off...
2002-04-17 Jarkko HietaniemiAdd just a little bit more explanation to PerlIO::encoding.
2002-04-17 Jarkko HietaniemiPerlIO::encoding 0.01 from Dan Kogai.