summaryrefslogtreecommitdiff
path: root/ext/PerlIO
Commit message (Expand)AuthorAgeFilesLines
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-1/+1
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-022-3/+3
* Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""Rafael Garcia-Suarez2005-05-233-4/+17
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-2/+2
* This seems to be the right thing to do to iterate over layersRafael Garcia-Suarez2005-05-161-2/+2
* Minor tweak to viaAndy Lester2005-05-151-4/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-212-4/+4
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-194-5/+5
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* :encoding(utf8) broken in perl-5.8.6Gisle Aas2004-12-091-1/+12
* A fix for [perl #31692] : as PerlIO::scalar accesses directly theRafael Garcia-Suarez2004-09-302-2/+8
* Correct detection of absent modules. Based onAndy Dougherty2004-06-252-2/+2
* Skip tests when PerlIO::scalar and PerlIO::via aren't builtNicholas Clark2004-06-182-3/+13
* The compilation of PerlIO::via may hang on AIX whenRafael Garcia-Suarez2003-10-171-0/+2
* More PerlIO warnings changes.Jarkko Hietaniemi2003-09-131-2/+2
* A version of change #21073 that works.Rafael Garcia-Suarez2003-09-082-2/+14
* The #21073 broke ext/B/t/o.t, retracting the #21073.Jarkko Hietaniemi2003-09-082-14/+2
* Re: one nit to fix [PATCH]Rafael Garcia-Suarez2003-09-082-2/+14
* Cleanup PerlIO::scalar documentation a bit.Jarkko Hietaniemi2003-09-081-11/+20
* XS contents changes versus VERSION non-changes.Jarkko Hietaniemi2003-08-141-1/+1
* 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