Silence compiler warning in SDBM_File
[p5sagit/p5-mst-13.2.git] / ext / PerlIO / t /
2005-05-23 Rafael Garcia-Suarez Fix [perl #35929] : PerlIO::scalar didn't understand...
2004-12-09 Gisle Aas :encoding(utf8) broken in perl-5.8.6
2004-09-30 Rafael Garcia-Suarez A fix for [perl #31692] : as PerlIO::scalar accesses...
2004-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-18 Nicholas Clark Skip tests when PerlIO::scalar and PerlIO::via aren...
2003-09-13 Jarkko Hietaniemi More PerlIO warnings changes.
2003-09-08 Rafael Garcia-Suarez A version of change #21073 that works.
2003-09-08 Jarkko Hietaniemi The #21073 broke ext/B/t/o.t, retracting the #21073.
2003-09-08 Rafael Garcia-Suarez Re: one nit to fix [PATCH]
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.
2003-07-21 Craig A. Berry Re: [PATCH] test clean-up for VMS
2003-05-23 Robin Barker for Configure -Dnoextensions=Encode
2003-05-05 Jarkko Hietaniemi Switch the new perlio way of opening anonymous temporar...
2003-04-17 Adrian M. Enache Re: [perl #21950] 5.8.x -- :scalar and magic strings
2002-10-20 Nick Ing-Simmons Encode::utf8 encode/decode methods as XS that obeys
2002-08-27 Richard Clamp Re: PerlIO::via silent failure
2002-08-11 Nick Ing-Simmons Integrate mainline.
2002-08-06 Rafael Garcia-Suarez PerlIO::scalar wasn't able to read from non-string
2002-07-09 Jarkko Hietaniemi Change 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-Simmons Tidy PerlIO::Via
2002-07-01 Rafael Garcia-Suarez Allow PerlIO::Via to look for modules in the default
2002-06-10 Jarkko Hietaniemi Now that binmode(FH) does implicit ":bytes" revisit
2002-06-10 Nick Ing-Simmons Tune test to run in UTF-8 locales
2002-06-09 H.Merijn Brand cleanup's
2002-06-05 Nicholas Clark [Encode PATCH] spurious warning
2002-05-30 Jarkko Hietaniemi Integrate macperl patch #16868.
2002-05-22 Jarkko Hietaniemi More -Mutf8 cleanup.
2002-05-16 Jarkko Hietaniemi Don't test $! with like() since one may have
2002-05-15 Nick Ing-Simmons Make open fail when layer string does not parse.
2002-05-03 Jarkko Hietaniemi The 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 Hietaniemi Be tidy.
2002-04-28 Nick Ing-Simmons Have :encoding() default to perlqq style fallbacks.
2002-04-27 Nick Ing-Simmons Fix fd leak on Via(bogus).
2002-03-27 Jarkko Hietaniemi binmode(FH, ":bytes") is the right way, methinks.
2002-03-27 Jarkko Hietaniemi UTF-8 locale: need to open explicitly for bytes.
2002-03-25 Paul Marquess warnings for perlio + others
2002-01-27 Jarkko Hietaniemi ASCIIisms.
2001-12-29 Andreas König cleaner close on tests, take 2
2001-11-18 Nick Ing-Simmons Allow dup'ing of PerlIO::Scalar etc.
2001-11-15 Jarkko Hietaniemi Fix for "perlio bug in koi8-r encoding". The problem
2001-11-04 Nicholas Clark [REPATCH] Re: PerlIOBuf_dup
2001-08-05 Gurusamy Sarathy avoid temp file littering in tests
2001-08-05 Jarkko Hietaniemi Add a test for PerlIO::Via.
2001-07-13 Jarkko Hietaniemi Test the encoding transform only iff we have PerlIO,
2001-07-10 Jarkko Hietaniemi Telling the number of tests helps.
2001-07-10 Jarkko Hietaniemi Add a test for for PerlIO ":encoding(...)" layer.
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...