summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* PerlIO Layer implementation future proofing.Nick Ing-Simmons2002-06-203-6/+9
* "Clean" implementation of binmode(FH)/":raw" identity.Nick Ing-Simmons2002-06-194-1/+24
* Now that binmode(FH) does implicit ":bytes" revisitJarkko Hietaniemi2002-06-101-4/+2
* Tune test to run in UTF-8 localesNick Ing-Simmons2002-06-101-2/+2
* cleanup'sH.Merijn Brand2002-06-091-3/+3
* [Encode PATCH] spurious warningNicholas Clark2002-06-051-4/+26
* Integrate macperl patch #16868.Jarkko Hietaniemi2002-05-302-0/+2
* More -Mutf8 cleanup.Jarkko Hietaniemi2002-05-221-3/+6
* Flag the VMS-problem-causing part of :encodingNick Ing-Simmons2002-05-221-0/+1
* Don't test $! with like() since one may haveJarkko Hietaniemi2002-05-161-6/+9
* Make open fail when layer string does not parse.Nick Ing-Simmons2002-05-151-0/+45
* Avoid pointless re-encode of data in :encoding's read bufferNick Ing-Simmons2002-05-081-6/+16
* The EBCDIC remapping of the low 256 bites again.Jarkko Hietaniemi2002-05-031-0/+4
* [Patch] ext/PerlIO/t/fallback.t gets haircutDan Kogai2002-05-011-7/+11
* Adding Encode::* to .pm creates stash at compile timeNick Ing-Simmons2002-04-292-4/+5
* Be tidy.Jarkko Hietaniemi2002-04-281-1/+1
* Have :encoding() default to perlqq style fallbacks.Nick Ing-Simmons2002-04-283-6/+70
* Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}Nick Ing-Simmons2002-04-281-1/+1
* Builds under -UuseperlioNick Ing-Simmons2002-04-282-5/+30
* Correct which var is nulled, stack movement protection.Nick Ing-Simmons2002-04-271-1/+7
* Re-instate $PerlIO::encoding::check at boot.Nick Ing-Simmons2002-04-272-27/+30
* Fix fd leak on Via(bogus).Nick Ing-Simmons2002-04-272-5/+76
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-4/+4
* Re: [Encode] Patch to fix Encod-XML::SAX conflictsDan Kogai2002-04-251-1/+1
* Signedness nit.Jarkko Hietaniemi2002-04-221-1/+1
* Upgrade to PerlIO::encoding 0.04, from Dan Kogai.Jarkko Hietaniemi2002-04-222-37/+49
* Integrate //depot/perlio into mainlineNick Ing-Simmons2002-04-222-24/+150
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-212-5/+5
* Upgrade to PerlIO::encoding 0.02, from Dan Kogai.Jarkko Hietaniemi2002-04-192-9/+30
* The previous change on this was *ahem* slightly off-topic.Jarkko Hietaniemi2002-04-191-9/+12
* Add just a little bit more explanation to PerlIO::encoding.Jarkko Hietaniemi2002-04-171-1/+10
* PerlIO::encoding 0.01 from Dan Kogai.Jarkko Hietaniemi2002-04-174-0/+502
* binmode(FH, ":bytes") is the right way, methinks.Jarkko Hietaniemi2002-03-271-3/+6
* UTF-8 locale: need to open explicitly for bytes.Jarkko Hietaniemi2002-03-271-3/+3
* Re: Cygwin PerlIO.t failingStas Bekman2002-03-261-0/+1
* Stas setting things right.Jarkko Hietaniemi2002-03-261-40/+85
* I don't understand what is going on what theseJarkko Hietaniemi2002-03-251-64/+39
* Noise with -w.Jarkko Hietaniemi2002-03-251-0/+1
* ...and put some of the new perlio tests here.Jarkko Hietaniemi2002-03-251-39/+63
* warnings for perlio + othersPaul Marquess2002-03-252-13/+34
* ASCIIisms.Jarkko Hietaniemi2002-01-271-5/+13
* cleaner close on tests, take 2 Andreas König2001-12-291-4/+4
* Add pTHX to all vtable functions for future-proofing andNick Ing-Simmons2001-12-192-67/+46
* Tweak the PUSHED documentation.Jarkko Hietaniemi2001-11-241-3/+4
* Small doc tweaks.Jarkko Hietaniemi2001-11-211-11/+11
* Give a simple example of writing PerlIO::Via handlersJarkko Hietaniemi2001-11-201-0/+52
* Allow dup'ing of PerlIO::Scalar etc.Nick Ing-Simmons2001-11-183-18/+52
* Fix for "perlio bug in koi8-r encoding". The problemJarkko Hietaniemi2001-11-151-2/+26
* [REPATCH] Re: PerlIOBuf_dupNicholas Clark2001-11-041-2/+18
* PerlIOXxxx_dups for all but Win32Nick Ing-Simmons2001-10-162-7/+17