summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* PerlIO::scalar wasn't able to read from non-stringRafael Garcia-Suarez2002-08-062-1/+8
* Fix #15283 - binmode() was not passing modeNick Ing-Simmons2002-07-231-5/+9
* Fix :scalar layer to allow it to exist under other layers.Nick Ing-Simmons2002-07-171-206/+196
* Clarify the PerlIO::scalar docs (suggested by ElizabethRafael Garcia-Suarez2002-07-151-1/+7
* Minor doc changes for PerlIO::via.Rafael Garcia-Suarez2002-07-131-4/+4
* [DOC PATCH] some doc nits after 17463Elizabeth Mattijsen2002-07-101-1/+1
* Change PerlIO::Scalar and Via to scalar and via.Jarkko Hietaniemi2002-07-097-46/+46
* [PATCH] Removing example layers from MIME::QuotedPrintElizabeth Mattijsen2002-07-092-26/+51
* Tidy PerlIO::ViaNick Ing-Simmons2002-07-093-7/+35
* Indentation normalize via Nick Ing-Simmons2002-07-091-388/+381
* Allow PerlIO::Via to look for modules in the defaultRafael Garcia-Suarez2002-07-013-1/+20
* 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