This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate from maint:
[perl5.git] / ext / PerlIO / t /
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-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
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-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-01 Rafael Garcia-SuarezAllow PerlIO::Via to look for modules in the default
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-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-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-28 Jarkko HietaniemiBe tidy.
2002-04-28 Nick Ing-SimmonsHave :encoding() default to perlqq style fallbacks.
2002-04-27 Nick Ing-SimmonsFix fd leak on Via(bogus).
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-25 Paul Marquesswarnings for perlio + others
2002-01-27 Jarkko HietaniemiASCIIisms.
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-11-18 Nick Ing-SimmonsAllow dup'ing of PerlIO::Scalar etc.
2001-11-15 Jarkko HietaniemiFix for "perlio bug in koi8-r encoding". The problem
2001-11-04 Nicholas Clark[REPATCH] Re: PerlIOBuf_dup
2001-08-05 Gurusamy Sarathyavoid temp file littering in tests
2001-08-05 Jarkko HietaniemiAdd a test for PerlIO::Via.
2001-07-13 Jarkko HietaniemiTest the encoding transform only iff we have PerlIO,
2001-07-10 Jarkko HietaniemiTelling the number of tests helps.
2001-07-10 Jarkko HietaniemiAdd a test for for PerlIO ":encoding(...)" layer.
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...