This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable the combination of ithreads but not perlio.
[perl5.git] / ext / PerlIO /
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
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-10-16 Nick Ing-SimmonsPerlIOXxxx_dups for all but Win32
2001-10-16 Nick Ing-SimmonsSkeleton of "PerlIO_dup" coded.
2001-08-05 Gurusamy Sarathyavoid temp file littering in tests
2001-08-05 Jarkko HietaniemiAdd a test for PerlIO::Via.
2001-07-13 Mark-Jason DominusError in lib/PerlIO/Via.pm ?
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-30 Jarkko HietaniemiCode cleanup based on turning off the -woffs in IRIX.
2001-06-23 Jarkko HietaniemiDo not test PerlIO if PerlIO not used.
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Andy DoughertyUnnecessary pod2man calls in new extensions
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-06-13 Nick Ing-SimmonsAvoid AV and HV in perlio.c by inventing PerlIO_list_t...
2001-06-12 Gurusamy SarathyAs suggested in
2001-06-12 Doug MacEachernext/ + -Wall
2001-06-12 Jarkko Hietaniemigcc -Wall nits picked out by a non-UNIX system
2001-06-02 Jarkko Hietaniemi-Wall cleanup continues.
2001-05-09 Benjamin SugarsTest offset when reading from a PerlIO::Scalar
2001-05-03 Benjamin SugarsAllow clobbering of a PerlIO::Scalar and more tests
2001-05-02 Benjamin SugarsRe: [PATCH] Allow appending on a PerlIO::Scalar
2001-05-01 Benjamin SugarsAllow appending on a PerlIO::Scalar
2001-05-01 Benjamin SugarsMultiple consecutive writes on PerlIO::Scalar
2001-04-21 Jarkko HietaniemiPerlIO and Encode doc cleanup and tweaks.
2001-04-17 AbigailMissing prototype behaviour
2001-04-13 Nick Ing-SimmonsFix core dump on binmode($fh,'Scalar')
2001-04-07 Nick Ing-SimmonsCleanup correction for failed :Via() layer, also set...
2001-03-29 Nick Ing-SimmonsWin32 has name conflict with ERROR
2001-03-27 Nick Ing-SimmonsOutline docs for PerlIO and PerlIO::Scalar
2001-03-27 Nick Ing-SimmonsPerlIO::Via layer (alpha-ish).
2001-03-25 Nick Ing-SimmonsMissing return value.
2001-03-24 Nick Ing-SimmonsImplement: