This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add "automating coverage tests" as a TODO
[perl5.git] / ext / PerlIO /
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-05-23 Rafael Garcia-SuarezFix [perl #35929] : PerlIO::scalar didn't understand...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-16 Rafael Garcia-SuarezThis seems to be the right thing to do to iterate over...
2005-05-15 Andy LesterMinor tweak to via
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2004-12-09 Gisle Aas:encoding(utf8) broken in perl-5.8.6
2004-09-30 Rafael Garcia-SuarezA fix for [perl #31692] : as PerlIO::scalar accesses...
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-18 Nicholas ClarkSkip tests when PerlIO::scalar and PerlIO::via aren...
2003-10-17 Rafael Garcia-SuarezThe compilation of PerlIO::via may hang on AIX when
2003-09-13 Jarkko HietaniemiMore PerlIO warnings changes.
2003-09-08 Rafael Garcia-SuarezA version of change #21073 that works.
2003-09-08 Jarkko HietaniemiThe #21073 broke ext/B/t/o.t, retracting the #21073.
2003-09-08 Rafael Garcia-SuarezRe: one nit to fix [PATCH]
2003-09-08 Jarkko HietaniemiCleanup PerlIO::scalar documentation a bit.
2003-08-14 Jarkko HietaniemiXS contents changes versus VERSION non-changes.
2003-08-11 Nick Ing-SimmonsAllow via layer to affect the PERLIO_F_UTF8 flag.
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2003-07-21 Craig A. BerryRe: [PATCH] test clean-up for VMS
2003-05-23 Robin Barkerfor Configure -Dnoextensions=Encode
2003-05-23 Dan KogaiRe: Stateful PerlIO implemented [Was: [perl #22261...
2003-05-23 Dan KogaiStateful PerlIO implemented [Was: [perl #22261] Was...
2003-05-05 Jarkko HietaniemiSwitch the new perlio way of opening anonymous temporar...
2003-04-17 Adrian M. EnacheRe: [perl #21950] 5.8.x -- :scalar and magic strings
2003-03-11 Todd C. Millertypos and other minor things
2003-02-12 Robin Barkerto silence compiler warning
2003-02-09 autrijus@ossf.iis... [perl #20785] glitches with $PerlIO::encoding::fallback
2003-02-05 Peter Prymmerfix for PerlIO/Via compilation on VMS
2003-01-26 Jarkko HietaniemiPlan 9 compiler can't return quads from the ?: (condop).
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-10-20 Nick Ing-SimmonsEncode::utf8 encode/decode methods as XS that obeys
2002-08-27 Richard ClampRe: PerlIO::via silent failure
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-06 Rafael Garcia-SuarezPerlIO::scalar wasn't able to read from non-string
2002-07-23 Nick Ing-SimmonsFix #15283 - binmode() was not passing mode
2002-07-17 Nick Ing-SimmonsFix :scalar layer to allow it to exist under other...
2002-07-15 Rafael Garcia-SuarezClarify the PerlIO::scalar docs (suggested by Elizabeth
2002-07-13 Rafael Garcia-SuarezMinor doc changes for PerlIO::via.
2002-07-10 Elizabeth Mattijsen[DOC PATCH] some doc nits after 17463
2002-07-09 Jarkko HietaniemiChange PerlIO::Scalar and Via to scalar and via.
2002-07-09 Elizabeth Mattijsen[PATCH] Removing example layers from MIME::QuotedPrint
2002-07-09 Nick Ing-SimmonsTidy PerlIO::Via
2002-07-09 Nick Ing-SimmonsIndentation normalize via
2002-07-01 Rafael Garcia-SuarezAllow PerlIO::Via to look for modules in the default
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-06-10 Jarkko HietaniemiNow that binmode(FH) does implicit ":bytes" revisit
2002-06-10 Nick Ing-SimmonsTune test to run in UTF-8 locales
2002-06-09 H.Merijn Brandcleanup's
2002-06-05 Nicholas Clark[Encode PATCH] spurious warning
2002-05-30 Jarkko HietaniemiIntegrate macperl patch #16868.
2002-05-22 Jarkko HietaniemiMore -Mutf8 cleanup.
2002-05-22 Nick Ing-SimmonsFlag the VMS-problem-causing part of :encoding
2002-05-16 Jarkko HietaniemiDon't test $! with like() since one may have
2002-05-15 Nick Ing-SimmonsMake open fail when layer string does not parse.
2002-05-08 Nick Ing-SimmonsAvoid pointless re-encode of data in :encoding's read...
2002-05-03 Jarkko HietaniemiThe EBCDIC remapping of the low 256 bites again.
2002-05-01 Dan Kogai[Patch] ext/PerlIO/t/fallback.t gets haircut
2002-04-29 Nick Ing-SimmonsAdding Encode::* to .pm creates stash at compile time
2002-04-28 Jarkko HietaniemiBe tidy.
2002-04-28 Nick Ing-SimmonsHave :encoding() default to perlqq style fallbacks.
2002-04-28 Nick Ing-SimmonsUse (file PerlIO::Layer 'perlio') rather than $Config...
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-27 Nick Ing-SimmonsFix fd leak on Via(bogus).
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.
2002-03-27 Jarkko Hietaniemibinmode(FH, ":bytes") is the right way, methinks.
2002-03-27 Jarkko HietaniemiUTF-8 locale: need to open explicitly for bytes.
2002-03-26 Stas BekmanRe: Cygwin PerlIO.t failing
2002-03-26 Jarkko HietaniemiStas setting things right.
2002-03-25 Jarkko HietaniemiI don't understand what is going on what these
2002-03-25 Jarkko HietaniemiNoise with -w.
2002-03-25 Jarkko Hietaniemi...and put some of the new perlio tests here.
2002-03-25 Paul Marquesswarnings for perlio + others
2002-01-27 Jarkko HietaniemiASCIIisms.
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-12-19 Nick Ing-SimmonsAdd pTHX to all vtable functions for future-proofing and
2001-11-24 Jarkko HietaniemiTweak the PUSHED documentation.
2001-11-21 Jarkko HietaniemiSmall doc tweaks.
2001-11-20 Jarkko HietaniemiGive a simple example of writing PerlIO::Via handlers
next