summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* Allow via layer to affect the PERLIO_F_UTF8 flag.Nick Ing-Simmons2003-08-112-10/+34
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+0
* Re: [PATCH] test clean-up for VMSCraig A. Berry2003-07-211-1/+1
* for Configure -Dnoextensions=EncodeRobin Barker2003-05-232-2/+9
* Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]Dan Kogai2003-05-231-1/+1
* Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]Dan Kogai2003-05-231-4/+4
* Switch the new perlio way of opening anonymous temporary filesJarkko Hietaniemi2003-05-051-0/+42
* Re: [perl #21950] 5.8.x -- :scalar and magic stringsAdrian M. Enache2003-04-172-2/+8
* typos and other minor thingsTodd C. Miller2003-03-112-3/+3
* to silence compiler warningRobin Barker2003-02-121-1/+1
* [perl #20785] glitches with $PerlIO::encoding::fallbackautrijus@ossf.iis.sinica.edu.tw2003-02-091-2/+2
* fix for PerlIO/Via compilation on VMSPeter Prymmer2003-02-051-1/+1
* Plan 9 compiler can't return quads from the ?: (condop).Jarkko Hietaniemi2003-01-261-1/+8
* windows: support for large filesGurusamy Sarathy2002-12-182-7/+10
* Encode::utf8 encode/decode methods as XS that obeysNick Ing-Simmons2002-10-201-2/+18
* Re: PerlIO::via silent failureRichard Clamp2002-08-272-1/+12
* Integrate mainline.Nick Ing-Simmons2002-08-112-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